[oe-commits] [openembedded-core] 04/10: qemu: remove explicit but redundant native build dependencies

git at git.openembedded.org git at git.openembedded.org
Fri Apr 29 08:28:54 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit aceaae85e04d2ebbc8f698d9a9dd5f8c725c2abd
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Wed Apr 27 09:28:35 2016 +0100

    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.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/qemu/qemu.inc | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index 95fe66f..36d600f 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -97,9 +97,8 @@ PACKAGECONFIG ??= " \
 	"
 PACKAGECONFIG_class-native ??= "fdt alsa uuid"
 PACKAGECONFIG_class-nativesdk ??= "fdt sdl"
-NATIVEDEPS = ""
-NATIVEDEPS_class-native = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxext-native', '',d)}"
-PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,libsdl ${NATIVEDEPS},"
+
+PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,libsdl"
 PACKAGECONFIG[virtfs] = "--enable-virtfs --enable-attr,--disable-virtfs,libcap attr,"
 PACKAGECONFIG[aio] = "--enable-linux-aio,--disable-linux-aio,libaio,"
 PACKAGECONFIG[xfs] = "--enable-xfsctl,--disable-xfsctl,xfsprogs,"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list