[oe-commits] Martin Jansa : libarchive: add PACKAGECONFIG for nettle

git at git.openembedded.org git at git.openembedded.org
Mon Aug 11 11:07:26 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: a4dd641f54f12d454ba9c6db624b94df63f7d220
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a4dd641f54f12d454ba9c6db624b94df63f7d220

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Sat Aug  9 18:07:59 2014 +0200

libarchive: add PACKAGECONFIG for nettle

* fixes following floating dependencies:
  libarchive/libarchive/latest lost dependency on  nettle
  libarchive/libarchive-bin/latest lost dependency on  libxml2 nettle

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-extended/libarchive/libarchive_3.1.2.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-extended/libarchive/libarchive_3.1.2.bb b/meta/recipes-extended/libarchive/libarchive_3.1.2.bb
index 2a2d0f9..96e2d50 100644
--- a/meta/recipes-extended/libarchive/libarchive_3.1.2.bb
+++ b/meta/recipes-extended/libarchive/libarchive_3.1.2.bb
@@ -27,6 +27,7 @@ PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl,"
 PACKAGECONFIG[libxml2] = "--with-xml2,--without-xml2,libxml2,"
 PACKAGECONFIG[expat] = "--with-expat,--without-expat,expat,"
 PACKAGECONFIG[lzo] = "--with-lzo2,--without-lzo2,lzo,"
+PACKAGECONFIG[nettle] = "--with-nettle,--without-nettle,nettle,"
 
 SRC_URI = "http://libarchive.org/downloads/libarchive-${PV}.tar.gz \
            file://libarchive-CVE-2013-0211.patch \



More information about the Openembedded-commits mailing list