[oe-commits] Holger Hans Peter Freyther : qt4-toolsd-sdk.inc: Move to -embedded, disable more features

git version control git at git.openembedded.org
Sat Oct 2 08:45:13 UTC 2010


Module: openembedded.git
Branch: master
Commit: f559b192558f135f4e92a2230bea307782e34cbe
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f559b192558f135f4e92a2230bea307782e34cbe

Author: Holger Hans Peter Freyther <zecke at selfish.org>
Date:   Fri Oct  1 18:04:23 2010 +0800

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.

---

 recipes/qt4/qt4-tools-sdk.inc |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/recipes/qt4/qt4-tools-sdk.inc b/recipes/qt4/qt4-tools-sdk.inc
index 67811e7..88aa658 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 \





More information about the Openembedded-commits mailing list