summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Schonberg <schonm@gmail.com>2025-05-31 20:41:11 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-06-02 22:17:24 +0100
commit58c7fe0d284f01d1b05a6d809a6fefa9414e1190 (patch)
tree047424e26eeb36a1dc4ac9291925475165c5349e
parentbf50c0ef7738b7714f72615acd6df58b1ff6ed3d (diff)
downloadpoky-58c7fe0d284f01d1b05a6d809a6fefa9414e1190.tar.gz
icu: upgrade 76-1 -> 77-1
License-Update: Update copyright year of Unicode 3.0 license 2024 -> 2025 Update the HOMEPAGE to reflect where the address actually resolves. (From OE-Core rev: d8da5da2c8f0674dcf5aa1646e0c1303a83aeafd) Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/icu/icu_77-1.bb (renamed from meta/recipes-support/icu/icu_76-1.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-support/icu/icu_76-1.bb b/meta/recipes-support/icu/icu_77-1.bb
index f11e72d356..90af2cdc27 100644
--- a/meta/recipes-support/icu/icu_76-1.bb
+++ b/meta/recipes-support/icu/icu_77-1.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "The International Component for Unicode (ICU) is a mature, \
3portable set of C/C++ and Java libraries for Unicode support, software \ 3portable set of C/C++ and Java libraries for Unicode support, software \
4internationalization (I18N) and globalization (G11N), giving applications the \ 4internationalization (I18N) and globalization (G11N), giving applications the \
5same results on all platforms." 5same results on all platforms."
6HOMEPAGE = "http://site.icu-project.org/" 6HOMEPAGE = "https://icu.unicode.org/"
7 7
8LICENSE = "ICU" 8LICENSE = "ICU"
9DEPENDS = "icu-native autoconf-archive-native" 9DEPENDS = "icu-native autoconf-archive-native"
@@ -92,7 +92,7 @@ FILES:libicuio = "${libdir}/libicuio.so.*"
92 92
93BBCLASSEXTEND = "native nativesdk" 93BBCLASSEXTEND = "native nativesdk"
94 94
95LIC_FILES_CHKSUM = "file://../LICENSE;md5=7c364a0debecf16d5a13de2b7f1aaabd" 95LIC_FILES_CHKSUM = "file://../LICENSE;md5=cf57d9459a2c5f88ecd83c75207cc5ff"
96 96
97def icu_download_version(d): 97def icu_download_version(d):
98 pvsplit = d.getVar('PV').split('-') 98 pvsplit = d.getVar('PV').split('-')
@@ -124,8 +124,8 @@ SRC_URI = "${BASE_SRC_URI};name=code \
124SRC_URI:append:class-target = "\ 124SRC_URI:append:class-target = "\
125 file://0001-Disable-LDFLAGSICUDT-for-Linux.patch \ 125 file://0001-Disable-LDFLAGSICUDT-for-Linux.patch \
126 " 126 "
127SRC_URI[code.sha256sum] = "dfacb46bfe4747410472ce3e1144bf28a102feeaa4e3875bac9b4c6cf30f4f3e" 127SRC_URI[code.sha256sum] = "588e431f77327c39031ffbb8843c0e3bc122c211374485fa87dc5f3faff24061"
128SRC_URI[data.sha256sum] = "133ae58a67d68b46f7296822904cd3c30126a0b4b2f65f0f905e7f47c0ef9e47" 128SRC_URI[data.sha256sum] = "1e08bfafa442260ccabf9a872d4eab12de813d42b90769df056bab032b37e1d3"
129 129
130UPSTREAM_CHECK_REGEX = "releases/tag/release-(?P<pver>(?!.+rc).+)" 130UPSTREAM_CHECK_REGEX = "releases/tag/release-(?P<pver>(?!.+rc).+)"
131GITHUB_BASE_URI = "https://github.com/unicode-org/icu/releases" 131GITHUB_BASE_URI = "https://github.com/unicode-org/icu/releases"