mirror of
https://git.yoctoproject.org/poky
synced 2026-06-08 15:29:50 +00:00
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. (From OE-Core rev: 6d24b0bc7ebddd10de5ad8f210b8ed85fc6ae769) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
21fa4714f2
commit
9b30248198
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user