summaryrefslogtreecommitdiffstats
path: root/meta/recipes-qt/tasks/task-qte-toolchain-host-nativesdk.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-13 14:34:31 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-13 22:38:06 +0100
commite112d46c9fdf4f2c834a6c50627767479a1da43c (patch)
tree0712b0038f8b84dc9dacd05bbe6f8061d0fc0a30 /meta/recipes-qt/tasks/task-qte-toolchain-host-nativesdk.bb
parent05b59a64a38bf74e34aefd162128f022c7569470 (diff)
downloadpoky-e112d46c9fdf4f2c834a6c50627767479a1da43c.tar.gz
task-sdk-host: Add nativesdk to the task name so its clearer what the contents of the task represent
This is particularly important since the file doens't use BBCLASSEXTEND and PN is therefore misleading Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt/tasks/task-qte-toolchain-host-nativesdk.bb')
-rw-r--r--meta/recipes-qt/tasks/task-qte-toolchain-host-nativesdk.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-qt/tasks/task-qte-toolchain-host-nativesdk.bb b/meta/recipes-qt/tasks/task-qte-toolchain-host-nativesdk.bb
new file mode 100644
index 0000000000..cfa45ef939
--- /dev/null
+++ b/meta/recipes-qt/tasks/task-qte-toolchain-host-nativesdk.bb
@@ -0,0 +1,7 @@
1require recipes-core/tasks/task-sdk-host-nativesdk.bb
2
3DESCRIPTION = "Host packages for Qt Embedded SDK"
4LICENSE = "MIT"
5ALLOW_EMPTY = "1"
6
7RDEPENDS_${PN} += "qt4-tools-nativesdk"