diff options
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/icu/files/gccfix.patch | 6 | ||||
-rw-r--r-- | meta/recipes-support/icu/files/noldlibpath.patch | 5 | ||||
-rw-r--r-- | meta/recipes-support/icu/files/use-g++-for-linking.patch | 7 |
3 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-support/icu/files/gccfix.patch b/meta/recipes-support/icu/files/gccfix.patch index 9291e921d3..755341f186 100644 --- a/meta/recipes-support/icu/files/gccfix.patch +++ b/meta/recipes-support/icu/files/gccfix.patch | |||
@@ -1,3 +1,9 @@ | |||
1 | Fixes an error which prevents compilation | ||
2 | |||
3 | Upstream-Status: Pending | ||
4 | |||
5 | Signed-off-by: Scott Garman <scott.a.garman@intel.com> | ||
6 | |||
1 | Index: source/layoutex/ParagraphLayout.cpp | 7 | Index: source/layoutex/ParagraphLayout.cpp |
2 | =================================================================== | 8 | =================================================================== |
3 | --- source.orig/layoutex/ParagraphLayout.cpp 2009-06-30 11:48:47.000000000 +0100 | 9 | --- source.orig/layoutex/ParagraphLayout.cpp 2009-06-30 11:48:47.000000000 +0100 |
diff --git a/meta/recipes-support/icu/files/noldlibpath.patch b/meta/recipes-support/icu/files/noldlibpath.patch index eba3d805d4..8543044b2c 100644 --- a/meta/recipes-support/icu/files/noldlibpath.patch +++ b/meta/recipes-support/icu/files/noldlibpath.patch | |||
@@ -4,6 +4,11 @@ harmless. This is a hack. | |||
4 | 4 | ||
5 | RP 10/6/2010 | 5 | RP 10/6/2010 |
6 | 6 | ||
7 | Upstream-Status: Inappropriate [Other] | ||
8 | Hacky workaround not likely to be accepted upstream. | ||
9 | |||
10 | Signed-off-by: Scott Garman <scott.a.garman@intel.com> | ||
11 | |||
7 | Index: source/config/Makefile.inc.in | 12 | Index: source/config/Makefile.inc.in |
8 | =================================================================== | 13 | =================================================================== |
9 | --- source.orig/config/Makefile.inc.in 2010-06-10 21:49:19.000000000 +0100 | 14 | --- source.orig/config/Makefile.inc.in 2010-06-10 21:49:19.000000000 +0100 |
diff --git a/meta/recipes-support/icu/files/use-g++-for-linking.patch b/meta/recipes-support/icu/files/use-g++-for-linking.patch index 4702abc065..f477dadee9 100644 --- a/meta/recipes-support/icu/files/use-g++-for-linking.patch +++ b/meta/recipes-support/icu/files/use-g++-for-linking.patch | |||
@@ -1,3 +1,10 @@ | |||
1 | Use g++ for linking. | ||
2 | |||
3 | Upstream-Status: Inappropriate [Other] | ||
4 | Build system specific | ||
5 | |||
6 | Signed-off-by: Scott Garman <scott.a.garman@intel.com> | ||
7 | |||
1 | --- | 8 | --- |
2 | tools/genccode/Makefile.in | 2 +- | 9 | tools/genccode/Makefile.in | 2 +- |
3 | tools/gencmn/Makefile.in | 2 +- | 10 | tools/gencmn/Makefile.in | 2 +- |