[oe-commits] [openembedded-core] 37/54: gobject-introspection: add a python dependency to the recipe

git at git.openembedded.org git at git.openembedded.org
Mon Mar 7 11:57:04 UTC 2016


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

commit ec72086fc28ed72099d9557942e21c5bc8e45407
Author: Alexander Kanavin <alexander.kanavin at linux.intel.com>
AuthorDate: Thu Mar 3 00:31:40 2016 +0200

    gobject-introspection: add a python dependency to the recipe
    
    Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
---
 .../recipes-gnome/gobject-introspection/gobject-introspection_1.46.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.46.0.bb b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.46.0.bb
index 3b6dda8..3083482 100644
--- a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.46.0.bb
+++ b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.46.0.bb
@@ -29,7 +29,7 @@ export STAGING_LIBDIR
 export STAGING_DIR_HOST
 export B
 
-DEPENDS_append = " libffi zlib glib-2.0"
+DEPENDS_append = " libffi zlib glib-2.0 python"
 
 # target build needs qemu to run temporary introspection binaries created
 # on the fly by g-ir-scanner and a native version of itself to run

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


More information about the Openembedded-commits mailing list