[oe-commits] [openembedded-core] 40/78: gobject-introspection.bbclass: Add DEPENDS on qemu-native

git at git.openembedded.org git at git.openembedded.org
Wed Mar 9 00:10:17 UTC 2016


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

commit 37c7e8f806e8a102c0f713fd1fa10abfae652a9a
Author: Alexander Kanavin <alexander.kanavin at linux.intel.com>
AuthorDate: Mon Mar 7 17:18:38 2016 +0200

    gobject-introspection.bbclass: Add DEPENDS on qemu-native
    
    The qemu wrapper calls qemu which comes from the -native
    recipe so we need the DEPENDS.
    
    Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/gobject-introspection.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/gobject-introspection.bbclass b/meta/classes/gobject-introspection.bbclass
index 4ffbd8d..2b330f2 100644
--- a/meta/classes/gobject-introspection.bbclass
+++ b/meta/classes/gobject-introspection.bbclass
@@ -4,7 +4,7 @@ EXTRA_OECONF_prepend = "${@bb.utils.contains('COMBINED_FEATURES', 'gobject-intro
 
 UNKNOWN_CONFIGURE_WHITELIST_append = " --enable-introspection --disable-introspection"
 
-DEPENDS_append = " gobject-introspection gobject-introspection-native"
+DEPENDS_append = " gobject-introspection gobject-introspection-native qemu-native"
 
 # This is necessary for python scripts to succeed - distutils
 # failes if these are not set

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


More information about the Openembedded-commits mailing list