[oe-commits] [openembedded-core] 02/06: qemu: build target variant with gtk+, and nativesdk variant without sdl

git at git.openembedded.org git at git.openembedded.org
Mon Feb 25 12:36:48 UTC 2019


This is an automated email from the git hooks/post-receive script.

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

commit 3b92ace1d68334accab147867feb0c1e17c86ba9
Author: Alexander Kanavin <alex.kanavin at gmail.com>
AuthorDate: Fri Feb 22 15:33:38 2019 +0100

    qemu: build target variant with gtk+, and nativesdk variant without sdl
    
    As sdl is deprecated in favor of gtk+, it should not be the default.
    
    For native/nativesdk builds the decision to build with gtk+ frontend
    is done via local.conf template from poky distro. (previously
    it was done from there, and from the recipe, which created confusion)
    
    Signed-off-by: Alexander Kanavin <alex.kanavin at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/qemu/qemu.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index 5473fe1..def3a75 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -90,11 +90,11 @@ do_install_append() {
 # END of qemu-mips workaround
 
 PACKAGECONFIG ??= " \
-    fdt sdl kvm \
+    fdt gtk+ kvm \
     ${@bb.utils.filter('DISTRO_FEATURES', 'alsa xen', d)} \
 "
 PACKAGECONFIG_class-native ??= "fdt alsa kvm virglrenderer glx"
-PACKAGECONFIG_class-nativesdk ??= "fdt sdl kvm virglrenderer glx"
+PACKAGECONFIG_class-nativesdk ??= "fdt kvm virglrenderer glx"
 
 # Handle distros such as CentOS 5 32-bit that do not have kvm support
 PACKAGECONFIG_class-native_remove = "${@'kvm' if not os.path.exists('/usr/include/linux/kvm.h') else ''}"

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


More information about the Openembedded-commits mailing list