From 93beed2dfa8c754c3b20526363e8e5f2da05b635 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 26 Apr 2025 13:56:16 +0200 Subject: [PATCH] python3-icu: upgrade to 2.15.2 Signed-off-by: Martin Jansa Signed-off-by: Khem Raj --- .../python/{python3-icu_2.15.1.bb => python3-icu_2.15.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-icu_2.15.1.bb => python3-icu_2.15.2.bb} (87%) diff --git a/meta-python/recipes-devtools/python/python3-icu_2.15.1.bb b/meta-python/recipes-devtools/python/python3-icu_2.15.2.bb similarity index 87% rename from meta-python/recipes-devtools/python/python3-icu_2.15.1.bb rename to meta-python/recipes-devtools/python/python3-icu_2.15.2.bb index 462b9d1f55..77013330d8 100644 --- a/meta-python/recipes-devtools/python/python3-icu_2.15.1.bb +++ b/meta-python/recipes-devtools/python/python3-icu_2.15.2.bb @@ -10,7 +10,7 @@ DEPENDS += "icu" PYPI_PACKAGE = "pyicu" UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" -SRC_URI[sha256sum] = "a9e6c3056668e3c75568da7172a7b0eb24727eb2892e8528b370faa122522f02" +SRC_URI[sha256sum] = "561e77eedff17cec6839f26211f7a5ce3c071b776e8a0ec9d1207f46cbce598f" SRC_URI += "file://0001-Fix-host-contamination-of-include-files.patch"