Re: [oe] [meta-qt5][PATCH 2/2] packagegroup-qt5-toolchain-target: include all modules for development

2014-03-05 Thread Otavio Salvador
On Tue, Mar 4, 2014 at 4:51 PM, Denys Dmytriyenko de...@denix.org wrote:
 On Sat, Mar 01, 2014 at 05:34:22PM -0300, Otavio Salvador wrote:
 On Fri, Feb 28, 2014 at 11:19 PM, Jonathan Liu net...@gmail.com wrote:

  This adds the necessary target packages for development with all of the
  Qt 5 modules.
 
  Signed-off-by: Jonathan Liu net...@gmail.com
 

 I like it :)

 I like the X11 conditional, but what about the rest? We need some way to
 conditionally include things in the SDK...

I don't see a reasonable way for doing that, for now.

My goal is to make the SDK more flexible and allow it to be dynamic,
you can see a message I sent to OE-Core mailing list[1].

1. http://article.gmane.org/gmane.comp.handhelds.openembedded.core/48084

But I didn't get much feedback from this message.

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-qt5][PATCH 2/2] packagegroup-qt5-toolchain-target: include all modules for development

2014-03-01 Thread Otavio Salvador
On Fri, Feb 28, 2014 at 11:19 PM, Jonathan Liu net...@gmail.com wrote:

 This adds the necessary target packages for development with all of the
 Qt 5 modules.

 Signed-off-by: Jonathan Liu net...@gmail.com


I like it :)

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-qt5][PATCH 2/2] packagegroup-qt5-toolchain-target: include all modules for development

2014-02-28 Thread Jonathan Liu
This adds the necessary target packages for development with all of the
Qt 5 modules.

Signed-off-by: Jonathan Liu net...@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

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel