aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-03-04 21:45:38 +0100
committerKoen Kooi <koen@openembedded.org>2010-03-04 21:45:38 +0100
commitfb56f492249b79aa82804207255021de75ce5349 (patch)
tree083f7d2db10e2cdf9b6953e67215c68a998d119e /recipes/python
parentf6d6b302551a184d6a88f661e2369763e2874a8b (diff)
downloadopenembedded-fb56f492249b79aa82804207255021de75ce5349.tar.gz
python-pygobject: add libffi dep so -lffi actually works
Diffstat (limited to 'recipes/python')
-rw-r--r--recipes/python/python-pygobject_2.20.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/python/python-pygobject_2.20.0.bb b/recipes/python/python-pygobject_2.20.0.bb
index 10c94dcbc1..fb97e53600 100644
--- a/recipes/python/python-pygobject_2.20.0.bb
+++ b/recipes/python/python-pygobject_2.20.0.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "Python GObject bindings"
SECTION = "devel/python"
LICENSE = "LGPL"
-DEPENDS = "python-pygobject-native-${PV}"
+DEPENDS = "libffi python-pygobject-native-${PV}"
PE = "1"
MAJ_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}"