From: Jonathan Liu <net147@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-qt5][PATCH 2/2] packagegroup-qt5-toolchain-target: include all modules for development
Date: Sat, 1 Mar 2014 13:19:55 +1100 [thread overview]
Message-ID: <1393640395-9737-2-git-send-email-net147@gmail.com> (raw)
In-Reply-To: <1393640395-9737-1-git-send-email-net147@gmail.com>
This adds the necessary target packages for development with all of the
Qt 5 modules.
Signed-off-by: Jonathan Liu <net147@gmail.com>
---
.../packagegroup-qt5-toolchain-target.bb | 60 +++++++++++++++++-----
1 file changed, 46 insertions(+), 14 deletions(-)
diff --git a/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb b/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb
index 997df18..13cac33 100644
--- a/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb
+++ b/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb
@@ -11,30 +11,62 @@ PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"
USE_RUBY = " \
qtwebkit-mkspecs \
qtwebkit-dev \
+ qtwebkit-qmlplugins \
+"
+
+# Requires X11 to work
+USE_X11 = " \
+ qtx11extras-dev \
+ qtx11extras-mkspecs \
"
RDEPENDS_${PN} += " \
packagegroup-core-standalone-sdk-target \
libsqlite3-dev \
- qtbase-mkspecs \
- qtscript-mkspecs \
- qtxmlpatterns-mkspecs \
- qtdeclarative-mkspecs \
- qtsensors-mkspecs \
+ qt3d-dev \
qt3d-mkspecs \
- qtlocation-mkspecs \
- qtsvg-mkspecs \
+ qt3d-qmlplugins \
qtbase-dev \
+ qtbase-fonts \
+ qtbase-mkspecs \
+ qtbase-plugins \
+ qtbase-staticdev \
+ qtconnectivity-dev \
+ qtconnectivity-mkspecs \
+ qtconnectivity-qmlplugins \
qtdeclarative-dev \
- qtscript-dev \
- qt3d-dev \
+ qtdeclarative-mkspecs \
+ qtdeclarative-plugins \
+ qtdeclarative-qmlplugins \
+ qtdeclarative-staticdev \
+ qtgraphicaleffects-qmlplugins \
+ qtimageformats-dev \
+ qtimageformats-plugins \
qtlocation-dev \
+ qtlocation-mkspecs \
+ qtlocation-plugins \
+ qtlocation-qmlplugins \
+ qtquick1-dev \
+ qtquick1-mkspecs \
+ qtquick1-plugins \
+ qtquick1-qmlplugins \
+ qtquickcontrols-qmlplugins \
+ qtscript-dev \
+ qtscript-mkspecs \
qtsensors-dev \
+ qtsensors-mkspecs \
+ qtsensors-plugins \
+ qtsensors-qmlplugins \
+ qtserialport-dev \
+ qtserialport-mkspecs \
qtsvg-dev \
- qtxmlpatterns-dev \
- qtdeclarative-dev \
- qtdeclarative-plugins \
- qtdeclarative-qmlplugins \
- qtgraphicaleffects-dev \
+ qtsvg-mkspecs \
+ qtsvg-plugins \
+ qtsystems-dev \
+ qtsystems-mkspecs \
+ qtsystems-qmlplugins \
${@base_contains('BBFILE_COLLECTIONS', 'ruby-layer', '${USE_RUBY}', '', d)} \
+ ${@base_contains('DISTRO_FEATURES', 'x11', '${USE_X11}', '', d)} \
+ qtxmlpatterns-dev \
+ qtxmlpatterns-mkspecs \
"
--
1.9.0
next prev parent reply other threads:[~2014-03-01 2:15 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-01 2:19 [meta-qt5][PATCH 1/2] qtimageformats: allow empty qtimageformats package Jonathan Liu
2014-03-01 2:19 ` Jonathan Liu [this message]
2014-03-01 20:34 ` [meta-qt5][PATCH 2/2] packagegroup-qt5-toolchain-target: include all modules for development Otavio Salvador
2014-03-04 19:51 ` Denys Dmytriyenko
2014-03-05 11:48 ` Otavio Salvador
2014-03-01 20:31 ` [meta-qt5][PATCH 1/2] qtimageformats: allow empty qtimageformats package Otavio Salvador
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1393640395-9737-2-git-send-email-net147@gmail.com \
--to=net147@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.