]> code.ossystems Code Review - openembedded-core.git/commitdiff
python-pygobject: add libffi to DEPENDS
authorRoss Burton <ross.burton@intel.com>
Fri, 19 Sep 2014 23:36:40 +0000 (00:36 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 10 Oct 2014 09:39:12 +0000 (10:39 +0100)
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@intel.com>
meta/recipes-devtools/python/python-pygobject_2.28.3.bb

index 2e65b3808aee220cb49642126a6164de7d188f30..45a0603eb775981d0c7e0a4e96d996306ace8d7c 100644 (file)
@@ -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]}"