diff options
-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 d24d6ff36e..12da19fe23 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 1d2d2416af..1d2d2416af 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 e888084347..e888084347 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 | |||