diff options
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/icu/icu_66.1.bb (renamed from meta/recipes-support/icu/icu_65.1.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/icu/icu_65.1.bb b/meta/recipes-support/icu/icu_66.1.bb index bd932d7db4..5018464c14 100644 --- a/meta/recipes-support/icu/icu_65.1.bb +++ b/meta/recipes-support/icu/icu_66.1.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require icu.inc | 1 | require icu.inc |
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://../LICENSE;md5=8bc5d32052a96f214cbdd1e53dfc935d" | 3 | LIC_FILES_CHKSUM = "file://../LICENSE;md5=a3808a5b70071b07f87ff2205e4d75a0" |
4 | 4 | ||
5 | def icu_download_version(d): | 5 | def icu_download_version(d): |
6 | pvsplit = d.getVar('PV').split('.') | 6 | pvsplit = d.getVar('PV').split('.') |
@@ -28,8 +28,8 @@ SRC_URI = "${BASE_SRC_URI} \ | |||
28 | SRC_URI_append_class-target = "\ | 28 | SRC_URI_append_class-target = "\ |
29 | file://0001-Disable-LDFLAGSICUDT-for-Linux.patch \ | 29 | file://0001-Disable-LDFLAGSICUDT-for-Linux.patch \ |
30 | " | 30 | " |
31 | SRC_URI[md5sum] = "d1ff436e26cabcb28e6cb383d32d1339" | 31 | SRC_URI[md5sum] = "b33dc6766711517c98d318447e5110f8" |
32 | SRC_URI[sha256sum] = "53e37466b3d6d6d01ead029e3567d873a43a5d1c668ed2278e253b683136d948" | 32 | SRC_URI[sha256sum] = "52a3f2209ab95559c1cf0a14f24338001f389615bf00e2585ef3dbc43ecf0a2e" |
33 | 33 | ||
34 | UPSTREAM_CHECK_REGEX = "icu4c-(?P<pver>\d+(_\d+)+)-src" | 34 | UPSTREAM_CHECK_REGEX = "icu4c-(?P<pver>\d+(_\d+)+)-src" |
35 | UPSTREAM_CHECK_URI = "https://github.com/unicode-org/icu/releases" | 35 | UPSTREAM_CHECK_URI = "https://github.com/unicode-org/icu/releases" |