diff options
| author | Kang Kai <kai.kang@windriver.com> | 2011-08-25 10:41:57 +0800 | 
|---|---|---|
| committer | Saul Wold <sgw@linux.intel.com> | 2011-08-26 12:31:59 -0700 | 
| commit | be86cbf54f3aeeda1105acd153fe09348a7ac267 (patch) | |
| tree | 8920d55f5c7303f860917257600ed8c45fd4e5e6 | |
| parent | 46a02c30d372692282f2784870df6fd63c660b10 (diff) | |
| download | openembedded-core-be86cbf54f3aeeda1105acd153fe09348a7ac267.tar.gz openembedded-core-be86cbf54f3aeeda1105acd153fe09348a7ac267.tar.bz2 openembedded-core-be86cbf54f3aeeda1105acd153fe09348a7ac267.zip | |
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.
Signed-off-by: Kang Kai <kai.kang@windriver.com>
| -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"  HOMEPAGE = "http://qt.nokia.com"  LICENSE = "LGPLv2.1 | GPLv3" -INC_PR = "r4" +INC_PR = "r5"  FILESEXTRAPATHS =. "${FILE_DIRNAME}/qt-${PV}:" @@ -43,13 +43,8 @@ EXTRA_OECONF = "-prefix ${prefix} \                  -arch ${@qt_arch(d)} \                  -embedded -no-freetype -no-glib -no-iconv \                  -qt3support \ -                -I${STAGING_DIR_HOST}${SDKPATHNATIVE}/usr/include \                  -I${STAGING_DIR_HOST}${SDKPATHNATIVE}/usr/include/dbus-1.0 \ -                -I${STAGING_DIR_HOST}${SDKPATHNATIVE}/usr/lib/dbus-1.0/include \ -                -I${STAGING_DIR_HOST}${SDKPATHNATIVE}/usr/include/c++ \ -                -I${STAGING_DIR_HOST}${SDKPATHNATIVE}/usr/include/c++/${TARGET_SYS} \ -                -L${STAGING_DIR_HOST}${SDKPATHNATIVE}/lib \ -                -L${STAGING_DIR_HOST}${SDKPATHNATIVE}/usr/lib" +                -I${STAGING_DIR_HOST}${SDKPATHNATIVE}/usr/lib/dbus-1.0/include"  # yank default -e, otherwise we get the following error:  # moc_qbuffer.cpp: No such file or directory | 
