summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/icu/icu.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-01-26 22:56:10 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-01-29 10:37:52 +0000
commite565952276319325f658e8fc21d4cfab7ad3cac6 (patch)
treefb2090c6043ceee7825f51adace31e8dcfe03bd1 /meta/recipes-support/icu/icu.inc
parent7e5df1901e9648364e51d8b49d113a68c6cae084 (diff)
downloadopenembedded-core-e565952276319325f658e8fc21d4cfab7ad3cac6.tar.gz
icu: Upgrade to v54
The license checksum changed because instead of having the license text in the local html file it is now referred to as a href to url Change-Id: Ifd93cbf4d22d2842c97e8c0d72d8a6378cf3b095 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-support/icu/icu.inc')
-rw-r--r--meta/recipes-support/icu/icu.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/icu/icu.inc b/meta/recipes-support/icu/icu.inc
index 15d002dbef..26994bb901 100644
--- a/meta/recipes-support/icu/icu.inc
+++ b/meta/recipes-support/icu/icu.inc
@@ -25,7 +25,7 @@ EXTRA_OECONF_class-native = ""
EXTRA_OECONF_class-nativesdk = "--with-cross-build=${STAGING_ICU_DIR_NATIVE}"
# ICU puts custom m4 autoconf functions in aclocal.m4.
-# However, this file is deleted in our build system.
+# However, this file is deleted in our build system.
# To make it work, we copy aclocal.m4 to acinclude.m4.
# This is a bug of ICU. See bug reference:
# http://bugs.icu-project.org/trac/ticket/9790