diff options
author | Marko Lindqvist <cazfi74@gmail.com> | 2012-12-28 04:44:50 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-07 11:09:44 +0000 |
commit | b03c4188c8372ae9156a9e6adc7cf66edc76dd16 (patch) | |
tree | 16a63b2268274f04839a689142c4a82fd0f96452 /meta | |
parent | faf94a9d6d417f0a9e35c6b8533bb870ea2f486b (diff) | |
download | poky-b03c4188c8372ae9156a9e6adc7cf66edc76dd16.tar.gz |
icu: update to upstream version 50.1.1
This seems to fix HarfBuzz compile problems.
(From OE-Core rev: 6e1e924f882c1a5f5e5932c0952f6a2c906dd51c)
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/icu/icu_50.1.1.bb | 11 | ||||
-rw-r--r-- | meta/recipes-support/icu/icu_50.1.bb | 11 |
2 files changed, 11 insertions, 11 deletions
diff --git a/meta/recipes-support/icu/icu_50.1.1.bb b/meta/recipes-support/icu/icu_50.1.1.bb new file mode 100644 index 0000000000..26b086fc26 --- /dev/null +++ b/meta/recipes-support/icu/icu_50.1.1.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | require icu.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://../license.html;md5=4ee45701e87d34303281978e3b78ecda" | ||
4 | |||
5 | PR = "r0" | ||
6 | |||
7 | BASE_SRC_URI = "http://download.icu-project.org/files/icu4c/${PV}/icu4c-50_1_1-src.tgz" | ||
8 | SRC_URI = "${BASE_SRC_URI}" | ||
9 | |||
10 | SRC_URI[md5sum] = "c721c2e0c8f86975ccea620d09aedc81" | ||
11 | SRC_URI[sha256sum] = "a6f426e3c04749c74bcb9d2ce229f905de88deda2353db2249f2e96fe604df8f" | ||
diff --git a/meta/recipes-support/icu/icu_50.1.bb b/meta/recipes-support/icu/icu_50.1.bb deleted file mode 100644 index 8f65c6d262..0000000000 --- a/meta/recipes-support/icu/icu_50.1.bb +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | require icu.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://../license.html;md5=4ee45701e87d34303281978e3b78ecda" | ||
4 | |||
5 | PR = "r1" | ||
6 | |||
7 | BASE_SRC_URI = "http://download.icu-project.org/files/icu4c/50.1/icu4c-50_1-src.tgz" | ||
8 | SRC_URI = "${BASE_SRC_URI}" | ||
9 | |||
10 | SRC_URI[md5sum] = "cf7bf9e56aa6c2057a8b6f464046483e" | ||
11 | SRC_URI[sha256sum] = "68592b3c07d9b86100f41d0172eb1a81f3ffb2a8fef1104d7395099079ba7350" \ No newline at end of file | ||