git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
31875c5
)
youtube-dl: add zip host dependency
author
Adrian Panella
<redacted>
Thu, 14 Sep 2017 03:25:28 +0000
(22:25 -0500)
committer
Adrian Panella
<redacted>
Thu, 14 Sep 2017 03:25:28 +0000
(22:25 -0500)
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 <redacted>
multimedia/youtube-dl/Makefile
patch
|
blob
|
history
diff --git
a/multimedia/youtube-dl/Makefile
b/multimedia/youtube-dl/Makefile
index f7dd0a19246afa0367f81564cbafa48863911bac..9b9f4627c7484edcd4add885a42002adfd7cb2c7 100644
(file)
--- a/
multimedia/youtube-dl/Makefile
+++ b/
multimedia/youtube-dl/Makefile
@@
-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
git clone https://git.99rst.org/PROJECT