youtube-dl: add zip host dependency

zip is not included in default Tools, so add it as Host dependency in case is not present in building environment

Signed-off-by: Adrian Panella <ianchi74@outlook.com>
This commit is contained in:
Adrian Panella 2017-09-13 22:25:28 -05:00
parent 31875c5d9f
commit e306f8545a
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ PKG_LICENSE:=Unlicense
PKG_LICENSE_FILES:=LICENSE
PKG_MAINTAINER:=Adrian Panella <ianchi74@outlook.com>
PKG_BUILD_DEPENDS:=python/host
PKG_BUILD_DEPENDS:=python/host zip/host
include $(INCLUDE_DIR)/package.mk