From 533826b7652a2cf86ca7b665c25b98c89afc266e Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 23 Nov 2016 14:13:39 +0000 Subject: meta-oe: add explicit dependencies on gnome-common gnome-common is deprecated and gnomebase.bbclass will soon stop depending on it, so add gnome-common to DEPENDS for the recipes that still use it. Signed-off-by: Ross Burton Signed-off-by: Martin Jansa --- meta-oe/recipes-devtools/python/python-pygobject_3.20.1.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta-oe/recipes-devtools/python') diff --git a/meta-oe/recipes-devtools/python/python-pygobject_3.20.1.bb b/meta-oe/recipes-devtools/python/python-pygobject_3.20.1.bb index 77416d45bf..e490ae50b7 100644 --- a/meta-oe/recipes-devtools/python/python-pygobject_3.20.1.bb +++ b/meta-oe/recipes-devtools/python/python-pygobject_3.20.1.bb @@ -8,7 +8,7 @@ inherit autotools pkgconfig gnomebase distutils-base gobject-introspection PYTHON_BASEVERSION = "2.7" PYTHON_PN = "python" -DEPENDS += "python glib-2.0" +DEPENDS += "gnome-common-native python glib-2.0" SRCNAME="pygobject" SRC_URI = " \ @@ -31,4 +31,3 @@ do_install_append() { # Remove files that clash with python3-pygobject; their content is same rm ${D}${includedir}/pygobject-3.0/pygobject.h ${D}${libdir}/pkgconfig/pygobject-3.0.pc } - -- cgit 1.2.3-korg