summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-01-31 08:36:45 -0700
committerTom Rini <tom_rini@mentor.com>2011-01-31 08:37:12 -0700
commit41282803b4c36d7509186913b3514c5781b1419b (patch)
treeefbccb63901cc7028435005980c51595f3cc3fb8
parent890bf37a447c03b1675ba6a285c93d95edacc1ad (diff)
downloadopenembedded-41282803b4c36d7509186913b3514c5781b1419b.tar.gz
python-pygobject: Add glib-2.0 to DEPENDS
Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r--recipes/python/python-pygobject_2.20.0.bb4
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 61327cc3c0..19a60ab954 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]}"