task-qte-toolchain-target: Attempt to install QtDeclarative
authorHolger Hans Peter Freyther <zecke@selfish.org>
Sat, 2 Oct 2010 06:53:20 +0000 (14:53 +0800)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Sat, 2 Oct 2010 08:41:38 +0000 (16:41 +0800)
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

index 538fb1c..42df6ab 100644 (file)
@@ -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 \
+        "