From 4d8b2dae003ede7d3de9e7c3ab533a4cfc2b4075 Mon Sep 17 00:00:00 2001 From: Kang Kai Date: Thu, 25 Aug 2011 10:41:57 +0800 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-qt/qt4/qt4-tools-nativesdk.inc | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'meta/recipes-qt') 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 -- cgit v1.2.3-54-g00ecf