diff options
author | Wenzong Fan <wenzong.fan@windriver.com> | 2012-08-02 09:43:02 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-02 15:28:38 +0100 |
commit | 1b138d167cefdcbcc969e4f9d2639cdc647945d7 (patch) | |
tree | 5bcf879abfd3762372d3549d2d0280f087a054e5 /scripts | |
parent | 438df0f1d0c5d986ef67eaf57de9a0f5fef2d7e0 (diff) | |
download | poky-1b138d167cefdcbcc969e4f9d2639cdc647945d7.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]
(From OE-Core rev: bb4b71552da0d1f4396955f35db5819f88a7d2ae)
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions