git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
890bf37
)
python-pygobject: Add glib-2.0 to DEPENDS
author
Tom Rini
<tom_rini@mentor.com>
Mon, 31 Jan 2011 15:36:45 +0000
(08:36 -0700)
committer
Tom Rini
<tom_rini@mentor.com>
Mon, 31 Jan 2011 15:37:12 +0000
(08:37 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/python/python-pygobject_2.20.0.bb
patch
|
blob
|
history
diff --git
a/recipes/python/python-pygobject_2.20.0.bb
b/recipes/python/python-pygobject_2.20.0.bb
index
61327cc
..
19a60ab
100644
(file)
--- 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 = "r
2
"
+PR = "r
3
"
MAJ_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}"