diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2012-11-30 10:33:31 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-03 14:18:49 +0000 |
commit | a635553cf46a7e43e81eab1a1baeae98312881d2 (patch) | |
tree | 4d9885924f453d988b3fea8ddedfd7a32ca37cce /meta/recipes-qt/qt4/qt4-native.inc | |
parent | 30a19b7c791abcbf09193c678866df66d470a6d9 (diff) | |
download | openembedded-core-a635553cf46a7e43e81eab1a1baeae98312881d2.tar.gz openembedded-core-a635553cf46a7e43e81eab1a1baeae98312881d2.tar.bz2 openembedded-core-a635553cf46a7e43e81eab1a1baeae98312881d2.zip |
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>
Diffstat (limited to 'meta/recipes-qt/qt4/qt4-native.inc')
-rw-r--r-- | meta/recipes-qt/qt4/qt4-native.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-qt/qt4/qt4-native.inc b/meta/recipes-qt/qt4/qt4-native.inc index ad207231c7..0dab3641e8 100644 --- a/meta/recipes-qt/qt4/qt4-native.inc +++ b/meta/recipes-qt/qt4/qt4-native.inc @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=fbc093901857fcd118f065f900982c24 \ file://LICENSE.GPL3;md5=babc5b6b77441da277f5c06b2e547720 \ file://LGPL_EXCEPTION.txt;md5=411080a56ff917a5a1aa08c98acae354" -INC_PR = "r18" +INC_PR = "r19" inherit native @@ -17,6 +17,7 @@ SRC_URI = "http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-sr file://0001-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch \ file://0002-qkbdtty_qws-fix-build-with-old-kernel-headers.patch \ file://0003-webkit2-set-OUTPUT_DIR-value-if-empty.patch \ + file://0001-make-qt4-native-work-with-long-building-path.patch \ file://g++.conf \ file://linux.conf \ " |