]> code.ossystems Code Review - openembedded-core.git/commitdiff
libarchive: Enable xz and lzo by default
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 17 Jan 2018 16:05:03 +0000 (14:05 -0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 17 Jan 2018 16:32:41 +0000 (16:32 +0000)
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@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/libarchive/libarchive_3.3.2.bb

index 5eded35c64da37cc7d8037c3095cb0a7ab832c23..5daca2731ec77d6b058c8c902015a1a0695e8c4d 100644 (file)
@@ -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 \