]> code.ossystems Code Review - openembedded-core.git/commitdiff
python-pygobject: add glib-2.0 dependency
authorKevin Tian <kevin.tian@intel.com>
Sun, 11 Jul 2010 08:11:39 +0000 (16:11 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 13 Jul 2010 14:21:45 +0000 (15:21 +0100)
or else glib-2.0 may not be build before building python-pygojbect

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
meta/packages/python/python-pygobject_2.16.0.bb

index de07ec762c8f1757c5c860c99d8d72e306fff421..8c40784342708ea3f91ebe7555fc2ac0d8c6c669 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Python GObject bindings"
 SECTION = "devel/python"
 LICENSE = "LGPL"
-DEPENDS = "python-pygobject-native-${PV}"
+DEPENDS = "python-pygobject-native-${PV} glib-2.0"
 PR = "ml2"
 
 MAJ_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}"