diff options
author | Derek Straka <derek@asterius.io> | 2018-03-02 08:42:51 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-16 19:15:50 -0700 |
commit | e8aec6db34950f940a6093ec66c52f7411d9d5ff (patch) | |
tree | 4dc1caff13c9afe9b83459963c5e250191ecb357 /meta-python/recipes-devtools/python/python-cffi.inc | |
parent | 131d8fef9a3de4fce162cb9f248460386262d68a (diff) | |
download | meta-openembedded-e8aec6db34950f940a6093ec66c52f7411d9d5ff.tar.gz |
python-cffi: update to version 1.11.4
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-cffi.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-cffi.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-cffi.inc b/meta-python/recipes-devtools/python/python-cffi.inc index 39ab19ff8a..e6071eecaf 100644 --- a/meta-python/recipes-devtools/python/python-cffi.inc +++ b/meta-python/recipes-devtools/python/python-cffi.inc | |||
@@ -4,8 +4,8 @@ LICENSE = "MIT" | |||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5677e2fdbf7cdda61d6dd2b57df547bf" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5677e2fdbf7cdda61d6dd2b57df547bf" |
5 | DEPENDS += "libffi ${PYTHON_PN}-pycparser" | 5 | DEPENDS += "libffi ${PYTHON_PN}-pycparser" |
6 | 6 | ||
7 | SRC_URI[md5sum] = "8ef0f852498908b20bc508799901fe93" | 7 | SRC_URI[md5sum] = "ac8492f4ad952360737413e82d661908" |
8 | SRC_URI[sha256sum] = "df9083a992b17a28cd4251a3f5c879e0198bb26c9e808c4647e0a18739f1d11d" | 8 | SRC_URI[sha256sum] = "e90f17980e6ab0f3c2f3730e56d1fe9bcba1891eeea58966e89d352492cc74f4" |
9 | 9 | ||
10 | RDEPENDS_${PN}_class-target = " \ | 10 | RDEPENDS_${PN}_class-target = " \ |
11 | ${PYTHON_PN}-ctypes \ | 11 | ${PYTHON_PN}-ctypes \ |