[oe-commits] Florian Boor : icu: Apply patch working around a gcc bug.

GIT User account git at amethyst.openembedded.net
Tue May 19 10:58:14 UTC 2009


Module: openembedded.git
Branch: xora/angstrom-srcpv
Commit: 798c780a3a016e56d9b8849cf8a07521b6e402a9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=798c780a3a016e56d9b8849cf8a07521b6e402a9

Author: Florian Boor <florian.boor at kernelconcepts.de>
Date:   Mon May 18 15:22:21 2009 +0200

icu: Apply patch working around a gcc bug.

---

 recipes/icu/files/rematch-gcc-bug.patch |   12 ++++++++++++
 recipes/icu/icu_3.6.bb                  |    3 ++-
 2 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/recipes/icu/files/rematch-gcc-bug.patch b/recipes/icu/files/rematch-gcc-bug.patch
new file mode 100644
index 0000000..4d47056
--- /dev/null
+++ b/recipes/icu/files/rematch-gcc-bug.patch
@@ -0,0 +1,12 @@
+--- a/i18n/Makefile.in	2009-05-18 13:55:49.000000000 +0200
++++ b/i18n/Makefile.in	2009-05-18 13:55:49.000000000 +0200
+@@ -105,6 +105,9 @@
+ 
+ all-local: $(ALL_TARGETS)
+ 
++rematch.o: $(srcdir)/rematch.cpp
++	$(CXX) $(CPPFLAGS) $(DEFS) -c -o $@ $<
++
+ install-local: install-headers install-library
+ 
+ install-library: all-local
diff --git a/recipes/icu/icu_3.6.bb b/recipes/icu/icu_3.6.bb
index 1dbdf94..3eccfb5 100644
--- a/recipes/icu/icu_3.6.bb
+++ b/recipes/icu/icu_3.6.bb
@@ -3,7 +3,8 @@ require icu-3.6.inc
 DEPENDS += "icu-native"
 PR = "r4"
 
-SRC_URI += "file://use-g++-for-linking.patch;patch=1"
+SRC_URI += "file://use-g++-for-linking.patch;patch=1 \
+            file://rematch-gcc-bug.patch;patch=1"
 
 do_configure_append() {
         for i in */Makefile */*.inc */*/Makefile */*/*.inc ; do





More information about the Openembedded-commits mailing list