]> code.ossystems Code Review - openembedded-core.git/commitdiff
icu: fix upstream version check
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Thu, 17 Dec 2015 14:52:22 +0000 (16:52 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 27 Dec 2015 11:26:57 +0000 (11:26 +0000)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
meta/recipes-support/icu/icu_56.1.bb

index 90c93e840cc230da91754df516677dacf5556040..db0de106bc90416539bcc3b071a243eab57ad0de 100644 (file)
@@ -25,3 +25,5 @@ SRC_URI_append_class-target = "\
 SRC_URI[md5sum] = "c4a2d71ff56aec5ebfab2a3f059be99d"
 SRC_URI[sha256sum] = "3a64e9105c734dcf631c0b3ed60404531bce6c0f5a64bfe1a6402a4cc2314816"
 
+UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)/"
+UPSTREAM_CHECK_URI = "http://download.icu-project.org/files/icu4c/"