diff options
author | Ross Burton <ross.burton@intel.com> | 2016-04-27 09:28:35 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-06 10:31:14 +0100 |
commit | 30ba663e35393eb65b8c179025a40ad645abc6f8 (patch) | |
tree | 8ef008dbb06b7ec60a764b4c857813923013b081 /meta/recipes-devtools | |
parent | b73ebda2ef1bed55a3a7b6faff3c456980e4384f (diff) | |
download | poky-30ba663e35393eb65b8c179025a40ad645abc6f8.tar.gz |
qemu: remove explicit but redundant native build dependencies
qemu-native was optionally depending on libxext-native if the DISTRO_FEATURES
included x11. This dependency was required back when we didn't build
libsdl-native and causes an undesirable relationship between DISTRO_FEATURES and
qemu-native.
As the dependency isn't required anymore, remove it.
(From OE-Core rev: f58f364b1ae97805abc5f9eb7b300617f59826b2)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 95fe66f005..36d600f0ea 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -97,9 +97,8 @@ PACKAGECONFIG ??= " \ | |||
97 | " | 97 | " |
98 | PACKAGECONFIG_class-native ??= "fdt alsa uuid" | 98 | PACKAGECONFIG_class-native ??= "fdt alsa uuid" |
99 | PACKAGECONFIG_class-nativesdk ??= "fdt sdl" | 99 | PACKAGECONFIG_class-nativesdk ??= "fdt sdl" |
100 | NATIVEDEPS = "" | 100 | |
101 | NATIVEDEPS_class-native = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxext-native', '',d)}" | 101 | PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,libsdl" |
102 | PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,libsdl ${NATIVEDEPS}," | ||
103 | PACKAGECONFIG[virtfs] = "--enable-virtfs --enable-attr,--disable-virtfs,libcap attr," | 102 | PACKAGECONFIG[virtfs] = "--enable-virtfs --enable-attr,--disable-virtfs,libcap attr," |
104 | PACKAGECONFIG[aio] = "--enable-linux-aio,--disable-linux-aio,libaio," | 103 | PACKAGECONFIG[aio] = "--enable-linux-aio,--disable-linux-aio,libaio," |
105 | PACKAGECONFIG[xfs] = "--enable-xfsctl,--disable-xfsctl,xfsprogs," | 104 | PACKAGECONFIG[xfs] = "--enable-xfsctl,--disable-xfsctl,xfsprogs," |