diff options
Diffstat (limited to 'meta/recipes-devtools/qemu')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 4274b252e5..ca94fb223d 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -90,7 +90,7 @@ PACKAGECONFIG ??= " \ | |||
90 | fdt sdl alsa \ | 90 | fdt sdl alsa \ |
91 | ${@bb.utils.contains('DISTRO_FEATURES', 'xen', 'xen', '', d)} \ | 91 | ${@bb.utils.contains('DISTRO_FEATURES', 'xen', 'xen', '', d)} \ |
92 | " | 92 | " |
93 | PACKAGECONFIG_class-native ??= "fdt alsa" | 93 | PACKAGECONFIG_class-native ??= "fdt alsa uuid" |
94 | PACKAGECONFIG_class-nativesdk ??= "fdt sdl" | 94 | PACKAGECONFIG_class-nativesdk ??= "fdt sdl" |
95 | NATIVEDEPS = "" | 95 | NATIVEDEPS = "" |
96 | NATIVEDEPS_class-native = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxext-native', '',d)}" | 96 | NATIVEDEPS_class-native = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxext-native', '',d)}" |