aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-qt/qt4/qt4-native.inc
diff options
context:
space:
mode:
authorWenzong Fan <wenzong.fan@windriver.com>2012-08-02 09:43:02 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-02 15:21:02 +0100
commitbb4b71552da0d1f4396955f35db5819f88a7d2ae (patch)
tree9d5159538f150488c0f2f1c927f449b20bf246eb /meta/recipes-qt/qt4/qt4-native.inc
parent5f1af539b3d34e6689a69d09c69d9099eee983d4 (diff)
downloadopenembedded-core-contrib-bb4b71552da0d1f4396955f35db5819f88a7d2ae.tar.gz
qt4: fix qt4-native build failure on SLED-11
This issue is that with C++ compiler process an old version of kernel header file, coincidently that file has a variable named 'new': * 'embedded/qkbdtty_qws.cpp' include 'linux/vt.h'; * '/usr/include/linux/vt.h' has below code on SLED-11.x: + unsigned int new; On mostly hosts it has been changed to: new -> newev. [YOCTO #2845] Signed-off-by: Wenzong Fan <wenzong.fan@windriver.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.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-qt/qt4/qt4-native.inc b/meta/recipes-qt/qt4/qt4-native.inc
index 70adec40fc..90ea63c950 100644
--- a/meta/recipes-qt/qt4/qt4-native.inc
+++ b/meta/recipes-qt/qt4/qt4-native.inc
@@ -9,14 +9,16 @@ LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=fbc093901857fcd118f065f900982c24 \
file://LICENSE.GPL3;md5=babc5b6b77441da277f5c06b2e547720 \
file://LGPL_EXCEPTION.txt;md5=411080a56ff917a5a1aa08c98acae354"
-INC_PR = "r14"
+INC_PR = "r15"
inherit native
SRC_URI = "http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-${PV}.tar.gz \
file://qt-config.patch \
file://g++.conf \
- file://linux.conf"
+ file://linux.conf \
+ file://fix_qkbdtty_qws.patch \
+ "
S = "${WORKDIR}/qt-everywhere-opensource-src-${PV}"
EXTRA_OECONF = "-prefix ${prefix} \