]> code.ossystems Code Review - openembedded-core.git/commitdiff
python-pygobject-native: fix build dependency on python-native
authorCristian Iorga <cristian.iorga@intel.com>
Thu, 16 May 2013 11:44:39 +0000 (14:44 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 17 May 2013 06:38:39 +0000 (09:38 +0300)
The class-native override is undoing the dependency that distutils-base
added which we require. This patch adds in the missing dependency manually
to ensure the build functions correctly.

Fixes [YOCTO #4502].

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python-pygobject_2.27.91.bb

index 4381107ae58ed60f60ba5a2d9c6d03f685f6e5da..3dc2d994832daa042dd9e710c2ed7e5466fab70e 100644 (file)
@@ -3,7 +3,7 @@ SECTION = "devel/python"
 LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
 DEPENDS = "python python-pygobject-native glib-2.0"
-DEPENDS_class-native = "glib-2.0-native"
+DEPENDS_class-native = "python-native glib-2.0-native"
 RDEPENDS_class-native = ""
 PR = "r6"