diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2013-09-12 05:33:36 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-14 08:21:00 +0100 |
commit | ee7ccda0ec5d0be79bb65868c5827dea91710b2f (patch) | |
tree | 072028a6381a9d771d4d7b71ebf72318386f26f2 /meta/recipes-kernel | |
parent | 0c11a7740b0e95a4456d5b025977eb02aa07755f (diff) | |
download | poky-ee7ccda0ec5d0be79bb65868c5827dea91710b2f.tar.gz |
icu-native: do_install: Segmentation fault
There was a "Segmentation fault" error when build icu-native when the
TMPDIR is in a deep directory (for example, when len(readlink -f $TMPDIR
== 410)), use LARGE_BUFFER_MAX_SIZE for cmd rather than
SMALL_BUFFER_MAX_SIZE would fix the problem, this should be a misplay
because other cmd uses LARGE_BUFFER_MAX_SIZE.
[YOCTO #5171]
(From OE-Core rev: ebfdddc23ff78231a819c62c8ffcced9633aa08b)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
0 files changed, 0 insertions, 0 deletions