From 1e2fd0a55a523d7e24275da23b801618dd9f82c5 Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Thu, 30 Apr 2015 10:39:16 +0300 Subject: icu: Upgrade 54.1 -> 55.1 License checksum changed because of unrelated changes in the html file: actual license texts are unchanged. Signed-off-by: Jussi Kukkonen Signed-off-by: Richard Purdie --- meta/recipes-support/icu/icu_54.1.bb | 21 --------------------- meta/recipes-support/icu/icu_55.1.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta/recipes-support/icu/icu_54.1.bb create mode 100644 meta/recipes-support/icu/icu_55.1.bb (limited to 'meta') diff --git a/meta/recipes-support/icu/icu_54.1.bb b/meta/recipes-support/icu/icu_54.1.bb deleted file mode 100644 index 45b5cb6001..0000000000 --- a/meta/recipes-support/icu/icu_54.1.bb +++ /dev/null @@ -1,21 +0,0 @@ -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" - diff --git a/meta/recipes-support/icu/icu_55.1.bb b/meta/recipes-support/icu/icu_55.1.bb new file mode 100644 index 0000000000..f63a9bd08f --- /dev/null +++ b/meta/recipes-support/icu/icu_55.1.bb @@ -0,0 +1,21 @@ +require icu.inc + +LIC_FILES_CHKSUM = "file://../license.html;md5=64eff4aadff4d104d6d437c4fde0e6d7" + +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] = "e2d523df79d6cb7855c2fbe284f4db29" +SRC_URI[sha256sum] = "e16b22cbefdd354bec114541f7849a12f8fc2015320ca5282ee4fd787571457b" + -- cgit 1.2.3-korg