diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2017-08-14 18:20:04 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-16 09:18:46 +0100 |
commit | e1dda927d3734c0d272cfc7d99167498ca9d8f6d (patch) | |
tree | 30b3d124efd914a166ca5e84abcb3d06c4fef9c9 | |
parent | a63c2e450da2627a831483ccaded4ef832848f5d (diff) | |
download | openembedded-core-e1dda927d3734c0d272cfc7d99167498ca9d8f6d.tar.gz openembedded-core-e1dda927d3734c0d272cfc7d99167498ca9d8f6d.tar.bz2 openembedded-core-e1dda927d3734c0d272cfc7d99167498ca9d8f6d.zip |
libarchive: Remove xz packageconfig --with-lzmadec option
--with-lzmadec option was removed in libarchive commit:
30e1b7efd472e0439bea14df6a2d19cd8b5ac15e
See Github PR: https://github.com/libarchive/libarchive/pull/806
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/libarchive/libarchive_3.3.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/libarchive/libarchive_3.3.2.bb b/meta/recipes-extended/libarchive/libarchive_3.3.2.bb index 9bf40f2609..5c3895e547 100644 --- a/meta/recipes-extended/libarchive/libarchive_3.3.2.bb +++ b/meta/recipes-extended/libarchive/libarchive_3.3.2.bb @@ -21,7 +21,7 @@ PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl," PACKAGECONFIG[xattr] = "--enable-xattr,--disable-xattr,attr," PACKAGECONFIG[zlib] = "--with-zlib,--without-zlib,zlib," PACKAGECONFIG[bz2] = "--with-bz2lib,--without-bz2lib,${DEPENDS_BZIP2}," -PACKAGECONFIG[xz] = "--with-lzmadec --with-lzma,--without-lzma,xz," +PACKAGECONFIG[xz] = "--with-lzma,--without-lzma,xz," PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl," PACKAGECONFIG[libxml2] = "--with-xml2,--without-xml2,libxml2," PACKAGECONFIG[expat] = "--with-expat,--without-expat,expat," |