diff options
author | Marko Lindqvist <cazfi74@gmail.com> | 2013-05-30 13:16:18 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-07 16:48:25 +0100 |
commit | 2e2633af660516a92e1bf79f7da73688208b41c8 (patch) | |
tree | e0bcd12a9af3cce93ae95824bb2448c8265ea492 | |
parent | 81c378287b5430575513df43548fe3ced01ffa45 (diff) | |
download | poky-2e2633af660516a92e1bf79f7da73688208b41c8.tar.gz |
icu: update to upstream version 51.2
Only thing changed in license.html is addition of 2013 to
(c) years.
(From OE-Core rev: f994c58e21bc400a98d532095633fba810251300)
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>
-rw-r--r-- | meta/recipes-support/icu/icu.inc | 1 | ||||
-rw-r--r-- | meta/recipes-support/icu/icu_50.1.2.bb | 11 | ||||
-rw-r--r-- | meta/recipes-support/icu/icu_51.2.bb | 11 |
3 files changed, 12 insertions, 11 deletions
diff --git a/meta/recipes-support/icu/icu.inc b/meta/recipes-support/icu/icu.inc index 77efcdb620..e3944cd653 100644 --- a/meta/recipes-support/icu/icu.inc +++ b/meta/recipes-support/icu/icu.inc | |||
@@ -32,6 +32,7 @@ do_configure_prepend() { | |||
32 | do_install_append_class-native() { | 32 | do_install_append_class-native() { |
33 | mkdir -p ${D}/${STAGING_ICU_DIR_NATIVE}/config | 33 | mkdir -p ${D}/${STAGING_ICU_DIR_NATIVE}/config |
34 | cp -r ${B}/config/icucross.mk ${D}/${STAGING_ICU_DIR_NATIVE}/config | 34 | cp -r ${B}/config/icucross.mk ${D}/${STAGING_ICU_DIR_NATIVE}/config |
35 | cp -r ${B}/config/icucross.inc ${D}/${STAGING_ICU_DIR_NATIVE}/config | ||
35 | cp -r ${B}/lib ${D}/${STAGING_ICU_DIR_NATIVE} | 36 | cp -r ${B}/lib ${D}/${STAGING_ICU_DIR_NATIVE} |
36 | cp -r ${B}/bin ${D}/${STAGING_ICU_DIR_NATIVE} | 37 | cp -r ${B}/bin ${D}/${STAGING_ICU_DIR_NATIVE} |
37 | cp -r ${B}/tools ${D}/${STAGING_ICU_DIR_NATIVE} | 38 | cp -r ${B}/tools ${D}/${STAGING_ICU_DIR_NATIVE} |
diff --git a/meta/recipes-support/icu/icu_50.1.2.bb b/meta/recipes-support/icu/icu_50.1.2.bb deleted file mode 100644 index 225ea1370f..0000000000 --- a/meta/recipes-support/icu/icu_50.1.2.bb +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
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_2-src.tgz" | ||
8 | SRC_URI = "${BASE_SRC_URI}" | ||
9 | |||
10 | SRC_URI[md5sum] = "beb98aa972219c9fcd9c8a71314943c9" | ||
11 | SRC_URI[sha256sum] = "cb68067dcc60d682f8e037bf0961bdd5169cb4652ef8aa136e893780047dafd3" | ||
diff --git a/meta/recipes-support/icu/icu_51.2.bb b/meta/recipes-support/icu/icu_51.2.bb new file mode 100644 index 0000000000..e865ba6ff3 --- /dev/null +++ b/meta/recipes-support/icu/icu_51.2.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | require icu.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://../license.html;md5=443a74288a72fad9069a74e7637192c1" | ||
4 | |||
5 | PR = "r0" | ||
6 | |||
7 | BASE_SRC_URI = "http://download.icu-project.org/files/icu4c/${PV}/icu4c-51_2-src.tgz" | ||
8 | SRC_URI = "${BASE_SRC_URI}" | ||
9 | |||
10 | SRC_URI[md5sum] = "072e501b87065f3a0ca888f1b5165709" | ||
11 | SRC_URI[sha256sum] = "deb027a05f1b3bec03298b96fb93b28c84e9683c22e6f94effa67fdc7bd704cc" | ||