From e565952276319325f658e8fc21d4cfab7ad3cac6 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 26 Jan 2015 22:56:10 -0800 Subject: icu: Upgrade to v54 The license checksum changed because instead of having the license text in the local html file it is now referred to as a href to url Change-Id: Ifd93cbf4d22d2842c97e8c0d72d8a6378cf3b095 Signed-off-by: Khem Raj Signed-off-by: Ross Burton --- meta/recipes-support/icu/icu.inc | 2 +- meta/recipes-support/icu/icu_53.1.bb | 21 --------------------- meta/recipes-support/icu/icu_54.1.bb | 21 +++++++++++++++++++++ 3 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta/recipes-support/icu/icu_53.1.bb create mode 100644 meta/recipes-support/icu/icu_54.1.bb (limited to 'meta/recipes-support/icu') 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 = "" EXTRA_OECONF_class-nativesdk = "--with-cross-build=${STAGING_ICU_DIR_NATIVE}" # ICU puts custom m4 autoconf functions in aclocal.m4. -# However, this file is deleted in our build system. +# However, this file is deleted in our build system. # To make it work, we copy aclocal.m4 to acinclude.m4. # This is a bug of ICU. See bug reference: # 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_53.1.bb deleted file mode 100644 index d93af68438..0000000000 --- a/meta/recipes-support/icu/icu_53.1.bb +++ /dev/null @@ -1,21 +0,0 @@ -require icu.inc - -LIC_FILES_CHKSUM = "file://../license.html;md5=8b139ac5b93769623bd343318048238c" - -def icu_download_version(d): - pvsplit = d.getVar('PV', True).split('.') - return pvsplit[0] + "_" + pvsplit[1] - -ICU_PV = "${@icu_download_version(d)}" - -BASE_SRC_URI = "http://download.icu-project.org/files/icu4c/${PV}/icu4c-${ICU_PV}-src.tgz" -SRC_URI = "${BASE_SRC_URI} \ - file://icu-pkgdata-large-cmd.patch \ - " - -SRC_URI_append_class-target = "\ - file://0001-Disable-LDFLAGSICUDT-for-Linux.patch \ - " - -SRC_URI[md5sum] = "b73baa6fbdfef197608d1f69300919b9" -SRC_URI[sha256sum] = "6fa74fb5aac070c23eaba1711a7178fe582c59867484c5ec07c49002787a9a28" diff --git a/meta/recipes-support/icu/icu_54.1.bb b/meta/recipes-support/icu/icu_54.1.bb new file mode 100644 index 0000000000..45b5cb6001 --- /dev/null +++ b/meta/recipes-support/icu/icu_54.1.bb @@ -0,0 +1,21 @@ +require icu.inc + +LIC_FILES_CHKSUM = "file://../license.html;md5=9890f5ff4ed056a0c2fa84848b9b6066" + +def icu_download_version(d): + pvsplit = d.getVar('PV', True).split('.') + return pvsplit[0] + "_" + pvsplit[1] + +ICU_PV = "${@icu_download_version(d)}" + +BASE_SRC_URI = "http://download.icu-project.org/files/icu4c/${PV}/icu4c-${ICU_PV}-src.tgz" +SRC_URI = "${BASE_SRC_URI} \ + file://icu-pkgdata-large-cmd.patch \ + " + +SRC_URI_append_class-target = "\ + file://0001-Disable-LDFLAGSICUDT-for-Linux.patch \ + " +SRC_URI[md5sum] = "e844caed8f2ca24c088505b0d6271bc0" +SRC_URI[sha256sum] = "d42bc9a8ca6a91c55eb0925c279f49e5b508d51ef26ac9850d9be55de5bb8ab3" + -- cgit 1.2.3-korg