From: Chen Qi Date: Wed, 11 Feb 2026 08:39:40 +0000 (+0000) Subject: icu: upgrade from 78.1 to 78.2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ba65231a9351fdb93cb2206309a6f4b6001b453;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git icu: upgrade from 78.1 to 78.2 icu 78.2 changes: https://github.com/unicode-org/icu/releases/tag/release-78.2 Signed-off-by: Chen Qi Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/icu/icu_78.1.bb b/meta/recipes-support/icu/icu_78.2.bb similarity index 97% rename from meta/recipes-support/icu/icu_78.1.bb rename to meta/recipes-support/icu/icu_78.2.bb index ee7245c27bf..1e99803105f 100644 --- a/meta/recipes-support/icu/icu_78.1.bb +++ b/meta/recipes-support/icu/icu_78.2.bb @@ -116,8 +116,8 @@ SRC_URI = "${BASE_SRC_URI};name=code \ SRC_URI:append:class-target = "\ file://0001-Disable-LDFLAGSICUDT-for-Linux.patch \ " -SRC_URI[code.sha256sum] = "6217f58ca39b23127605cfc6c7e0d3475fe4b0d63157011383d716cb41617886" -SRC_URI[data.sha256sum] = "e7b652244f27194e0ea46a0d21cfc714ee8a818e1fd82d51a93bc91516fdcf65" +SRC_URI[code.sha256sum] = "3e99687b5c435d4b209630e2d2ebb79906c984685e78635078b672e03c89df35" +SRC_URI[data.sha256sum] = "582968cf174c9498b2046b4f4e7f786def5f18222bd8d98432d7a29399c38c70" UPSTREAM_CHECK_REGEX = "releases/tag/release-(?P(?!.+rc).+)" GITHUB_BASE_URI = "https://github.com/unicode-org/icu/releases"