[oe-commits] Tom Rini : python-pygobject: Add glib-2.0 to DEPENDS

git version control git at git.openembedded.org
Mon Jan 31 15:38:23 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 41282803b4c36d7509186913b3514c5781b1419b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=41282803b4c36d7509186913b3514c5781b1419b

Author: Tom Rini <tom_rini at mentor.com>
Date:   Mon Jan 31 08:36:45 2011 -0700

python-pygobject: Add glib-2.0 to DEPENDS

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

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

diff --git a/recipes/python/python-pygobject_2.20.0.bb b/recipes/python/python-pygobject_2.20.0.bb
index 61327cc..19a60ab 100644
--- a/recipes/python/python-pygobject_2.20.0.bb
+++ b/recipes/python/python-pygobject_2.20.0.bb
@@ -1,10 +1,10 @@
 DESCRIPTION = "Python GObject bindings"
 SECTION = "devel/python"
 LICENSE = "LGPL"
-DEPENDS = "libffi python-pygobject-native-${PV}"
+DEPENDS = "libffi python-pygobject-native-${PV} glib-2.0"
 PE = "1"
 
-PR = "r2"
+PR = "r3"
 
 MAJ_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}"
 





More information about the Openembedded-commits mailing list