summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2021-04-15 16:32:16 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-18 11:37:26 +0100
commit67609b751e3420449ad55fa3724daf6795d81143 (patch)
tree27ab09ec616abad498019ac484b13778f7c805ce
parent2e95ad1e671e66e7fbf50ba7d2036b769dbe70f6 (diff)
downloadpoky-67609b751e3420449ad55fa3724daf6795d81143.tar.gz
icu: upgrade 68.2 -> 69.1
refresh 0001-icu-Added-armeb-support.patch (From OE-Core rev: 6b22fce3a8a3567c794d0d701ffd14b61ea859c8) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/icu/icu/0001-icu-Added-armeb-support.patch6
-rw-r--r--meta/recipes-support/icu/icu_69.1.bb (renamed from meta/recipes-support/icu/icu_68.2.bb)4
2 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-support/icu/icu/0001-icu-Added-armeb-support.patch b/meta/recipes-support/icu/icu/0001-icu-Added-armeb-support.patch
index 145efc0e01..c5dc0611c2 100644
--- a/meta/recipes-support/icu/icu/0001-icu-Added-armeb-support.patch
+++ b/meta/recipes-support/icu/icu/0001-icu-Added-armeb-support.patch
@@ -13,7 +13,7 @@ Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
13 1 file changed, 1 insertion(+), 1 deletion(-) 13 1 file changed, 1 insertion(+), 1 deletion(-)
14 14
15diff --git a/i18n/double-conversion-utils.h b/i18n/double-conversion-utils.h 15diff --git a/i18n/double-conversion-utils.h b/i18n/double-conversion-utils.h
16index 8c6a0e1..cf89907 100644 16index c937463..feaad0f 100644
17--- a/i18n/double-conversion-utils.h 17--- a/i18n/double-conversion-utils.h
18+++ b/i18n/double-conversion-utils.h 18+++ b/i18n/double-conversion-utils.h
19@@ -115,7 +115,7 @@ int main(int argc, char** argv) { 19@@ -115,7 +115,7 @@ int main(int argc, char** argv) {
@@ -24,7 +24,7 @@ index 8c6a0e1..cf89907 100644
24+ defined(__arm__) || defined(__avr32__) || defined(_M_ARM) || defined(_M_ARM64) || \ 24+ defined(__arm__) || defined(__avr32__) || defined(_M_ARM) || defined(_M_ARM64) || \
25 defined(__hppa__) || defined(__ia64__) || \ 25 defined(__hppa__) || defined(__ia64__) || \
26 defined(__mips__) || \ 26 defined(__mips__) || \
27 defined(__nios2__) || \ 27 defined(__nios2__) || defined(__ghs) || \
28-- 28--
292.7.4 292.25.1
30 30
diff --git a/meta/recipes-support/icu/icu_68.2.bb b/meta/recipes-support/icu/icu_69.1.bb
index 1ca87feee4..bfeea8d2f0 100644
--- a/meta/recipes-support/icu/icu_68.2.bb
+++ b/meta/recipes-support/icu/icu_69.1.bb
@@ -112,8 +112,8 @@ SRC_URI = "${BASE_SRC_URI};name=code \
112SRC_URI_append_class-target = "\ 112SRC_URI_append_class-target = "\
113 file://0001-Disable-LDFLAGSICUDT-for-Linux.patch \ 113 file://0001-Disable-LDFLAGSICUDT-for-Linux.patch \
114 " 114 "
115SRC_URI[code.sha256sum] = "c79193dee3907a2199b8296a93b52c5cb74332c26f3d167269487680d479d625" 115SRC_URI[code.sha256sum] = "4cba7b7acd1d3c42c44bb0c14be6637098c7faf2b330ce876bc5f3b915d09745"
116SRC_URI[data.sha256sum] = "2989b466fa010edc41297e12fdd5ae47c2610ad68b63af1a0bd2a1acfaf497f3" 116SRC_URI[data.sha256sum] = "4fc2d8cfc3343673123586fca3967404abd4e346fba5515829204533b3bae4bf"
117 117
118UPSTREAM_CHECK_REGEX = "icu4c-(?P<pver>\d+(_\d+)+)-src" 118UPSTREAM_CHECK_REGEX = "icu4c-(?P<pver>\d+(_\d+)+)-src"
119UPSTREAM_CHECK_URI = "https://github.com/unicode-org/icu/releases" 119UPSTREAM_CHECK_URI = "https://github.com/unicode-org/icu/releases"