diff options
author | Ihar Hrachyshka <ihar.hrachyshka@gmail.com> | 2009-06-03 05:37:22 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-06-09 23:21:57 -0400 |
commit | d0a5b6e821a19a88142cf1985d74f7c777412c42 (patch) | |
tree | f40c3b5ba133c7b51c860f18887a650f3674b2e2 /recipes/tasks | |
parent | 4eacd77b406edac662098c1cedf4ade81f213b5c (diff) |
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.bb | 2 |
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" |