diff options
-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 = "\ | |||
25 | SRC_URI[md5sum] = "c4a2d71ff56aec5ebfab2a3f059be99d" | 25 | SRC_URI[md5sum] = "c4a2d71ff56aec5ebfab2a3f059be99d" |
26 | SRC_URI[sha256sum] = "3a64e9105c734dcf631c0b3ed60404531bce6c0f5a64bfe1a6402a4cc2314816" | 26 | SRC_URI[sha256sum] = "3a64e9105c734dcf631c0b3ed60404531bce6c0f5a64bfe1a6402a4cc2314816" |
27 | 27 | ||
28 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)/" | ||
29 | UPSTREAM_CHECK_URI = "http://download.icu-project.org/files/icu4c/" | ||