summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-pygobject_2.28.3.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2014-09-20 00:36:40 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-10-10 16:44:32 +0100
commitb6b8029fc9e9f7a9fdcbfed1c5cd091069f6a833 (patch)
tree15c5c6695d0b10c0db0befd4487be1eaf84bfb4e /meta/recipes-devtools/python/python-pygobject_2.28.3.bb
parent18b42b871857cd913b651f27699a96f311836143 (diff)
downloadast2050-yocto-poky-b6b8029fc9e9f7a9fdcbfed1c5cd091069f6a833.zip
ast2050-yocto-poky-b6b8029fc9e9f7a9fdcbfed1c5cd091069f6a833.tar.gz
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. (From OE-Core rev: 85232b154dbaf3fc2ed3fa9291e3cbeaa7f318ab) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-pygobject_2.28.3.bb')
-rw-r--r--meta/recipes-devtools/python/python-pygobject_2.28.3.bb4
1 files 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]}"
OpenPOWER on IntegriCloud