summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xen.inc
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2022-05-25 12:25:12 +0100
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-05-25 11:39:14 -0400
commit55bf71938eb5e09607e459a62c2b9aee6485d23d (patch)
tree15958ed176d715332e4c0eaa76d09a74809acdbb /recipes-extended/xen/xen.inc
parentd9189db0aa971fbd4a11608965f4bac534f0cd92 (diff)
downloadmeta-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>
Diffstat (limited to 'recipes-extended/xen/xen.inc')
-rw-r--r--recipes-extended/xen/xen.inc2
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
14PACKAGECONFIG[lzo] = ",,lzo"
14PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,virtual/libsdl," 15PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,virtual/libsdl,"
15PACKAGECONFIG[xsm] = "--enable-xsmpolicy,--disable-xsmpolicy,checkpolicy-native," 16PACKAGECONFIG[xsm] = "--enable-xsmpolicy,--disable-xsmpolicy,checkpolicy-native,"
16PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd," 17PACKAGECONFIG[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 \