From: wangmy Date: Mon, 29 Nov 2021 09:57:59 +0000 (+0800) Subject: python3-libarchive-c: upgrade 3.1 -> 3.2 X-Git-Tag: uninative-3.5~659 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b9176bf09e68fcb01b4d81d26bc507b6336afade;p=openembedded-core.git python3-libarchive-c: upgrade 3.1 -> 3.2 This release fixes the seek callbacks passed to libarchive by the custom_reader and stream_reader function. (https://github.com/Changaco/python-libarchive-c/pull/116) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-libarchive-c_3.1.bb b/meta/recipes-devtools/python/python3-libarchive-c_3.2.bb similarity index 79% rename from meta/recipes-devtools/python/python3-libarchive-c_3.1.bb rename to meta/recipes-devtools/python/python3-libarchive-c_3.2.bb index ac8466e63b..cc04210e72 100644 --- a/meta/recipes-devtools/python/python3-libarchive-c_3.1.bb +++ b/meta/recipes-devtools/python/python3-libarchive-c_3.2.bb @@ -9,8 +9,7 @@ PYPI_PACKAGE = "libarchive-c" inherit pypi setuptools3 -SRC_URI[md5sum] = "8c62da42a8b9bd24642e5430427e6f5a" -SRC_URI[sha256sum] = "618a7ecfbfb58ca15e11e3138d4a636498da3b6bc212811af158298530fbb87e" +SRC_URI[sha256sum] = "21ad493f4628972fc82440bff54c834a9fbe13be3893037a4bad332b9ee741e5" RDEPENDS:${PN} += "\ libarchive \