diff options
| author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-06-03 12:14:55 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-04 14:13:34 +0100 |
| commit | d44fcb3a8327223247261342902bfd0898eb9c6c (patch) | |
| tree | 5f779f2e6b52a3216f5d32c90c81cd11cc7dc705 /meta/recipes-support/icu/icu_57.1.bb | |
| parent | 64e640928603e0297aac8ea13754bd9974fc9b7b (diff) | |
| download | poky-d44fcb3a8327223247261342902bfd0898eb9c6c.tar.gz | |
icu: update to 57.1
Point to the actual license file in the recipe.
Drop icu-release-56-1-flagparser-fix.patch, merged upstream.
(From OE-Core rev: 91d230dfbfd8acaea16978ee75c7a75549ffde86)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/icu/icu_57.1.bb')
| -rw-r--r-- | meta/recipes-support/icu/icu_57.1.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meta/recipes-support/icu/icu_57.1.bb b/meta/recipes-support/icu/icu_57.1.bb new file mode 100644 index 0000000000..90c2b82752 --- /dev/null +++ b/meta/recipes-support/icu/icu_57.1.bb | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | require icu.inc | ||
| 2 | |||
| 3 | LIC_FILES_CHKSUM = "file://../LICENSE;md5=787d3b37867445c1cdd6f6167bd0e347" | ||
| 4 | |||
| 5 | def icu_download_version(d): | ||
| 6 | pvsplit = d.getVar('PV', True).split('.') | ||
| 7 | return pvsplit[0] + "_" + pvsplit[1] | ||
| 8 | |||
| 9 | ICU_PV = "${@icu_download_version(d)}" | ||
| 10 | |||
| 11 | # http://errors.yoctoproject.org/Errors/Details/20486/ | ||
| 12 | ARM_INSTRUCTION_SET_armv4 = "arm" | ||
| 13 | ARM_INSTRUCTION_SET_armv5 = "arm" | ||
| 14 | |||
| 15 | BASE_SRC_URI = "http://download.icu-project.org/files/icu4c/${PV}/icu4c-${ICU_PV}-src.tgz" | ||
| 16 | SRC_URI = "${BASE_SRC_URI} \ | ||
| 17 | file://icu-pkgdata-large-cmd.patch \ | ||
| 18 | file://fix-install-manx.patch \ | ||
| 19 | " | ||
| 20 | |||
| 21 | SRC_URI_append_class-target = "\ | ||
| 22 | file://0001-Disable-LDFLAGSICUDT-for-Linux.patch \ | ||
| 23 | " | ||
| 24 | SRC_URI[md5sum] = "976734806026a4ef8bdd17937c8898b9" | ||
| 25 | SRC_URI[sha256sum] = "ff8c67cb65949b1e7808f2359f2b80f722697048e90e7cfc382ec1fe229e9581" | ||
| 26 | |||
| 27 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)/" | ||
| 28 | UPSTREAM_CHECK_URI = "http://download.icu-project.org/files/icu4c/" | ||
