[oe-commits] [openembedded-core] 01/10: python-pygobject: remove redundant gnome-common dependency

git at git.openembedded.org git at git.openembedded.org
Fri Apr 29 08:28:51 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 697bfcde56c405753d3bf02ef1857521fd955807
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Wed Apr 27 13:56:53 2016 +0100

    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 <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/python/python-pygobject_3.18.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 a9871fe..00c5079 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 = " \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list