[OE-core] [PATCH] python-pygobject-native: fix build dependency on python-native

Cristian Iorga cristian.iorga at intel.com
Thu May 16 11:44:39 UTC 2013


Override needed for native package because of
dependencies brought in by inheriting
distutils-base.bbclass.

Fixes [YOCTO #4502].

Signed-off-by: Cristian Iorga <cristian.iorga at intel.com>
---
 meta/recipes-devtools/python/python-pygobject_2.27.91.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/python/python-pygobject_2.27.91.bb b/meta/recipes-devtools/python/python-pygobject_2.27.91.bb
index 4381107..3dc2d99 100644
--- a/meta/recipes-devtools/python/python-pygobject_2.27.91.bb
+++ b/meta/recipes-devtools/python/python-pygobject_2.27.91.bb
@@ -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"
 
-- 
1.7.10.4





More information about the Openembedded-core mailing list