]> code.ossystems Code Review - openembedded-core.git/commit
qt4-native: make qt4-native work with long building path
authorChen Qi <Qi.Chen@windriver.com>
Fri, 30 Nov 2012 10:33:31 +0000 (10:33 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 3 Dec 2012 14:18:49 +0000 (14:18 +0000)
commita635553cf46a7e43e81eab1a1baeae98312881d2
tree4d9885924f453d988b3fea8ddedfd7a32ca37cce
parent30a19b7c791abcbf09193c678866df66d470a6d9
qt4-native: make qt4-native work with long building path

If the TMPDIR has more than 256 chars, building qt4-native fails.
This violates the 410 length limit of TMPDIR.

This patch makes building qt4-native succeed with a long building
path (410 for example) by extending its static arrays' sizes by
256 chars.

[YOCTO #2766]

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-qt/qt4/qt4-4.8.3/0001-make-qt4-native-work-with-long-building-path.patch [new file with mode: 0644]
meta/recipes-qt/qt4/qt4-native.inc