From: Holger Hans Peter Freyther Date: Fri, 1 Oct 2010 10:04:23 +0000 (+0800) Subject: qt4-toolsd-sdk.inc: Move to -embedded, disable more features X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f559b192558f135f4e92a2230bea307782e34cbe;p=openembedded.git qt4-toolsd-sdk.inc: Move to -embedded, disable more features Pass more -no or -qt- options to make sure less things from the system are detected and that there are less dependencies. This disabling has no effect on the tools we want to use. --- diff --git a/recipes/qt4/qt4-tools-sdk.inc b/recipes/qt4/qt4-tools-sdk.inc index 67811e72dd..88aa6587e2 100644 --- a/recipes/qt4/qt4-tools-sdk.inc +++ b/recipes/qt4/qt4-tools-sdk.inc @@ -5,7 +5,7 @@ HOMEPAGE = "http://www.trolltech.com" PRIORITY = "optional" LICENSE = "LGPLv2.1 GPLv3" -INC_PR = "r1" +INC_PR = "r2" FILESPATHPKG =. "qt-${PV}:" inherit sdk @@ -22,13 +22,14 @@ S = "${WORKDIR}/qt-everywhere-opensource-src-${PV}" # FIXME: make it work with "${STAGING_BINDIR_NATIVE}/pkg-config --cflags dbus-1" EXTRA_OECONF = "-prefix ${prefix} \ -qt-libjpeg -qt-gif -system-zlib \ - -no-libjpeg -no-libpng \ + -no-libjpeg -no-libpng -no-libmng -no-libtiff \ -no-accessibility \ -no-cups \ -no-exceptions \ -no-nas-sound \ - -no-nis \ + -no-nis -no-openssl \ -verbose -release -fast -static \ + -embedded -no-freetype -no-glib -no-iconv \ -qt3support \ -I${STAGING_DIR_NATIVE}/usr/include \ -I${STAGING_DIR_NATIVE}/usr/include/dbus-1.0 \