summaryrefslogtreecommitdiffstats
path: root/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc
diff options
context:
space:
mode:
authorEric Bénard <eric@eukrea.com>2013-01-11 14:51:25 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-16 11:57:31 +0000
commit880372e956e9ce362a5e44e3f9d01b22fc43fc43 (patch)
tree4b3f151d6b66d256ea9d3fb8ab85fe0a8372e5d6 /meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc
parentd66d8ae962b6bab43e70b54625c57aaba29d88eb (diff)
downloadpoky-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/packagegroup-qt-toolchain-target.inc')
-rw-r--r--meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc33
1 files changed, 33 insertions, 0 deletions
diff --git a/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc b/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc
new file mode 100644
index 0000000000..8413eecaa1
--- /dev/null
+++ b/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc
@@ -0,0 +1,33 @@
1LICENSE = "MIT"
2
3inherit packagegroup
4
5PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"
6
7RDEPENDS_${PN} += " \
8 packagegroup-core-standalone-sdk-target \
9 qt4${QTLIBPREFIX}-mkspecs \
10 libqt${QTLIBPREFIX}multimedia4-dev \
11 libqt${QTLIBPREFIX}phonon4-dev \
12 libqt${QTLIBPREFIX}3support4-dev \
13 libqt${QTLIBPREFIX}clucene4-dev \
14 libqt${QTLIBPREFIX}core4-dev \
15 libqt${QTLIBPREFIX}dbus4-dev \
16 libqt${QTLIBPREFIX}designercomponents4-dev \
17 libqt${QTLIBPREFIX}designer4-dev \
18 libqt${QTLIBPREFIX}uitools4-dev \
19 libqt${QTLIBPREFIX}gui4-dev \
20 libqt${QTLIBPREFIX}help4-dev \
21 libqt${QTLIBPREFIX}network4-dev \
22 libqt${QTLIBPREFIX}script4-dev \
23 libqt${QTLIBPREFIX}scripttools4-dev \
24 libqt${QTLIBPREFIX}sql4-dev \
25 libqt${QTLIBPREFIX}svg4-dev \
26 libqt${QTLIBPREFIX}test4-dev \
27 libqt${QTLIBPREFIX}webkit4-dev \
28 libqt${QTLIBPREFIX}xml4-dev \
29 libqt${QTLIBPREFIX}declarative4-dev \
30 libqt${QTLIBPREFIX}xmlpatterns4-dev \
31 libsqlite3-dev \
32 expat-dev \
33 "