From c8787cd0a4f6548264d02dc0dbc39ed0ec98688e Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 23 Nov 2016 13:29:45 +0000 Subject: 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 --- meta/recipes-devtools/python/python3-pygobject_3.22.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/python') 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 = " \ -- cgit v1.2.3