[oe-commits] [openembedded-core] 46/69: gobject-introspection: Add DEPENDS on gobject-introspection-native

git at git.openembedded.org git at git.openembedded.org
Mon Mar 7 22:12:36 UTC 2016


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

commit 4f8f82c586491805b9344b001fc6244711ed9262
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Sat Mar 5 08:44:19 2016 +0000

    gobject-introspection: Add DEPENDS on gobject-introspection-native
    
    The scanner wrapper calls g-ir-scanner which comes from the -native
    recipe so we need the DEPENDS.
    
    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 e98956b..4ffbd8d 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"
+DEPENDS_append = " gobject-introspection gobject-introspection-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