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:04 +0000 |
commit | 6e1e924f882c1a5f5e5932c0952f6a2c906dd51c (patch) | |
tree | d26d32f13b98e80f354efaf927f66e7cada768d6 | |
parent | 371fbacff47828cfff99f1152f9e269e27c474da (diff) | |
download | openembedded-core-6e1e924f882c1a5f5e5932c0952f6a2c906dd51c.tar.gz openembedded-core-6e1e924f882c1a5f5e5932c0952f6a2c906dd51c.tar.bz2 openembedded-core-6e1e924f882c1a5f5e5932c0952f6a2c906dd51c.zip |
icu: update to upstream version 50.1.1
This seems to fix HarfBuzz compile problems.
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-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 @@ +require icu.inc + +LIC_FILES_CHKSUM = "file://../license.html;md5=4ee45701e87d34303281978e3b78ecda" + +PR = "r0" + +BASE_SRC_URI = "http://download.icu-project.org/files/icu4c/${PV}/icu4c-50_1_1-src.tgz" +SRC_URI = "${BASE_SRC_URI}" + +SRC_URI[md5sum] = "c721c2e0c8f86975ccea620d09aedc81" +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 @@ -require icu.inc - -LIC_FILES_CHKSUM = "file://../license.html;md5=4ee45701e87d34303281978e3b78ecda" - -PR = "r1" - -BASE_SRC_URI = "http://download.icu-project.org/files/icu4c/50.1/icu4c-50_1-src.tgz" -SRC_URI = "${BASE_SRC_URI}" - -SRC_URI[md5sum] = "cf7bf9e56aa6c2057a8b6f464046483e" -SRC_URI[sha256sum] = "68592b3c07d9b86100f41d0172eb1a81f3ffb2a8fef1104d7395099079ba7350"
\ No newline at end of file |