diff options
author | Koen Kooi <koen@openembedded.org> | 2010-03-04 21:45:38 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-03-04 21:45:38 +0100 |
commit | fb56f492249b79aa82804207255021de75ce5349 (patch) | |
tree | 083f7d2db10e2cdf9b6953e67215c68a998d119e | |
parent | f6d6b302551a184d6a88f661e2369763e2874a8b (diff) |
python-pygobject: add libffi dep so -lffi actually works
-rw-r--r-- | recipes/python/python-pygobject_2.20.0.bb | 2 |
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]}" |