summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xen.inc
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2022-07-13 12:02:40 +0100
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-07-13 16:31:43 -0400
commit11c1003e8758e5eadc8ff3968fe20f3bcc71bdca (patch)
tree400e761396ffcd26d3aa1b840fc7774be1828b8c /recipes-extended/xen/xen.inc
parent40a4c292e31b831ef8f311cb0409c5ee751c4628 (diff)
downloadmeta-virtualization-11c1003e8758e5eadc8ff3968fe20f3bcc71bdca.tar.gz
xen: remove obsolete sdl PACKAGECONFIG
Nothing in Xen respects --enable-sdl, and nothing in Xen links to libSDL, so this PACKAGECONFIG is obsolete. It looks like the last user of SDL in Xen was removed in "Remove internal tools/ioemu tree"[1] back in 2008. [1] xen 19dc3860dcfde9bc4ec4ef35bb1337e13276f630 Signed-off-by: Ross Burton <ross.burton@arm.com> Reviewed-by: Christopher Clark <christopher.w.clark@gmail.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, 0 insertions, 2 deletions
diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
index 2bbf1e35..5937763a 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -7,12 +7,10 @@ inherit autotools-brokensep pkgconfig
7require xen-arch.inc 7require xen-arch.inc
8 8
9PACKAGECONFIG ??= " \ 9PACKAGECONFIG ??= " \
10 sdl \
11 ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} \ 10 ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} \
12 " 11 "
13 12
14PACKAGECONFIG[lzo] = ",,lzo" 13PACKAGECONFIG[lzo] = ",,lzo"
15PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,virtual/libsdl,"
16PACKAGECONFIG[xsm] = "--enable-xsmpolicy,--disable-xsmpolicy,checkpolicy-native," 14PACKAGECONFIG[xsm] = "--enable-xsmpolicy,--disable-xsmpolicy,checkpolicy-native,"
17PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd," 15PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd,"
18PACKAGECONFIG[externalblktap] = ",,," 16PACKAGECONFIG[externalblktap] = ",,,"