From: Alexander Kanavin Date: Thu, 17 Dec 2015 14:52:22 +0000 (+0200) Subject: icu: fix upstream version check X-Git-Tag: 2016-4~1808 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d33c1bb9cc65788d92ce8dc014484bc9cb31de71;p=openembedded-core.git icu: fix upstream version check Signed-off-by: Alexander Kanavin --- diff --git a/meta/recipes-support/icu/icu_56.1.bb b/meta/recipes-support/icu/icu_56.1.bb index 90c93e840c..db0de106bc 100644 --- a/meta/recipes-support/icu/icu_56.1.bb +++ b/meta/recipes-support/icu/icu_56.1.bb @@ -25,3 +25,5 @@ SRC_URI_append_class-target = "\ SRC_URI[md5sum] = "c4a2d71ff56aec5ebfab2a3f059be99d" SRC_URI[sha256sum] = "3a64e9105c734dcf631c0b3ed60404531bce6c0f5a64bfe1a6402a4cc2314816" +UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)/" +UPSTREAM_CHECK_URI = "http://download.icu-project.org/files/icu4c/"