summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Seitter <oss@seitter.net>2020-04-01 21:26:42 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2020-04-01 21:34:39 +0200
commit678317ed8eb44e96d7613657896a20fd60b2da21 (patch)
tree8b8502e164fae18001e02100d74edd8a5018e892
parent7e6ca055b530addc34802d8271ee5a5884eeefe5 (diff)
opkg: added cpio-host as dependency to avoid using buggy version from host
Signed-off-by: Joerg Seitter <oss@seitter.net>
-rw-r--r--package/opkg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/opkg/Makefile b/package/opkg/Makefile
index 593e1bfff..606d01e98 100644
--- a/package/opkg/Makefile
+++ b/package/opkg/Makefile
@@ -10,7 +10,7 @@ PKG_HASH:= f607f0e61be8cf8a3bbd0d2dccd9ec9e9b6c21dd4307b671c600d6eeaf84d30b
PKG_DESCR:= embedded package manager
PKG_DEPENDS:= libcurl libarchive gpgme libressl xz
PKG_BUILDDEP:= curl libarchive gpgme xz libressl
-HOST_BUILDDEP:= libarchive-host curl-host
+HOST_BUILDDEP:= libarchive-host curl-host cpio-host
PKG_NEEDS:= threads
PKG_SECTION:= sys/misc
PKG_URL:= http://git.yoctoproject.org/cgit/cgit.cgi/opkg/