diff options
author | wangmy <wangmy@fujitsu.com> | 2021-11-29 17:57:59 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-01 16:23:45 +0000 |
commit | 777a1e08852124da74641d235cb753388bf31860 (patch) | |
tree | 9be023556fb01111285cced795b7c2a7600b81c9 | |
parent | 10f8c21606d6b212a3a8c17a9aba1ce32c930700 (diff) | |
download | poky-777a1e08852124da74641d235cb753388bf31860.tar.gz |
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)
(From OE-Core rev: b9176bf09e68fcb01b4d81d26bc507b6336afade)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python3-libarchive-c_3.2.bb (renamed from meta/recipes-devtools/python/python3-libarchive-c_3.1.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-libarchive-c_3.1.bb b/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" | |||
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | SRC_URI[md5sum] = "8c62da42a8b9bd24642e5430427e6f5a" | 12 | SRC_URI[sha256sum] = "21ad493f4628972fc82440bff54c834a9fbe13be3893037a4bad332b9ee741e5" |
13 | SRC_URI[sha256sum] = "618a7ecfbfb58ca15e11e3138d4a636498da3b6bc212811af158298530fbb87e" | ||
14 | 13 | ||
15 | RDEPENDS:${PN} += "\ | 14 | RDEPENDS:${PN} += "\ |
16 | libarchive \ | 15 | libarchive \ |