diff options
author | Ross Burton <ross.burton@intel.com> | 2014-09-20 00:36:40 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-10-10 16:44:32 +0100 |
commit | b6b8029fc9e9f7a9fdcbfed1c5cd091069f6a833 (patch) | |
tree | 15c5c6695d0b10c0db0befd4487be1eaf84bfb4e | |
parent | 18b42b871857cd913b651f27699a96f311836143 (diff) | |
download | 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>
-rw-r--r-- | meta/recipes-devtools/python/python-pygobject_2.28.3.bb | 4 |
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 2e65b3808a..45a0603eb7 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" | |||
2 | SECTION = "devel/python" | 2 | SECTION = "devel/python" |
3 | LICENSE = "LGPLv2.1" | 3 | LICENSE = "LGPLv2.1" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" |
5 | DEPENDS = "python python-pygobject-native glib-2.0" | 5 | DEPENDS = "python python-pygobject-native libffi glib-2.0" |
6 | DEPENDS_class-native = "python-native glib-2.0-native" | 6 | DEPENDS_class-native = "python-native libffi-native glib-2.0-native" |
7 | RDEPENDS_class-native = "" | 7 | RDEPENDS_class-native = "" |
8 | 8 | ||
9 | MAJ_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}" | 9 | MAJ_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}" |