mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
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 (From OE-Core rev: e1dda927d3734c0d272cfc7d99167498ca9d8f6d) Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
61135bcde7
commit
1d809c1a30
@@ -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,"
|
||||
|
||||
Reference in New Issue
Block a user