aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/icu/icu-3.6.inc
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2012-06-29 09:45:26 +0800
committerSaul Wold <sgw@linux.intel.com>2012-07-03 00:05:29 -0700
commit3fd5d0334439b6231a6afd2a544a16b87ae81c99 (patch)
tree148c62d9a2f747bf3a2ef0d2253ba8ad9b7f845d /meta/recipes-support/icu/icu-3.6.inc
parent705baf06d151eb4f9dcae7b23c7f3e57c0c09a74 (diff)
downloadopenembedded-core-contrib-3fd5d0334439b6231a6afd2a544a16b87ae81c99.tar.gz
icu 3.6: do_install failed: Segmentation fault
There is a "Segmentation fault" error when the tmpdir is longer than 470 (or less), this is because it used "char cmd[1024]" which is not enough for the command line. Allocate a larger memory size should fix this problem. [YOCTO #2664] Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'meta/recipes-support/icu/icu-3.6.inc')
-rw-r--r--meta/recipes-support/icu/icu-3.6.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/icu/icu-3.6.inc b/meta/recipes-support/icu/icu-3.6.inc
index d3391fea5d..d969caa0ae 100644
--- a/meta/recipes-support/icu/icu-3.6.inc
+++ b/meta/recipes-support/icu/icu-3.6.inc
@@ -6,6 +6,7 @@ BASE_SRC_URI = "ftp://ftp.software.ibm.com/software/globalization/icu/3.6/icu4c-
file://gccfix.patch \
file://fix-parallel-build.patch \
file://use-g++-for-linking.patch \
+ file://larger-cmd-size.patch \
"
SRC_URI = "${BASE_SRC_URI} \
file://noldlibpath.patch \