From 880372e956e9ce362a5e44e3f9d01b22fc43fc43 Mon Sep 17 00:00:00 2001 From: Eric Bénard Date: Fri, 11 Jan 2013 14:51:25 +0100 Subject: add meta-toolchain-qt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- .../packagegroups/packagegroup-qt-toolchain-target.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.bb (limited to 'meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.bb') diff --git a/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.bb b/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.bb new file mode 100644 index 0000000000..738ca82a90 --- /dev/null +++ b/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Target packages for Qt SDK" + +QTLIBPREFIX = "" + +require packagegroup-qt-toolchain-target.inc + +RDEPENDS_${PN} += " \ + qt4-x11-free-dev \ + ${@base_contains('DISTRO_FEATURES', 'opengl', 'libqtopengl4-dev', '', d)} \ + ${@base_contains('DISTRO_FEATURES', 'openvg', 'libqtopenvg4-dev', '', d)} \ + " -- cgit v1.2.3-54-g00ecf