diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-04-24 11:32:56 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-04-26 10:09:08 +0100 |
commit | 6aac2bbe19f97431b12189dbc3ada7dd7be77c73 (patch) | |
tree | 3981d9d027d87c074baeb9d49620b42453c21321 /meta/recipes-support | |
parent | ffaede231793509bcd4c1857ad54e6285ad10870 (diff) | |
download | poky-6aac2bbe19f97431b12189dbc3ada7dd7be77c73.tar.gz |
icu: Upgrade 64.1 -> 64.2
(From OE-Core rev: 392f18cd7692c90976eff4c6d5fc4ef09f7d357d)
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/icu/icu_64.2.bb (renamed from meta/recipes-support/icu/icu_64.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/icu/icu_64.1.bb b/meta/recipes-support/icu/icu_64.2.bb index 9a5f8a3b09..bbc76d6483 100644 --- a/meta/recipes-support/icu/icu_64.1.bb +++ b/meta/recipes-support/icu/icu_64.2.bb | |||
@@ -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] = "f150be2231c13bb45206d79e0242372b" | 25 | SRC_URI[md5sum] = "a3d18213beec454e3cdec9a3116d6b05" |
26 | SRC_URI[sha256sum] = "92f1b7b9d51b396679c17f35a2112423361b8da3c1b9de00aa94fd768ae296e6" | 26 | SRC_URI[sha256sum] = "627d5d8478e6d96fc8c90fed4851239079a561a6a8b9e48b0892f24e82d31d6c" |
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/" |