diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-04-27 10:40:05 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-28 11:51:42 +0100 |
commit | c9067501519cd9878b61365d09b4924ee80427ea (patch) | |
tree | 368f8d06b0c4802131e4fe460d0a5deb3e7ef5df | |
parent | 4c775f712ff0f93cb220e867a76af1470ffd3718 (diff) | |
download | poky-c9067501519cd9878b61365d09b4924ee80427ea.tar.gz |
icu: update 70.1 -> 71.1
License-Update: copyright years
(From OE-Core rev: 85cbbe2da017b39a985e07bfeefb6aa83ddfea65)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/icu/icu_71.1.bb (renamed from meta/recipes-support/icu/icu_70.1.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/icu/icu_70.1.bb b/meta/recipes-support/icu/icu_71.1.bb index dd684fe5b9..d8ef2a3746 100644 --- a/meta/recipes-support/icu/icu_70.1.bb +++ b/meta/recipes-support/icu/icu_71.1.bb | |||
@@ -83,7 +83,7 @@ FILES:libicuio = "${libdir}/libicuio.so.*" | |||
83 | 83 | ||
84 | BBCLASSEXTEND = "native nativesdk" | 84 | BBCLASSEXTEND = "native nativesdk" |
85 | 85 | ||
86 | LIC_FILES_CHKSUM = "file://../LICENSE;md5=dc9d616e558490c389609a0e8b81ae6d" | 86 | LIC_FILES_CHKSUM = "file://../LICENSE;md5=a89d03060ff9c46552434dbd1fe3ed1f" |
87 | 87 | ||
88 | def icu_download_version(d): | 88 | def icu_download_version(d): |
89 | pvsplit = d.getVar('PV').split('.') | 89 | pvsplit = d.getVar('PV').split('.') |
@@ -112,8 +112,8 @@ SRC_URI = "${BASE_SRC_URI};name=code \ | |||
112 | SRC_URI:append:class-target = "\ | 112 | SRC_URI:append:class-target = "\ |
113 | file://0001-Disable-LDFLAGSICUDT-for-Linux.patch \ | 113 | file://0001-Disable-LDFLAGSICUDT-for-Linux.patch \ |
114 | " | 114 | " |
115 | SRC_URI[code.sha256sum] = "8d205428c17bf13bb535300669ed28b338a157b1c01ae66d31d0d3e2d47c3fd5" | 115 | SRC_URI[code.sha256sum] = "67a7e6e51f61faf1306b6935333e13b2c48abd8da6d2f46ce6adca24b1e21ebf" |
116 | SRC_URI[data.sha256sum] = "c72723ddba3300ffb231d6b09e2a728ea6e89de10ed5927f74bacbd77042336e" | 116 | SRC_URI[data.sha256sum] = "e3882b4fece6e5e039f22c3189b7ba224180fd26fdbfa9db284617455b93e804" |
117 | 117 | ||
118 | UPSTREAM_CHECK_REGEX = "icu4c-(?P<pver>\d+(_\d+)+)-src" | 118 | UPSTREAM_CHECK_REGEX = "icu4c-(?P<pver>\d+(_\d+)+)-src" |
119 | UPSTREAM_CHECK_URI = "https://github.com/unicode-org/icu/releases" | 119 | UPSTREAM_CHECK_URI = "https://github.com/unicode-org/icu/releases" |