mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
libarchive: disable LZO by default
LZO is a fairly obsolete compression format these days, so disable it by default. (From OE-Core rev: d5a484a01caebc71ddc98d04954199c3f4642c77) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ad63694e6d
commit
088970fb0b
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d499814247adaee08d88080841cb5665"
|
|||||||
|
|
||||||
DEPENDS = "e2fsprogs-native"
|
DEPENDS = "e2fsprogs-native"
|
||||||
|
|
||||||
PACKAGECONFIG ?= "zlib bz2 xz lzo zstd"
|
PACKAGECONFIG ?= "zlib bz2 xz zstd"
|
||||||
|
|
||||||
PACKAGECONFIG:append:class-target = "\
|
PACKAGECONFIG:append:class-target = "\
|
||||||
${@bb.utils.filter('DISTRO_FEATURES', 'acl xattr', d)} \
|
${@bb.utils.filter('DISTRO_FEATURES', 'acl xattr', d)} \
|
||||||
|
|||||||
Reference in New Issue
Block a user