mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
mjpg-streamer: only download cambozola if it's required
Signed-off-by: Oliver Middleton <olliemail27@gmail.com>
This commit is contained in:
@@ -62,7 +62,7 @@ endef
|
|||||||
define Build/Prepare
|
define Build/Prepare
|
||||||
$(call Build/Prepare/Default)
|
$(call Build/Prepare/Default)
|
||||||
ifeq ($(CONFIG_MJPG_STREAMER_WWW),y)
|
ifeq ($(CONFIG_MJPG_STREAMER_WWW),y)
|
||||||
$(eval $(call Download,cambozola))
|
$(call Download,cambozola)
|
||||||
$(TAR) -xvf $(DL_DIR)/$(CAMBOZOLA) --strip=2 --wildcards \
|
$(TAR) -xvf $(DL_DIR)/$(CAMBOZOLA) --strip=2 --wildcards \
|
||||||
-C $(PKG_BUILD_DIR)/www */dist/cambozola.jar
|
-C $(PKG_BUILD_DIR)/www */dist/cambozola.jar
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user