[oe-commits] Koen Kooi : python-pygobject: add libffi dep so -lffi actually works

git version control git at git.openembedded.org
Fri Mar 5 09:39:42 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: fb56f492249b79aa82804207255021de75ce5349
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=fb56f492249b79aa82804207255021de75ce5349

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Mar  4 21:45:38 2010 +0100

python-pygobject: add libffi dep so -lffi actually works

---

 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 10c94dc..fb97e53 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]}"





More information about the Openembedded-commits mailing list