summaryrefslogtreecommitdiff
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 16:19:20 +0100
commitcf9e6b299aaae23f459d1887e9acf721c0b3f9a4 (patch)
tree2278469902367972624ae72d8302812b56ae6cbb /meta/recipes-qt/tasks/task-qte-toolchain-host-nativesdk.bb
parent1b34b170620bb444bb2289950b6ed3ed2e909177 (diff)
downloadopenembedded-core-cf9e6b299aaae23f459d1887e9acf721c0b3f9a4.tar.gz
openembedded-core-cf9e6b299aaae23f459d1887e9acf721c0b3f9a4.tar.bz2
openembedded-core-cf9e6b299aaae23f459d1887e9acf721c0b3f9a4.tar.xz
openembedded-core-cf9e6b299aaae23f459d1887e9acf721c0b3f9a4.zip
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 000000000..cfa45ef93
--- /dev/null
+++ b/meta/recipes-qt/tasks/task-qte-toolchain-host-nativesdk.bb
@@ -0,0 +1,7 @@
+require recipes-core/tasks/task-sdk-host-nativesdk.bb
+
+DESCRIPTION = "Host packages for Qt Embedded SDK"
+LICENSE = "MIT"
+ALLOW_EMPTY = "1"
+
+RDEPENDS_${PN} += "qt4-tools-nativesdk"