diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-12-17 16:52:22 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-27 11:26:57 +0000 |
commit | d33c1bb9cc65788d92ce8dc014484bc9cb31de71 (patch) | |
tree | 0cbf2869919cdcc17bbe2f127eb4ad728a9ac609 /meta/recipes-support/icu | |
parent | 01762409d5b57f6d6832f7dc19bfbb781c8e236e (diff) | |
download | openembedded-core-d33c1bb9cc65788d92ce8dc014484bc9cb31de71.tar.gz openembedded-core-d33c1bb9cc65788d92ce8dc014484bc9cb31de71.tar.bz2 openembedded-core-d33c1bb9cc65788d92ce8dc014484bc9cb31de71.zip |
icu: fix upstream version check
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Diffstat (limited to 'meta/recipes-support/icu')
-rw-r--r-- | meta/recipes-support/icu/icu_56.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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<pver>\d+(\.\d+)+)/" +UPSTREAM_CHECK_URI = "http://download.icu-project.org/files/icu4c/" |