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:48:06 +0000
commit3956168d6e98187b566b0d46a379700009798a6c (patch)
tree9c93155fc2eb33da6e9a1d28e149f03dcb1e80a2 /meta/recipes-devtools
parent8c71439686f2d685efb1f737e04f2388a8fa6ee3 (diff)
downloadopenembedded-core-contrib-3956168d6e98187b566b0d46a379700009798a6c.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. (From OE-Core rev: c8787cd0a4f6548264d02dc0dbc39ed0ec98688e) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 = " \