diff mbox series

[oe,meta-python,2/2] python-cffi: Upgrade to 1.10.0

Message ID 20170602044106.9484-2-raj.khem@gmail.com
State Accepted
Commit edb0229b9051782266a2968983cc7b7f7710a411
Headers show
Series [oe,meta-oe,1/2] audiofile: Inherit pkgconfig instead of binconfig | expand

Commit Message

Khem Raj June 2, 2017, 4:41 a.m. UTC
Signed-off-by: Khem Raj <raj.khem@gmail.com>

---
 meta-python/recipes-devtools/python/python-cffi.inc                   | 4 ++--
 .../python/{python-cffi_1.9.1.bb => python-cffi_1.10.0.bb}            | 0
 .../python/{python3-cffi_1.9.1.bb => python3-cffi_1.10.0.bb}          | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-cffi_1.9.1.bb => python-cffi_1.10.0.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-cffi_1.9.1.bb => python3-cffi_1.10.0.bb} (100%)

-- 
2.13.0

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python-cffi.inc b/meta-python/recipes-devtools/python/python-cffi.inc
index 21e41c188..0ea154f6d 100644
--- a/meta-python/recipes-devtools/python/python-cffi.inc
+++ b/meta-python/recipes-devtools/python/python-cffi.inc
@@ -3,8 +3,8 @@  LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5677e2fdbf7cdda61d6dd2b57df547bf"
 DEPENDS += "libffi ${PYTHON_PN}-pycparser"
 
-SRC_URI[md5sum] = "b8fa7ccb87790531db3316ab17aa8244"
-SRC_URI[sha256sum] = "563e0bd53fda03c151573217b3a49b3abad8813de9dd0632e10090f6190fdaf8"
+SRC_URI[md5sum] = "2b5fa41182ed0edaf929a789e602a070"
+SRC_URI[sha256sum] = "b3b02911eb1f6ada203b0763ba924234629b51586f72a21faacc638269f4ced5"
 
 RDEPENDS_${PN}_class-target = " \
     ${PYTHON_PN}-io \
diff --git a/meta-python/recipes-devtools/python/python-cffi_1.9.1.bb b/meta-python/recipes-devtools/python/python-cffi_1.10.0.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-cffi_1.9.1.bb
rename to meta-python/recipes-devtools/python/python-cffi_1.10.0.bb
diff --git a/meta-python/recipes-devtools/python/python3-cffi_1.9.1.bb b/meta-python/recipes-devtools/python/python3-cffi_1.10.0.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-cffi_1.9.1.bb
rename to meta-python/recipes-devtools/python/python3-cffi_1.10.0.bb