diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2018-04-04 14:13:13 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-04 13:28:02 +0100 |
commit | 0f9586023a542fd67ca11583ea34227e1a3e94c3 (patch) | |
tree | 8ecf099faca8e7ce69a7b6dc4a27f82c85d102b0 /meta | |
parent | f367f31e9444e02e65f352cd8780fe7c71deaa1f (diff) | |
download | poky-0f9586023a542fd67ca11583ea34227e1a3e94c3.tar.gz |
icu: update to 61.1
License-Update: copyright years updated, added terms for Google double-conversion
(From OE-Core rev: b5797e80ccfa080bc1e57c5fb1f2f4a39d0266cf)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/icu/icu_61.1.bb (renamed from meta/recipes-support/icu/icu_60.2.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/icu/icu_60.2.bb b/meta/recipes-support/icu/icu_61.1.bb index 585a92bc4c..ffaf350896 100644 --- a/meta/recipes-support/icu/icu_60.2.bb +++ b/meta/recipes-support/icu/icu_61.1.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require icu.inc | 1 | require icu.inc |
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://../LICENSE;md5=675f2d069434d8a1e4e6b0dcf4379226" | 3 | LIC_FILES_CHKSUM = "file://../LICENSE;md5=63752c57bd0b365c9af9f427ef79c819" |
4 | 4 | ||
5 | def icu_download_version(d): | 5 | def icu_download_version(d): |
6 | pvsplit = d.getVar('PV').split('.') | 6 | pvsplit = d.getVar('PV').split('.') |
@@ -22,8 +22,8 @@ SRC_URI = "${BASE_SRC_URI} \ | |||
22 | SRC_URI_append_class-target = "\ | 22 | SRC_URI_append_class-target = "\ |
23 | file://0001-Disable-LDFLAGSICUDT-for-Linux.patch \ | 23 | file://0001-Disable-LDFLAGSICUDT-for-Linux.patch \ |
24 | " | 24 | " |
25 | SRC_URI[md5sum] = "43861b127744b3c0b9d7f386f4b9fa40" | 25 | SRC_URI[md5sum] = "68fe38999fef94d622bd6843d43c0615" |
26 | SRC_URI[sha256sum] = "f073ea8f35b926d70bb33e6577508aa642a8b316a803f11be20af384811db418" | 26 | SRC_URI[sha256sum] = "d007f89ae8a2543a53525c74359b65b36412fa84b3349f1400be6dcf409fafef" |
27 | 27 | ||
28 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)/" | 28 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)/" |
29 | UPSTREAM_CHECK_URI = "http://download.icu-project.org/files/icu4c/" | 29 | UPSTREAM_CHECK_URI = "http://download.icu-project.org/files/icu4c/" |