[oe-commits] Ross Burton : python-pygobject: add libffi to DEPENDS

git at git.openembedded.org git at git.openembedded.org
Fri Oct 10 15:45:00 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 85232b154dbaf3fc2ed3fa9291e3cbeaa7f318ab
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=85232b154dbaf3fc2ed3fa9291e3cbeaa7f318ab

Author: Ross Burton <ross.burton at intel.com>
Date:   Sat Sep 20 00:36:40 2014 +0100

python-pygobject: add libffi to DEPENDS

libffi is generally present as it's also a build dependency on glib-2.0, but
explicitly declare it for determinism.

Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-devtools/python/python-pygobject_2.28.3.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/python/python-pygobject_2.28.3.bb b/meta/recipes-devtools/python/python-pygobject_2.28.3.bb
index 2e65b38..45a0603 100644
--- a/meta/recipes-devtools/python/python-pygobject_2.28.3.bb
+++ b/meta/recipes-devtools/python/python-pygobject_2.28.3.bb
@@ -2,8 +2,8 @@ SUMMARY = "Python GObject bindings"
 SECTION = "devel/python"
 LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
-DEPENDS = "python python-pygobject-native glib-2.0"
-DEPENDS_class-native = "python-native glib-2.0-native"
+DEPENDS = "python python-pygobject-native libffi glib-2.0"
+DEPENDS_class-native = "python-native libffi-native glib-2.0-native"
 RDEPENDS_class-native = ""
 
 MAJ_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}"



More information about the Openembedded-commits mailing list