diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-01 19:09:11 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-01 19:09:57 +0100 |
commit | d62ee7eaf2ba025c3f64b2d4e10dc7cec4637612 (patch) | |
tree | f36fe3008f36ff75cbdd31b630f8f13f1f205ebb /meta/recipes-support/icu/files/gccfix.patch | |
parent | caab7fc509bf27706ff3248689f6afd04225cfda (diff) | |
download | poky-d62ee7eaf2ba025c3f64b2d4e10dc7cec4637612.tar.gz |
packages: Separate out most of the remaining packages into recipes
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-support/icu/files/gccfix.patch')
-rw-r--r-- | meta/recipes-support/icu/files/gccfix.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-support/icu/files/gccfix.patch b/meta/recipes-support/icu/files/gccfix.patch new file mode 100644 index 0000000000..9291e921d3 --- /dev/null +++ b/meta/recipes-support/icu/files/gccfix.patch | |||
@@ -0,0 +1,13 @@ | |||
1 | Index: source/layoutex/ParagraphLayout.cpp | ||
2 | =================================================================== | ||
3 | --- source.orig/layoutex/ParagraphLayout.cpp 2009-06-30 11:48:47.000000000 +0100 | ||
4 | +++ source/layoutex/ParagraphLayout.cpp 2009-06-30 11:49:06.000000000 +0100 | ||
5 | @@ -798,7 +798,7 @@ | ||
6 | |||
7 | return nullLanguageCode; | ||
8 | } | ||
9 | -#elif | ||
10 | +#else | ||
11 | |||
12 | // TODO - dummy implementation for right now... | ||
13 | le_int32 ParagraphLayout::getLanguageCode(const Locale *locale) | ||