[oe-commits] [openembedded-core] 01/07: libarchive: Enable xz and lzo by default

git at git.openembedded.org git at git.openembedded.org
Wed Jan 17 22:33:52 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 6d24b0bc7ebddd10de5ad8f210b8ed85fc6ae769
Author: Otavio Salvador <otavio at ossystems.com.br>
AuthorDate: Wed Jan 17 14:05:03 2018 -0200

    libarchive: Enable xz and lzo by default
    
    The XZ format is widely used and multiple recipes inside OE-Core
    already use it, so making the XZ enabled by default align the
    expectation of users. The LZO, on the other side, is commonly used in
    embedded systems due its performance so it makes sense to be available
    by default.
    
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-extended/libarchive/libarchive_3.3.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/libarchive/libarchive_3.3.2.bb b/meta/recipes-extended/libarchive/libarchive_3.3.2.bb
index 5eded35..5daca27 100644
--- a/meta/recipes-extended/libarchive/libarchive_3.3.2.bb
+++ b/meta/recipes-extended/libarchive/libarchive_3.3.2.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ed99aca006bc346974bb745a35336425"
 
 DEPENDS = "e2fsprogs-native"
 
-PACKAGECONFIG ?= "zlib bz2"
+PACKAGECONFIG ?= "zlib bz2 xz lzo"
 
 PACKAGECONFIG_append_class-target = "\
 	libxml2 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list