diff options
author | Kang Kai <kai.kang@windriver.com> | 2011-08-25 10:41:57 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-29 13:48:01 +0100 |
commit | 4d8b2dae003ede7d3de9e7c3ab533a4cfc2b4075 (patch) | |
tree | dc13f080ce56ed0201dc2dfa916eb80d5acd7b56 | |
parent | 9ce2cc6e14270c94d97f1bb3ede8e9321a8192b8 (diff) | |
download | poky-4d8b2dae003ede7d3de9e7c3ab533a4cfc2b4075.tar.gz |
qt4-tools-nativesdk: remove gcc standard paths
gcc-crosssdk can't find the standard headers before, and it was fixed.
So it is not needed to search the gcc standard paths by
qt4-tools-nativesdk itself.
(From OE-Core rev: be86cbf54f3aeeda1105acd153fe09348a7ac267)
Signed-off-by: Kang Kai <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-qt/qt4/qt4-tools-nativesdk.inc | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/meta/recipes-qt/qt4/qt4-tools-nativesdk.inc b/meta/recipes-qt/qt4/qt4-tools-nativesdk.inc index cc83b72cfe..068528e02e 100644 --- a/meta/recipes-qt/qt4/qt4-tools-nativesdk.inc +++ b/meta/recipes-qt/qt4/qt4-tools-nativesdk.inc | |||
@@ -4,7 +4,7 @@ SECTION = "libs" | |||
4 | HOMEPAGE = "http://qt.nokia.com" | 4 | HOMEPAGE = "http://qt.nokia.com" |
5 | LICENSE = "LGPLv2.1 | GPLv3" | 5 | LICENSE = "LGPLv2.1 | GPLv3" |
6 | 6 | ||
7 | INC_PR = "r4" | 7 | INC_PR = "r5" |
8 | 8 | ||
9 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/qt-${PV}:" | 9 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/qt-${PV}:" |
10 | 10 | ||
@@ -43,13 +43,8 @@ EXTRA_OECONF = "-prefix ${prefix} \ | |||
43 | -arch ${@qt_arch(d)} \ | 43 | -arch ${@qt_arch(d)} \ |
44 | -embedded -no-freetype -no-glib -no-iconv \ | 44 | -embedded -no-freetype -no-glib -no-iconv \ |
45 | -qt3support \ | 45 | -qt3support \ |
46 | -I${STAGING_DIR_HOST}${SDKPATHNATIVE}/usr/include \ | ||
47 | -I${STAGING_DIR_HOST}${SDKPATHNATIVE}/usr/include/dbus-1.0 \ | 46 | -I${STAGING_DIR_HOST}${SDKPATHNATIVE}/usr/include/dbus-1.0 \ |
48 | -I${STAGING_DIR_HOST}${SDKPATHNATIVE}/usr/lib/dbus-1.0/include \ | 47 | -I${STAGING_DIR_HOST}${SDKPATHNATIVE}/usr/lib/dbus-1.0/include" |
49 | -I${STAGING_DIR_HOST}${SDKPATHNATIVE}/usr/include/c++ \ | ||
50 | -I${STAGING_DIR_HOST}${SDKPATHNATIVE}/usr/include/c++/${TARGET_SYS} \ | ||
51 | -L${STAGING_DIR_HOST}${SDKPATHNATIVE}/lib \ | ||
52 | -L${STAGING_DIR_HOST}${SDKPATHNATIVE}/usr/lib" | ||
53 | 48 | ||
54 | # yank default -e, otherwise we get the following error: | 49 | # yank default -e, otherwise we get the following error: |
55 | # moc_qbuffer.cpp: No such file or directory | 50 | # moc_qbuffer.cpp: No such file or directory |