diff options
author | Derek Straka <derek@asterius.io> | 2016-12-22 09:24:16 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-12-26 08:24:56 +0100 |
commit | dec77ecb7e27d1ceb3909b453cd13e6bbed30e04 (patch) | |
tree | 0772fe1a04c29e734f7813eff3d9a45301dbb378 | |
parent | 6a0f6e0344761afa05b62842686b98e9f413e41b (diff) | |
download | meta-openembedded-dec77ecb7e27d1ceb3909b453cd13e6bbed30e04.tar.gz |
python-cffi: update to version 1.9.1
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python-cffi.inc | 8 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python-cffi_1.9.1.bb (renamed from meta-python/recipes-devtools/python/python-cffi_1.8.3.bb) | 0 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-cffi_1.9.1.bb (renamed from meta-python/recipes-devtools/python/python3-cffi_1.8.3.bb) | 0 |
3 files changed, 6 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-cffi.inc b/meta-python/recipes-devtools/python/python-cffi.inc index d24d6ff36..12da19fe2 100644 --- a/meta-python/recipes-devtools/python/python-cffi.inc +++ b/meta-python/recipes-devtools/python/python-cffi.inc | |||
@@ -3,7 +3,11 @@ LICENSE = "MIT" | |||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5677e2fdbf7cdda61d6dd2b57df547bf" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5677e2fdbf7cdda61d6dd2b57df547bf" |
4 | DEPENDS = "libffi ${PYTHON_PN}-pycparser" | 4 | DEPENDS = "libffi ${PYTHON_PN}-pycparser" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "c8e877fe0426a99d0cf5872cf2f95b27" | 6 | SRC_URI[md5sum] = "b8fa7ccb87790531db3316ab17aa8244" |
7 | SRC_URI[sha256sum] = "c321bd46faa7847261b89c0469569530cad5a41976bb6dba8202c0159f476568" | 7 | SRC_URI[sha256sum] = "563e0bd53fda03c151573217b3a49b3abad8813de9dd0632e10090f6190fdaf8" |
8 | |||
9 | RDEPENDS_${PN}_class-target = " \ | ||
10 | ${PYTHON_PN}-io \ | ||
11 | " | ||
8 | 12 | ||
9 | BBCLASSEXTEND = "native nativesdk" | 13 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python-cffi_1.8.3.bb b/meta-python/recipes-devtools/python/python-cffi_1.9.1.bb index 1d2d2416a..1d2d2416a 100644 --- a/meta-python/recipes-devtools/python/python-cffi_1.8.3.bb +++ b/meta-python/recipes-devtools/python/python-cffi_1.9.1.bb | |||
diff --git a/meta-python/recipes-devtools/python/python3-cffi_1.8.3.bb b/meta-python/recipes-devtools/python/python3-cffi_1.9.1.bb index e88808434..e88808434 100644 --- a/meta-python/recipes-devtools/python/python3-cffi_1.8.3.bb +++ b/meta-python/recipes-devtools/python/python3-cffi_1.9.1.bb | |||