mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
icu: upgrade 65.1 ->66.1
-License-Update: Copyright year updated to 2020. (From OE-Core rev: d8b928f60e1274edc3d97f14ebe60e81aa0057f1) Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
10121e7a3c
commit
0ec589907e
@@ -1,6 +1,6 @@
|
||||
require icu.inc
|
||||
|
||||
LIC_FILES_CHKSUM = "file://../LICENSE;md5=8bc5d32052a96f214cbdd1e53dfc935d"
|
||||
LIC_FILES_CHKSUM = "file://../LICENSE;md5=a3808a5b70071b07f87ff2205e4d75a0"
|
||||
|
||||
def icu_download_version(d):
|
||||
pvsplit = d.getVar('PV').split('.')
|
||||
@@ -28,8 +28,8 @@ SRC_URI = "${BASE_SRC_URI} \
|
||||
SRC_URI_append_class-target = "\
|
||||
file://0001-Disable-LDFLAGSICUDT-for-Linux.patch \
|
||||
"
|
||||
SRC_URI[md5sum] = "d1ff436e26cabcb28e6cb383d32d1339"
|
||||
SRC_URI[sha256sum] = "53e37466b3d6d6d01ead029e3567d873a43a5d1c668ed2278e253b683136d948"
|
||||
SRC_URI[md5sum] = "b33dc6766711517c98d318447e5110f8"
|
||||
SRC_URI[sha256sum] = "52a3f2209ab95559c1cf0a14f24338001f389615bf00e2585ef3dbc43ecf0a2e"
|
||||
|
||||
UPSTREAM_CHECK_REGEX = "icu4c-(?P<pver>\d+(_\d+)+)-src"
|
||||
UPSTREAM_CHECK_URI = "https://github.com/unicode-org/icu/releases"
|
||||
Reference in New Issue
Block a user