summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/icu/files/gccfix.patch
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2012-12-18 13:58:36 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-19 17:54:57 +0000
commit9596495e09b1738d2e85e0c1a2997c889dd6e6f5 (patch)
tree07db8282ccb3eecabd64cb7b900f200cbb5e464c /meta/recipes-support/icu/files/gccfix.patch
parentc21f80b294a226e00d6dfd8efedb0f7f0fb0c647 (diff)
downloadpoky-9596495e09b1738d2e85e0c1a2997c889dd6e6f5.tar.gz
ICU: upgrade to 50.1.
Upgrade ICU to 50.1. All unnecessary patches of the previous version are dropped. [YOCTO #3557] (From OE-Core rev: d9e6b45a0abd15b24941d8d04142cd79399424ef) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/icu/files/gccfix.patch')
-rw-r--r--meta/recipes-support/icu/files/gccfix.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/recipes-support/icu/files/gccfix.patch b/meta/recipes-support/icu/files/gccfix.patch
deleted file mode 100644
index 755341f186..0000000000
--- a/meta/recipes-support/icu/files/gccfix.patch
+++ /dev/null
@@ -1,19 +0,0 @@
1Fixes an error which prevents compilation
2
3Upstream-Status: Pending
4
5Signed-off-by: Scott Garman <scott.a.garman@intel.com>
6
7Index: source/layoutex/ParagraphLayout.cpp
8===================================================================
9--- source.orig/layoutex/ParagraphLayout.cpp 2009-06-30 11:48:47.000000000 +0100
10+++ source/layoutex/ParagraphLayout.cpp 2009-06-30 11:49:06.000000000 +0100
11@@ -798,7 +798,7 @@
12
13 return nullLanguageCode;
14 }
15-#elif
16+#else
17
18 // TODO - dummy implementation for right now...
19 le_int32 ParagraphLayout::getLanguageCode(const Locale *locale)