summaryrefslogtreecommitdiff
path: root/package/opkg
diff options
context:
space:
mode:
authorThomas De Schampheleire <thomas.de.schampheleire@gmail.com>2016-04-29 19:59:38 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-04-30 14:55:29 +0200
commit54d979cf906be2d9adfa9d7a0d45f19494d49f50 (patch)
tree68a4ebf4f7d8b2cc71b28de115c218a4ce3f4fb1 /package/opkg
parentab51fb01f0a6205fb5a86557685561931f68a6e4 (diff)
opkg: add missing dependency on libarchive
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>
Diffstat (limited to 'package/opkg')
-rw-r--r--package/opkg/opkg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/opkg/opkg.mk b/package/opkg/opkg.mk
index 6e4d4ff36..bf19a60fb 100644
--- a/package/opkg/opkg.mk
+++ b/package/opkg/opkg.mk
@@ -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