From: Ross Burton Date: Wed, 27 Apr 2016 12:56:53 +0000 (+0100) Subject: python-pygobject: remove redundant gnome-common dependency X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~26023 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13621e8ac158e1eb65a04054899f7cdec796d38f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python-pygobject: remove redundant gnome-common dependency The gnomebase class already depends on gnome-common-native, so there's no need to depend on it again. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python-pygobject_3.18.2.bb b/meta/recipes-devtools/python/python-pygobject_3.18.2.bb index a9871fe2659..00c50795a16 100644 --- a/meta/recipes-devtools/python/python-pygobject_3.18.2.bb +++ b/meta/recipes-devtools/python/python-pygobject_3.18.2.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" inherit autotools pkgconfig gnomebase distutils-base gobject-introspection -DEPENDS += "python glib-2.0 gnome-common" +DEPENDS += "python glib-2.0" SRCNAME="pygobject" SRC_URI = " \