diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2014-08-09 18:07:59 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-11 11:27:33 +0100 |
commit | d150886575390a698239cd146c4e9c8995c7cd31 (patch) | |
tree | 136ffdbb5b3482b9c36e6a9b96ab18e3fa402ed1 /meta | |
parent | 984c6a462bc07cbd34de2d7e2afdaca1e68fdee7 (diff) | |
download | poky-d150886575390a698239cd146c4e9c8995c7cd31.tar.gz |
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
(From OE-Core rev: a4dd641f54f12d454ba9c6db624b94df63f7d220)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/libarchive/libarchive_3.1.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/libarchive/libarchive_3.1.2.bb b/meta/recipes-extended/libarchive/libarchive_3.1.2.bb index 2a2d0f90f9..96e2d500ed 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," | |||
27 | PACKAGECONFIG[libxml2] = "--with-xml2,--without-xml2,libxml2," | 27 | PACKAGECONFIG[libxml2] = "--with-xml2,--without-xml2,libxml2," |
28 | PACKAGECONFIG[expat] = "--with-expat,--without-expat,expat," | 28 | PACKAGECONFIG[expat] = "--with-expat,--without-expat,expat," |
29 | PACKAGECONFIG[lzo] = "--with-lzo2,--without-lzo2,lzo," | 29 | PACKAGECONFIG[lzo] = "--with-lzo2,--without-lzo2,lzo," |
30 | PACKAGECONFIG[nettle] = "--with-nettle,--without-nettle,nettle," | ||
30 | 31 | ||
31 | SRC_URI = "http://libarchive.org/downloads/libarchive-${PV}.tar.gz \ | 32 | SRC_URI = "http://libarchive.org/downloads/libarchive-${PV}.tar.gz \ |
32 | file://libarchive-CVE-2013-0211.patch \ | 33 | file://libarchive-CVE-2013-0211.patch \ |