[oe-commits] [openembedded-core] 49/69: python-pygobject: don't reset the DEPENDS variable

git at git.openembedded.org git at git.openembedded.org
Mon Mar 7 22:12:39 UTC 2016


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

commit b407bb446c379a8bce384f81a414083f8d0e5717
Author: Alexander Kanavin <alexander.kanavin at linux.intel.com>
AuthorDate: Mon Mar 7 17:22:23 2016 +0200

    python-pygobject: don't reset the DEPENDS variable
    
    Inherited classes add important stuff to it.
    
    Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.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 c94808d..e61d75c 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 distutils3-base gobject-introspection
 
-DEPENDS = "python3 glib-2.0 gnome-common"
+DEPENDS += "python3 glib-2.0 gnome-common"
 
 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