diff options
author | Ross Burton <ross.burton@arm.com> | 2022-05-25 12:25:12 +0100 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-05-25 11:39:14 -0400 |
commit | 55bf71938eb5e09607e459a62c2b9aee6485d23d (patch) | |
tree | 15958ed176d715332e4c0eaa76d09a74809acdbb | |
parent | d9189db0aa971fbd4a11608965f4bac534f0cd92 (diff) | |
download | meta-virtualization-55bf71938eb5e09607e459a62c2b9aee6485d23d.tar.gz |
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>
-rw-r--r-- | recipes-extended/xen/xen.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc index d352ffb8..ed6e6a7b 100644 --- a/recipes-extended/xen/xen.inc +++ b/recipes-extended/xen/xen.inc | |||
@@ -11,6 +11,7 @@ PACKAGECONFIG ??= " \ | |||
11 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} \ | 11 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} \ |
12 | " | 12 | " |
13 | 13 | ||
14 | PACKAGECONFIG[lzo] = ",,lzo" | ||
14 | PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,virtual/libsdl," | 15 | PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,virtual/libsdl," |
15 | PACKAGECONFIG[xsm] = "--enable-xsmpolicy,--disable-xsmpolicy,checkpolicy-native," | 16 | PACKAGECONFIG[xsm] = "--enable-xsmpolicy,--disable-xsmpolicy,checkpolicy-native," |
16 | PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd," | 17 | PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd," |
@@ -41,7 +42,6 @@ DEPENDS = " \ | |||
41 | procps \ | 42 | procps \ |
42 | python3 \ | 43 | python3 \ |
43 | libaio \ | 44 | libaio \ |
44 | lzo \ | ||
45 | util-linux \ | 45 | util-linux \ |
46 | xz \ | 46 | xz \ |
47 | yajl \ | 47 | yajl \ |