summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/icu/icu_54.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-01-26 22:56:10 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-01-29 15:36:50 +0000
commitdc11c0ee2b9182d45a5299ebcd42bf70cfec34b9 (patch)
treeb09b71b30fe7508b39ad6ddae205a8c6a3db2155 /meta/recipes-support/icu/icu_54.1.bb
parentca1cd18955e8f7a39f39ef7d08e129c852939d1d (diff)
downloadpoky-dc11c0ee2b9182d45a5299ebcd42bf70cfec34b9.tar.gz
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 (From OE-Core rev: e565952276319325f658e8fc21d4cfab7ad3cac6) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/icu/icu_54.1.bb')
-rw-r--r--meta/recipes-support/icu/icu_54.1.bb21
1 files changed, 21 insertions, 0 deletions
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 @@
1require icu.inc
2
3LIC_FILES_CHKSUM = "file://../license.html;md5=9890f5ff4ed056a0c2fa84848b9b6066"
4
5def icu_download_version(d):
6 pvsplit = d.getVar('PV', True).split('.')
7 return pvsplit[0] + "_" + pvsplit[1]
8
9ICU_PV = "${@icu_download_version(d)}"
10
11BASE_SRC_URI = "http://download.icu-project.org/files/icu4c/${PV}/icu4c-${ICU_PV}-src.tgz"
12SRC_URI = "${BASE_SRC_URI} \
13 file://icu-pkgdata-large-cmd.patch \
14 "
15
16SRC_URI_append_class-target = "\
17 file://0001-Disable-LDFLAGSICUDT-for-Linux.patch \
18 "
19SRC_URI[md5sum] = "e844caed8f2ca24c088505b0d6271bc0"
20SRC_URI[sha256sum] = "d42bc9a8ca6a91c55eb0925c279f49e5b508d51ef26ac9850d9be55de5bb8ab3"
21