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:32:43 +0000 |
commit | 202f4ead95c3c5090864df6cb799a25f36996152 (patch) | |
tree | 73732fbb1789dcd26c7391d39a44095a7cc9ceba /meta/recipes-qt/qt4/qt4-native.inc | |
parent | e5f6b33b0038c523cf6069a9010445eab93e585d (diff) | |
download | poky-202f4ead95c3c5090864df6cb799a25f36996152.tar.gz |
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]
(From OE-Core rev: a635553cf46a7e43e81eab1a1baeae98312881d2)
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 \ | |||
9 | file://LICENSE.GPL3;md5=babc5b6b77441da277f5c06b2e547720 \ | 9 | file://LICENSE.GPL3;md5=babc5b6b77441da277f5c06b2e547720 \ |
10 | file://LGPL_EXCEPTION.txt;md5=411080a56ff917a5a1aa08c98acae354" | 10 | file://LGPL_EXCEPTION.txt;md5=411080a56ff917a5a1aa08c98acae354" |
11 | 11 | ||
12 | INC_PR = "r18" | 12 | INC_PR = "r19" |
13 | 13 | ||
14 | inherit native | 14 | inherit native |
15 | 15 | ||
@@ -17,6 +17,7 @@ SRC_URI = "http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-sr | |||
17 | file://0001-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch \ | 17 | file://0001-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch \ |
18 | file://0002-qkbdtty_qws-fix-build-with-old-kernel-headers.patch \ | 18 | file://0002-qkbdtty_qws-fix-build-with-old-kernel-headers.patch \ |
19 | file://0003-webkit2-set-OUTPUT_DIR-value-if-empty.patch \ | 19 | file://0003-webkit2-set-OUTPUT_DIR-value-if-empty.patch \ |
20 | file://0001-make-qt4-native-work-with-long-building-path.patch \ | ||
20 | file://g++.conf \ | 21 | file://g++.conf \ |
21 | file://linux.conf \ | 22 | file://linux.conf \ |
22 | " | 23 | " |