[oe-commits] [openembedded-core] 15/18: icu: upgrade 65.1 ->66.1

git at git.openembedded.org git at git.openembedded.org
Thu Mar 19 10:06:06 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 60d9b481869fa390df43a96f2e2e8ab25850a8b8
Author: Wang Mingyu <wangmy at cn.fujitsu.com>
AuthorDate: Thu Mar 19 00:41:45 2020 -0700

    icu: upgrade 65.1 ->66.1
    
    -License-Update: Copyright year updated to 2020.
    
    Signed-off-by: Wang Mingyu <wangmy at cn.fujitsu.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-support/icu/{icu_65.1.bb => icu_66.1.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-support/icu/icu_65.1.bb b/meta/recipes-support/icu/icu_66.1.bb
similarity index 82%
rename from meta/recipes-support/icu/icu_65.1.bb
rename to meta/recipes-support/icu/icu_66.1.bb
index bd932d7..5018464 100644
--- a/meta/recipes-support/icu/icu_65.1.bb
+++ b/meta/recipes-support/icu/icu_66.1.bb
@@ -1,6 +1,6 @@
 require icu.inc
 
-LIC_FILES_CHKSUM = "file://../LICENSE;md5=8bc5d32052a96f214cbdd1e53dfc935d"
+LIC_FILES_CHKSUM = "file://../LICENSE;md5=a3808a5b70071b07f87ff2205e4d75a0"
 
 def icu_download_version(d):
     pvsplit = d.getVar('PV').split('.')
@@ -28,8 +28,8 @@ SRC_URI = "${BASE_SRC_URI} \
 SRC_URI_append_class-target = "\
            file://0001-Disable-LDFLAGSICUDT-for-Linux.patch \
           "
-SRC_URI[md5sum] = "d1ff436e26cabcb28e6cb383d32d1339"
-SRC_URI[sha256sum] = "53e37466b3d6d6d01ead029e3567d873a43a5d1c668ed2278e253b683136d948"
+SRC_URI[md5sum] = "b33dc6766711517c98d318447e5110f8"
+SRC_URI[sha256sum] = "52a3f2209ab95559c1cf0a14f24338001f389615bf00e2585ef3dbc43ecf0a2e"
 
 UPSTREAM_CHECK_REGEX = "icu4c-(?P<pver>\d+(_\d+)+)-src"
 UPSTREAM_CHECK_URI = "https://github.com/unicode-org/icu/releases"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list