[oe-commits] Cristian Iorga : python-pygobject-native: fix build dependency on python-native

git at git.openembedded.org git at git.openembedded.org
Fri May 17 07:17:13 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: ae28ee3f7a060b9e0d13154a84f2444a98490b5b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ae28ee3f7a060b9e0d13154a84f2444a98490b5b

Author: Cristian Iorga <cristian.iorga at intel.com>
Date:   Thu May 16 14:44:39 2013 +0300

python-pygobject-native: fix build dependency on python-native

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 at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../python/python-pygobject_2.27.91.bb             |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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"
 





More information about the Openembedded-commits mailing list