summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/icu/icu_59.1.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2017-11-14 16:57:49 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-11-29 23:41:38 +0000
commitd4a76a51762d094d6f4fc016c52a6817c7f92637 (patch)
tree62ec52382b79559991de5f24d5269b33f866fe64 /meta/recipes-support/icu/icu_59.1.bb
parent2fd9c9f19438496b86187d0d0a29f164de1ed0a8 (diff)
downloadopenembedded-core-d4a76a51762d094d6f4fc016c52a6817c7f92637.tar.gz
icu: update to 60.1
Rebase a couple of patches. LICENSE checksum change due to typo fix. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-support/icu/icu_59.1.bb')
-rw-r--r--meta/recipes-support/icu/icu_59.1.bb30
1 files changed, 0 insertions, 30 deletions
diff --git a/meta/recipes-support/icu/icu_59.1.bb b/meta/recipes-support/icu/icu_59.1.bb
deleted file mode 100644
index 9fb1be81cc..0000000000
--- a/meta/recipes-support/icu/icu_59.1.bb
+++ /dev/null
@@ -1,30 +0,0 @@
-require icu.inc
-
-LIC_FILES_CHKSUM = "file://../LICENSE;md5=fe9e1f2c500466d8f18df2cd068e4b74"
-
-def icu_download_version(d):
- pvsplit = d.getVar('PV').split('.')
- return pvsplit[0] + "_" + pvsplit[1]
-
-ICU_PV = "${@icu_download_version(d)}"
-
-# http://errors.yoctoproject.org/Errors/Details/20486/
-ARM_INSTRUCTION_SET_armv4 = "arm"
-ARM_INSTRUCTION_SET_armv5 = "arm"
-
-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 \
- file://fix-install-manx.patch \
- file://0001-i18n-Drop-include-xlocale.h.patch \
- file://CVE-2017-14952.patch \
- "
-
-SRC_URI_append_class-target = "\
- file://0001-Disable-LDFLAGSICUDT-for-Linux.patch \
- "
-SRC_URI[md5sum] = "54923fa9fab5b2b83f235fb72523de37"
-SRC_URI[sha256sum] = "7132fdaf9379429d004005217f10e00b7d2319d0fea22bdfddef8991c45b75fe"
-
-UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)/"
-UPSTREAM_CHECK_URI = "http://download.icu-project.org/files/icu4c/"