generic-poky/meta/recipes-support/icu/icu_55.1.bb
Jussi Kukkonen 29abd1fcfc icu: Upgrade 54.1 -> 55.1
License checksum changed because of unrelated changes in the html
file: actual license texts are unchanged.

(From OE-Core rev: 1e2fd0a55a523d7e24275da23b801618dd9f82c5)

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-05-03 11:43:51 +01:00

22 lines
686 B
BlitzBasic

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"