aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-10-02 14:53:20 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-10-02 16:41:38 +0800
commitc5b0785812404ff3fc7b22b5828a197d92bcb927 (patch)
treea47ffb263555676eae6577a2e13a319cf09c0dd2
parent3ee6ae9e90114bf4e3349b073d9e85a0ee7f1c4f (diff)
downloadopenembedded-c5b0785812404ff3fc7b22b5828a197d92bcb927.tar.gz
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).
-rw-r--r--recipes/tasks/task-qte-toolchain-target.bb7
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 538fb1cfd8..42df6ab767 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 \
+ "