From 6b3776c4286e185d4fce23aba1ccb5fca8b6d4ae Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Wed, 24 Apr 2019 15:58:26 +0800 Subject: python-cffi: upgrade 1.12.2 -> 1.12.3 -Upgrade from python-cffi_1.12.2.bb to python-cffi_1.12.3.bb. -Upgrade from python3-cffi_1.12.2.bb to python3-cffi_1.12.3.bb. (From meta-openembedded commit: 6b34284bd37f3d2a852e3cc15cc7764245a37207) Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj Signed-off-by: Tim Orling --- recipes-devtools/python/python-cffi.inc | 4 ++-- recipes-devtools/python/python-cffi_1.12.2.bb | 6 ------ recipes-devtools/python/python-cffi_1.12.3.bb | 6 ++++++ 3 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 recipes-devtools/python/python-cffi_1.12.2.bb create mode 100644 recipes-devtools/python/python-cffi_1.12.3.bb diff --git a/recipes-devtools/python/python-cffi.inc b/recipes-devtools/python/python-cffi.inc index 069aba0..d86306b 100644 --- a/recipes-devtools/python/python-cffi.inc +++ b/recipes-devtools/python/python-cffi.inc @@ -4,8 +4,8 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=5677e2fdbf7cdda61d6dd2b57df547bf" DEPENDS += "libffi ${PYTHON_PN}-pycparser" -SRC_URI[md5sum] = "4d7dcb6c7c738c15d2ece9bd4c5f86da" -SRC_URI[sha256sum] = "e113878a446c6228669144ae8a56e268c91b7f1fafae927adc4879d9849e0ea7" +SRC_URI[md5sum] = "35ad1f9e1003cac9404c1493eb10d7f5" +SRC_URI[sha256sum] = "041c81822e9f84b1d9c401182e174996f0bae9991f33725d059b771744290774" RDEPENDS_${PN}_class-target = " \ ${PYTHON_PN}-ctypes \ diff --git a/recipes-devtools/python/python-cffi_1.12.2.bb b/recipes-devtools/python/python-cffi_1.12.2.bb deleted file mode 100644 index bc667b8..0000000 --- a/recipes-devtools/python/python-cffi_1.12.2.bb +++ /dev/null @@ -1,6 +0,0 @@ -require python-cffi.inc -inherit pypi setuptools - -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-subprocess \ -" diff --git a/recipes-devtools/python/python-cffi_1.12.3.bb b/recipes-devtools/python/python-cffi_1.12.3.bb new file mode 100644 index 0000000..bc667b8 --- /dev/null +++ b/recipes-devtools/python/python-cffi_1.12.3.bb @@ -0,0 +1,6 @@ +require python-cffi.inc +inherit pypi setuptools + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-subprocess \ +" -- cgit 1.2.3-korg