]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
icu: Upgrade to v54
authorKhem Raj <raj.khem@gmail.com>
Tue, 27 Jan 2015 06:56:10 +0000 (22:56 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 29 Jan 2015 10:37:52 +0000 (10:37 +0000)
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 <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/icu/icu.inc
meta/recipes-support/icu/icu_54.1.bb [moved from meta/recipes-support/icu/icu_53.1.bb with 67% similarity]

index 15d002dbef4c76684251313d6a2b9c890c8dfe23..26994bb9012e6f14a503012639bd243c976a95da 100644 (file)
@@ -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
similarity index 67%
rename from meta/recipes-support/icu/icu_53.1.bb
rename to meta/recipes-support/icu/icu_54.1.bb
index d93af68438302b11f6d561482ee9e11defb82e38..45b5cb600112de74740bf339ba5a0345dcdba82c 100644 (file)
@@ -1,6 +1,6 @@
 require icu.inc
 
-LIC_FILES_CHKSUM = "file://../license.html;md5=8b139ac5b93769623bd343318048238c"
+LIC_FILES_CHKSUM = "file://../license.html;md5=9890f5ff4ed056a0c2fa84848b9b6066"
 
 def icu_download_version(d):
     pvsplit = d.getVar('PV', True).split('.')
@@ -16,6 +16,6 @@ SRC_URI = "${BASE_SRC_URI} \
 SRC_URI_append_class-target = "\
            file://0001-Disable-LDFLAGSICUDT-for-Linux.patch \
           "
+SRC_URI[md5sum] = "e844caed8f2ca24c088505b0d6271bc0"
+SRC_URI[sha256sum] = "d42bc9a8ca6a91c55eb0925c279f49e5b508d51ef26ac9850d9be55de5bb8ab3"
 
-SRC_URI[md5sum] = "b73baa6fbdfef197608d1f69300919b9"
-SRC_URI[sha256sum] = "6fa74fb5aac070c23eaba1711a7178fe582c59867484c5ec07c49002787a9a28"