summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/icu/icu.inc2
-rw-r--r--meta/recipes-support/icu/icu_54.1.bb (renamed from meta/recipes-support/icu/icu_53.1.bb)6
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-support/icu/icu.inc b/meta/recipes-support/icu/icu.inc
index 15d002dbef..26994bb901 100644
--- a/meta/recipes-support/icu/icu.inc
+++ b/meta/recipes-support/icu/icu.inc
@@ -25,7 +25,7 @@ EXTRA_OECONF_class-native = ""
25EXTRA_OECONF_class-nativesdk = "--with-cross-build=${STAGING_ICU_DIR_NATIVE}" 25EXTRA_OECONF_class-nativesdk = "--with-cross-build=${STAGING_ICU_DIR_NATIVE}"
26 26
27# ICU puts custom m4 autoconf functions in aclocal.m4. 27# ICU puts custom m4 autoconf functions in aclocal.m4.
28# However, this file is deleted in our build system. 28# However, this file is deleted in our build system.
29# To make it work, we copy aclocal.m4 to acinclude.m4. 29# To make it work, we copy aclocal.m4 to acinclude.m4.
30# This is a bug of ICU. See bug reference: 30# This is a bug of ICU. See bug reference:
31# http://bugs.icu-project.org/trac/ticket/9790 31# http://bugs.icu-project.org/trac/ticket/9790
diff --git a/meta/recipes-support/icu/icu_53.1.bb b/meta/recipes-support/icu/icu_54.1.bb
index d93af68438..45b5cb6001 100644
--- a/meta/recipes-support/icu/icu_53.1.bb
+++ b/meta/recipes-support/icu/icu_54.1.bb
@@ -1,6 +1,6 @@
1require icu.inc 1require icu.inc
2 2
3LIC_FILES_CHKSUM = "file://../license.html;md5=8b139ac5b93769623bd343318048238c" 3LIC_FILES_CHKSUM = "file://../license.html;md5=9890f5ff4ed056a0c2fa84848b9b6066"
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"
20SRC_URI[sha256sum] = "d42bc9a8ca6a91c55eb0925c279f49e5b508d51ef26ac9850d9be55de5bb8ab3"
19 21
20SRC_URI[md5sum] = "b73baa6fbdfef197608d1f69300919b9"
21SRC_URI[sha256sum] = "6fa74fb5aac070c23eaba1711a7178fe582c59867484c5ec07c49002787a9a28"