[oe-commits] Koen Kooi : qt4: move QtDeclarative to qt4.inc

git version control git at git.openembedded.org
Tue Oct 19 21:30:18 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 55f2ba0c385838dcdd630c32d5f597b3e08d5c99
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=55f2ba0c385838dcdd630c32d5f597b3e08d5c99

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Oct 19 23:22:04 2010 +0200

qt4: move QtDeclarative to qt4.inc

* This avoids pulling in Qt 4.7.0 into meta-toolchain-qte when 4.6.3 is specified
* No further changes in behaviour or packaging

---

 recipes/qt4/qt-4.7.0.inc     |    1 -
 recipes/qt4/qt4-embedded.inc |    2 +-
 recipes/qt4/qt4.inc          |    2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/recipes/qt4/qt-4.7.0.inc b/recipes/qt4/qt-4.7.0.inc
index 9548577..cf4b0d8 100644
--- a/recipes/qt4/qt-4.7.0.inc
+++ b/recipes/qt4/qt-4.7.0.inc
@@ -17,7 +17,6 @@ SRC_URI += "file://qte.sh"
 
 S = "${WORKDIR}/qt-everywhere-opensource-src-${PV}"
 
-QT_LIB_NAMES += "QtDeclarative"
 FILES_${QT_BASE_NAME}-tools                += "${bindir}/qml"
 
 do_configure_prepend() {
diff --git a/recipes/qt4/qt4-embedded.inc b/recipes/qt4/qt4-embedded.inc
index 9331302..60eb179 100644
--- a/recipes/qt4/qt4-embedded.inc
+++ b/recipes/qt4/qt4-embedded.inc
@@ -4,7 +4,7 @@ LICENSE = "GPL QPL"
 PRIORITY = "optional"
 HOMEPAGE = "http://www.trolltech.com"
 DEPENDS += "directfb tslib"
-INC_PR = "r24"
+INC_PR = "r25"
 
 QT_BASE_NAME ?= "qt4-embedded"
 QT_BASE_LIB  ?= "libqt-embedded"
diff --git a/recipes/qt4/qt4.inc b/recipes/qt4/qt4.inc
index 6721265..3bebd46 100644
--- a/recipes/qt4/qt4.inc
+++ b/recipes/qt4/qt4.inc
@@ -23,7 +23,7 @@ EXTRA_ENV = 'QMAKE="${STAGING_BINDIR_NATIVE}/qmake2 -after \
 export QT_CONF_PATH="${WORKDIR}/qt.conf"
 
 # Library packages
-QT_LIB_NAMES = "Qt3Support QtAssistantClient QtCLucene QtCore QtDBus QtDesigner QtDesignerComponents QtGui QtHelp QtNetwork QtOpenGL QtScript QtScriptTools QtSql QtSvg QtTest QtUiTools QtWebKit QtXml QtXmlPatterns phonon QtMultimedia QtOpenVG QtMediaServices"
+QT_LIB_NAMES = "Qt3Support QtAssistantClient QtCLucene QtCore QtDBus QtDesigner QtDesignerComponents QtGui QtHelp QtNetwork QtOpenGL QtScript QtScriptTools QtSql QtSvg QtTest QtUiTools QtWebKit QtXml QtXmlPatterns phonon QtMultimedia QtOpenVG QtMediaServices QtDeclarative"
 
 QT_EXTRA_LIBS = "pvrQWSWSEGL"
 





More information about the Openembedded-commits mailing list