mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
xen: make LZO dependency optional
xen-tools has an optional dependency on LZO. As this is a unmaintained compression format with better alternatives (such as Zstd), disable it by default. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
d9189db0aa
commit
55bf71938e
|
@ -11,6 +11,7 @@ PACKAGECONFIG ??= " \
|
|||
${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} \
|
||||
"
|
||||
|
||||
PACKAGECONFIG[lzo] = ",,lzo"
|
||||
PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,virtual/libsdl,"
|
||||
PACKAGECONFIG[xsm] = "--enable-xsmpolicy,--disable-xsmpolicy,checkpolicy-native,"
|
||||
PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd,"
|
||||
|
@ -41,7 +42,6 @@ DEPENDS = " \
|
|||
procps \
|
||||
python3 \
|
||||
libaio \
|
||||
lzo \
|
||||
util-linux \
|
||||
xz \
|
||||
yajl \
|
||||
|
|
Loading…
Reference in New Issue
Block a user