From: Alexander Kanavin Date: Thu, 17 Dec 2015 14:52:22 +0000 (+0200) Subject: icu: fix upstream version check X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~27918 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d33c1bb9cc65788d92ce8dc014484bc9cb31de71;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 90c93e840cc..db0de106bc9 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/"