diff options
author | Ross Burton <ross.burton@intel.com> | 2016-11-23 13:29:45 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-30 15:47:11 +0000 |
commit | c8787cd0a4f6548264d02dc0dbc39ed0ec98688e (patch) | |
tree | e71ef84629e323feb81062459778a651f51d932e /meta/recipes-devtools | |
parent | 0cb171486d2ccac1b42b6026bb57cfe3d64f2fec (diff) | |
download | openembedded-core-c8787cd0a4f6548264d02dc0dbc39ed0ec98688e.tar.gz openembedded-core-c8787cd0a4f6548264d02dc0dbc39ed0ec98688e.tar.bz2 openembedded-core-c8787cd0a4f6548264d02dc0dbc39ed0ec98688e.zip |
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.bb | 2 |
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 = " \ |