opkg: add missing dependency on libarchive
authorThomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Fri, 29 Apr 2016 17:59:38 +0000 (19:59 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 30 Apr 2016 12:55:29 +0000 (14:55 +0200)
opkg requires libarchive. This was expressed in the Config.in file with a
select, but not in the .mk file.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/opkg/opkg.mk

index 6e4d4ff36651fd8fc4a106ed65a0d1624b203ee6..bf19a60fbf92efcec431e3c665cd6e6cd6d3f5a9 100644 (file)
@@ -8,7 +8,7 @@ OPKG_VERSION = v0.3.1
 OPKG_SITE = http://git.yoctoproject.org/git/opkg
 OPKG_SITE_METHOD = git
 # Uses PKG_CHECK_MODULES() in configure.ac
-OPKG_DEPENDENCIES = host-pkgconf
+OPKG_DEPENDENCIES = host-pkgconf libarchive
 OPKG_LICENSE = GPLv2+
 OPKG_LICENSE_FILES = COPYING
 OPKG_INSTALL_STAGING = YES