]> code.ossystems Code Review - openembedded-core.git/commit
libarchive: disable redundant libxml2 PACKAGECONFIG
authorRoss Burton <ross@burtonini.com>
Wed, 12 May 2021 15:53:16 +0000 (16:53 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 13 May 2021 10:33:47 +0000 (11:33 +0100)
commit363f1ee30b0e6d222943aaed8dce37a4a441a86d
treeeaefd445a451c7c1e69e60c754de2f525bf07411
parent3b46038685c4d319ca0c88b3519cde04d615dc2a
libarchive: disable redundant libxml2 PACKAGECONFIG

An XML parser (either libxml2, or expat) is only needed by libarchive to
read/write XAR archives.  However, these also need OpenSSL enabled which
by default it is not, so XAR files were disabled and libxml2 was a build
dependency for no reason.

As XAR archives are mainly used on macOS, we can remove libxml2.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/libarchive/libarchive_3.5.1.bb