]> code.ossystems Code Review - openembedded-core.git/commit
icu-native: do_install: Segmentation fault
authorRobert Yang <liezhi.yang@windriver.com>
Thu, 12 Sep 2013 09:33:36 +0000 (05:33 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 12 Sep 2013 15:48:38 +0000 (16:48 +0100)
commitebfdddc23ff78231a819c62c8ffcced9633aa08b
treed0df6a366d8a52e9bc337a074355d4a0412b006c
parent01d3b15518b981199120b3b9c6923678244aefdc
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]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/icu/icu-51.2/icu-pkgdata-large-cmd.patch [new file with mode: 0644]
meta/recipes-support/icu/icu_51.2.bb