summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/icu/icu_55.1.bb (renamed from meta/recipes-support/icu/icu_54.1.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/icu/icu_54.1.bb b/meta/recipes-support/icu/icu_55.1.bb
index 45b5cb6001..f63a9bd08f 100644
--- a/meta/recipes-support/icu/icu_54.1.bb
+++ b/meta/recipes-support/icu/icu_55.1.bb
@@ -1,6 +1,6 @@
1require icu.inc 1require icu.inc
2 2
3LIC_FILES_CHKSUM = "file://../license.html;md5=9890f5ff4ed056a0c2fa84848b9b6066" 3LIC_FILES_CHKSUM = "file://../license.html;md5=64eff4aadff4d104d6d437c4fde0e6d7"
4 4
5def icu_download_version(d): 5def icu_download_version(d):
6 pvsplit = d.getVar('PV', True).split('.') 6 pvsplit = d.getVar('PV', True).split('.')
@@ -16,6 +16,6 @@ SRC_URI = "${BASE_SRC_URI} \
16SRC_URI_append_class-target = "\ 16SRC_URI_append_class-target = "\
17 file://0001-Disable-LDFLAGSICUDT-for-Linux.patch \ 17 file://0001-Disable-LDFLAGSICUDT-for-Linux.patch \
18 " 18 "
19SRC_URI[md5sum] = "e844caed8f2ca24c088505b0d6271bc0" 19SRC_URI[md5sum] = "e2d523df79d6cb7855c2fbe284f4db29"
20SRC_URI[sha256sum] = "d42bc9a8ca6a91c55eb0925c279f49e5b508d51ef26ac9850d9be55de5bb8ab3" 20SRC_URI[sha256sum] = "e16b22cbefdd354bec114541f7849a12f8fc2015320ca5282ee4fd787571457b"
21 21