From 82cae7e42a09f10df848b88982f99acdf5adf617 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 13 Mar 2024 15:08:20 +0800 Subject: [PATCH] python3-libarchive-c: upgrade 5.0 -> 5.1 Changelog: =========== Fix the format_name property and move it from the ArchiveEntry class to the ArchiveRead class (From OE-Core rev: eea08686271c5683840a733c32eda663c2aa23f6) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- ...{python3-libarchive-c_5.0.bb => python3-libarchive-c_5.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-libarchive-c_5.0.bb => python3-libarchive-c_5.1.bb} (85%) diff --git a/meta/recipes-devtools/python/python3-libarchive-c_5.0.bb b/meta/recipes-devtools/python/python3-libarchive-c_5.1.bb similarity index 85% rename from meta/recipes-devtools/python/python3-libarchive-c_5.0.bb rename to meta/recipes-devtools/python/python3-libarchive-c_5.1.bb index 6ac86fc7a1..4e318e52f4 100644 --- a/meta/recipes-devtools/python/python3-libarchive-c_5.0.bb +++ b/meta/recipes-devtools/python/python3-libarchive-c_5.1.bb @@ -9,7 +9,7 @@ PYPI_PACKAGE = "libarchive-c" inherit pypi setuptools3 -SRC_URI[sha256sum] = "d673f56673d87ec740d1a328fa205cafad1d60f5daca4685594deb039d32b159" +SRC_URI[sha256sum] = "7bcce24ea6c0fa3bc62468476c6d2f6264156db2f04878a372027c10615a2721" RDEPENDS:${PN} += "\ libarchive \