diff options
Diffstat (limited to 'meta/recipes-devtools/qemu')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index cdbb7f1671..2b82e8fd02 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -100,8 +100,7 @@ do_install_append() { | |||
100 | 100 | ||
101 | PACKAGECONFIG ??= " \ | 101 | PACKAGECONFIG ??= " \ |
102 | fdt sdl \ | 102 | fdt sdl \ |
103 | ${@bb.utils.contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d)} \ | 103 | ${@bb.utils.filter('DISTRO_FEATURES', 'alsa xen', d)} \ |
104 | ${@bb.utils.contains('DISTRO_FEATURES', 'xen', 'xen', '', d)} \ | ||
105 | " | 104 | " |
106 | PACKAGECONFIG_class-native ??= "fdt alsa uuid" | 105 | PACKAGECONFIG_class-native ??= "fdt alsa uuid" |
107 | PACKAGECONFIG_class-nativesdk ??= "fdt sdl" | 106 | PACKAGECONFIG_class-nativesdk ??= "fdt sdl" |