diff options
author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-11-09 11:38:51 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-11 10:08:12 +0000 |
commit | 78dc72be45b16316340b453bb2e4bbe06b6cb58b (patch) | |
tree | 8fd5715c29d771a790875fbbc65866bcad9488f9 | |
parent | 7d2fd032cd7c6c01e2cbd1e6847ba5d3790a6086 (diff) | |
download | poky-78dc72be45b16316340b453bb2e4bbe06b6cb58b.tar.gz |
icu: upgrade 67.1 -> 68.1
-License-Update:The address changes are as follows:
# Project: http://code.google.com/p/lao-dictionary/
# Dictionary: http://lao-dictionary.googlecode.com/git/Lao-Dictionary.txt
# License: http://lao-dictionary.googlecode.com/git/Lao-Dictionary-LICENSE.txt
(From OE-Core rev: 1b12900a223a929ad884c9f69d17c4bd5b681e6e)
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/icu/icu_68.1.bb (renamed from meta/recipes-support/icu/icu_67.1.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/icu/icu_67.1.bb b/meta/recipes-support/icu/icu_68.1.bb index 9e8091ba01..98aa6b7be6 100644 --- a/meta/recipes-support/icu/icu_67.1.bb +++ b/meta/recipes-support/icu/icu_68.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=a3808a5b70071b07f87ff2205e4d75a0" | 86 | LIC_FILES_CHKSUM = "file://../LICENSE;md5=002d2fdc32d17f0ec06e9a47f2c0c8d0" |
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] = "94a80cd6f251a53bd2a997f6f1b5ac6653fe791dfab66e1eb0227740fb86d5dc" | 115 | SRC_URI[code.sha256sum] = "a9f2e3d8b4434b8e53878b4308bd1e6ee51c9c7042e2b1a376abefb6fbb29f2d" |
116 | SRC_URI[data.sha256sum] = "7c16a59cc8c06128b7ecc1dc4fc056b36b17349312829b17408b9e67b05c4a7e" | 116 | SRC_URI[data.sha256sum] = "03ea8b4694155620548c8c0ba20444f1e7db246cc79e3b9c4fc7a960b160d510" |
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" |