summaryrefslogtreecommitdiffstats
path: root/recipes/icu/icu_3.6.bb
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2009-05-18 15:22:21 +0200
committerFlorian Boor <florian.boor@kernelconcepts.de>2009-05-18 15:22:21 +0200
commit798c780a3a016e56d9b8849cf8a07521b6e402a9 (patch)
tree6ff9f7e4ec5d186043b4a530395714779ff8eadd /recipes/icu/icu_3.6.bb
parentb6242ec579d817b952208f2367f2bed417ec9d9d (diff)
downloadopenembedded-798c780a3a016e56d9b8849cf8a07521b6e402a9.tar.gz
icu: Apply patch working around a gcc bug.
Diffstat (limited to 'recipes/icu/icu_3.6.bb')
-rw-r--r--recipes/icu/icu_3.6.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/icu/icu_3.6.bb b/recipes/icu/icu_3.6.bb
index 1dbdf94b3a..3eccfb53d9 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