From: Holger Hans Peter Freyther Date: Sat, 2 Oct 2010 06:53:20 +0000 (+0800) Subject: task-qte-toolchain-target: Attempt to install QtDeclarative X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5b0785812404ff3fc7b22b5828a197d92bcb927;p=openembedded.git 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). --- 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 \ + "