From 678317ed8eb44e96d7613657896a20fd60b2da21 Mon Sep 17 00:00:00 2001 From: Joerg Seitter Date: Wed, 1 Apr 2020 21:26:42 +0200 Subject: opkg: added cpio-host as dependency to avoid using buggy version from host Signed-off-by: Joerg Seitter --- package/opkg/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package') 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/ -- cgit v1.2.3