From c5b0785812404ff3fc7b22b5828a197d92bcb927 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 2 Oct 2010 14:53:20 +0800 Subject: [PATCH] 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 file changed, 6 insertions(+), 1 deletion(-) 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 \ + " -- 2.39.5