diff options
author | Eric Bénard <eric@eukrea.com> | 2013-01-11 14:51:25 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-16 11:57:31 +0000 |
commit | 880372e956e9ce362a5e44e3f9d01b22fc43fc43 (patch) | |
tree | 4b3f151d6b66d256ea9d3fb8ab85fe0a8372e5d6 /meta/recipes-qt/packagegroups/nativesdk-packagegroup-qte-toolchain-host.bb | |
parent | d66d8ae962b6bab43e70b54625c57aaba29d88eb (diff) | |
download | poky-880372e956e9ce362a5e44e3f9d01b22fc43fc43.tar.gz |
add meta-toolchain-qt
- this allows the creation of a SDK containing all the needed
libraries to develop QT4 for X applications
- the recipes were factorized to share as much code as possible
- binaries generated using the toolchain were run tested on an
ARMv7 target
- both qt & qte toolchains were build tested for qemuarm target
and for an ARMv7 target
(From OE-Core rev: cc803b06841e75aa6591abaeda0a788e888e208b)
Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt/packagegroups/nativesdk-packagegroup-qte-toolchain-host.bb')
-rw-r--r-- | meta/recipes-qt/packagegroups/nativesdk-packagegroup-qte-toolchain-host.bb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-qt/packagegroups/nativesdk-packagegroup-qte-toolchain-host.bb b/meta/recipes-qt/packagegroups/nativesdk-packagegroup-qte-toolchain-host.bb index a3c275fd97..eadecf519a 100644 --- a/meta/recipes-qt/packagegroups/nativesdk-packagegroup-qte-toolchain-host.bb +++ b/meta/recipes-qt/packagegroups/nativesdk-packagegroup-qte-toolchain-host.bb | |||
@@ -1,6 +1,3 @@ | |||
1 | require recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb | 1 | require nativesdk-packagegroup-qt-toolchain-host.inc |
2 | 2 | ||
3 | DESCRIPTION = "Host packages for Qt Embedded SDK" | 3 | DESCRIPTION = "Host packages for Qt Embedded SDK" |
4 | LICENSE = "MIT" | ||
5 | |||
6 | RDEPENDS_${PN} += "nativesdk-qt4-tools" | ||