diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-01-14 15:36:23 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-01 16:32:43 +0000 |
commit | f33d78ffef9d4b841dd734ca44b0c6c54e097bb8 (patch) | |
tree | 95af3a78ceb2adc8ca0200b14cf6b69862cece71 /meta/recipes-qt/tasks/task-qte-toolchain-host.bb | |
parent | f0a81bbe0449a29edfcaba944e568e9731fe716d (diff) | |
download | poky-f33d78ffef9d4b841dd734ca44b0c6c54e097bb8.tar.gz |
qt4: Add meta-toolchain-qte and dependent tasks from OpenEmbedded
Differences from OE versions:
task-qte-toolchain-target.bb:
* Depend on task-poky-standalone-sdk-target instead of task-sdk-bare
* Add LIC_FILES_CHKSUM
* Correct libsqlite3-dev dependency for Poky
* Remove dependency on libts-dev
* Remove QtDeclarative as it does not build for 4.6.3. (This will need
to be addressed in a future update.)
task-qte-toolchain-host.bb
* Fix for Poky directory structure
* qt4-tools-sdk -> qt4-tools-nativesdk
meta-toolchain-qte:
* Fix for Poky directory structure
* Use "tar --owner=root" instead of fakeroot
* Remove angstrom-specific suffix
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta/recipes-qt/tasks/task-qte-toolchain-host.bb')
-rw-r--r-- | meta/recipes-qt/tasks/task-qte-toolchain-host.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-qt/tasks/task-qte-toolchain-host.bb b/meta/recipes-qt/tasks/task-qte-toolchain-host.bb new file mode 100644 index 0000000000..2ab6ccf6b9 --- /dev/null +++ b/meta/recipes-qt/tasks/task-qte-toolchain-host.bb | |||
@@ -0,0 +1,7 @@ | |||
1 | require recipes-core/tasks/task-sdk-host.bb | ||
2 | |||
3 | DESCRIPTION = "Host packages for Qt Embedded SDK" | ||
4 | LICENSE = "MIT" | ||
5 | ALLOW_EMPTY = "1" | ||
6 | |||
7 | RDEPENDS_${PN} += "qt4-tools-nativesdk" | ||