aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-11-23 13:29:45 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-11-30 15:47:11 +0000
commitc8787cd0a4f6548264d02dc0dbc39ed0ec98688e (patch)
treee71ef84629e323feb81062459778a651f51d932e /meta/recipes-devtools
parent0cb171486d2ccac1b42b6026bb57cfe3d64f2fec (diff)
downloadopenembedded-core-contrib-c8787cd0a4f6548264d02dc0dbc39ed0ec98688e.tar.gz
meta: add explicit gnome-common dependencies
As gnome-common is deprecated it is being removed from GNOME packages, so to avoid redundantly pulling it in as a build dependency to every package it will be removed from gnomebase.bbclass Add it explicitly to the recipes that still need it so these still build. Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/python/python3-pygobject_3.22.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-pygobject_3.22.0.bb b/meta/recipes-devtools/python/python3-pygobject_3.22.0.bb
index e052f11025..1c8dc2061f 100644
--- a/meta/recipes-devtools/python/python3-pygobject_3.22.0.bb
+++ b/meta/recipes-devtools/python/python3-pygobject_3.22.0.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
inherit autotools pkgconfig gnomebase distutils3-base gobject-introspection upstream-version-is-even
-DEPENDS += "python3 glib-2.0"
+DEPENDS += "gnome-common-native python3 glib-2.0"
SRCNAME="pygobject"
SRC_URI = " \