summaryrefslogtreecommitdiffstats
path: root/recipes/tasks
diff options
context:
space:
mode:
authorIhar Hrachyshka <ihar.hrachyshka@gmail.com>2009-06-03 05:37:22 +0000
committerDenys Dmytriyenko <denis@denix.org>2009-06-09 23:21:57 -0400
commitd0a5b6e821a19a88142cf1985d74f7c777412c42 (patch)
treef40c3b5ba133c7b51c860f18887a650f3674b2e2 /recipes/tasks
parent4eacd77b406edac662098c1cedf4ade81f213b5c (diff)
downloadopenembedded-d0a5b6e821a19a88142cf1985d74f7c777412c42.tar.gz
task-qte-toolchain: added mkspecs and new qt4-tools-sdk recipe
Added mkspecs, qt4-tools to toolchain tasks (now meta-toolchain-qte works ok). Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> Acked-by: Tom Rini <trini@embeddedalley.com> Acked-by: Denys Dmytriyenko <denis@denix.org>
Diffstat (limited to 'recipes/tasks')
-rw-r--r--recipes/tasks/task-qte-toolchain-host.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/tasks/task-qte-toolchain-host.bb b/recipes/tasks/task-qte-toolchain-host.bb
index 2a9b652838..02c95a3cdf 100644
--- a/recipes/tasks/task-qte-toolchain-host.bb
+++ b/recipes/tasks/task-qte-toolchain-host.bb
@@ -3,3 +3,5 @@ require task-sdk-host.bb
DESCRIPTION = "Host packages for Qt Embedded SDK"
LICENSE = "MIT"
ALLOW_EMPTY = "1"
+
+RDEPENDS_${PN} += "qt4-tools-sdk"