[oe-commits] Holger Hans Peter Freyther : task-qte-toolchain-target: Attempt to install QtDeclarative

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


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

Author: Holger Hans Peter Freyther <zecke at selfish.org>
Date:   Sat Oct  2 14:53:20 2010 +0800

task-qte-toolchain-target: Attempt to install QtDeclarative

This module is new in Qt 4.7 so put it into the recommendation
and hope that it will be installed (it is now).

---

 recipes/tasks/task-qte-toolchain-target.bb |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/recipes/tasks/task-qte-toolchain-target.bb b/recipes/tasks/task-qte-toolchain-target.bb
index 538fb1c..42df6ab 100644
--- a/recipes/tasks/task-qte-toolchain-target.bb
+++ b/recipes/tasks/task-qte-toolchain-target.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Target packages for Qt Embedded SDK"
 LICENSE = "MIT"
 ALLOW_EMPTY = "1"
 
-PR = "r4"
+PR = "r5"
 
 RDEPENDS_${PN} += " \
         task-sdk-bare \
@@ -32,3 +32,8 @@ RDEPENDS_${PN} += " \
         libts-dev \
         expat-dev \
         "
+
+#Qt Declarative is new in 4.7, try to include it like this.
+RRECOMMENDS_${PN} += " \
+        libqt-embeddeddeclarative4-dev \
+        "





More information about the Openembedded-commits mailing list