All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-qt5][PATCH v2 00/31] Update Qt5-core recipes to 5.6.0
@ 2016-04-10 19:40 Andreas Müller
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 01/31] qtbase-native: update sources " Andreas Müller
                   ` (30 more replies)
  0 siblings, 31 replies; 40+ messages in thread
From: Andreas Müller @ 2016-04-10 19:40 UTC (permalink / raw)
  To: openembedded-devel

V1 -> V2: qtquick1 was already reporting 5.6.1. I made this mistake due to 
missing version tag in git repo. It was detected by depneding recipes
(qt-gstreamer) configutring with cmake and not properly finding qtquick1.

The following changes since commit d6fe20e6083d421cc6091892e1d302c46e2d075d:

  qtwebengine: enable ARMv7VE support (2016-03-07 13:09:55 +0100)

are available in the git repository at:

  https://github.com/schnitzeltony/meta-qt5.git qt5.6

for you to fetch changes up to a40bacb5dd0989623efb1d946a2bc5c829a313e0:

  qtquickcontrols2: initial add 5.6.0 (2016-04-10 14:10:54 +0200)

----------------------------------------------------------------
Andreas Müller (31):
      qtbase-native: update sources to 5.6.0
      qtwayland-native: update sources to 5.6.0
      qtbase: update sources to 5.6.0
      qtdeclarative: update sources to 5.6.0
      qttools: update sources to 5.6.0
      qtquickcontrols: update sources to 5.6.0
      qtsystems: update sources to 5.6.0
      qtscript: update sources to 5.6.0
      qtxmlpatterns: update sources to 5.6.0
      qtlocation: update sources to 5.6.0
      qtenginio: update sources to 5.6.0
      qtsensors: update sources to 5.6.0
      qtserialport: update sources to 5.6.0
      qtsvg: update sources to 5.6.0
      qtwebengine: update sources to 5.6.0
      qtwebkit: update sources to 5.6.0
      qtwebkit-examples: update sources to 5.6.0
      qtconnectivity: update sources to 5.6.0
      qtx11extras: update sources to 5.6.0
      qtwayland: update sources to 5.6.0
      qtgraphicaleffects: update sources to 5.6.0
      qtimageformats: update sources to 5.6.0
      qtwebsockets: update sources to 5.6.0
      qttranslations: update sources to 5.6.0
      qtmultimedia: update sources to 5.6.0
      qtwebchannel: update sources to 5.6.0
      qt3d: update sources to 5.6.0
      qtcanvas3d: update sources to 5.6.0
      qtquick1: update sources to 5.6.0
      qt5-git.inc: set packages version to 5.6.0
      qtquickcontrols2: initial add 5.6.0

 recipes-qt/qt5/qt3d_git.bb               |  2 +-
 recipes-qt/qt5/qt5-git.inc               |  2 +-
 recipes-qt/qt5/qtbase-native_git.bb      |  2 +-
 recipes-qt/qt5/qtbase_git.bb             |  2 +-
 recipes-qt/qt5/qtcanvas3d_git.bb         |  2 +-
 recipes-qt/qt5/qtconnectivity_git.bb     |  2 +-
 recipes-qt/qt5/qtdeclarative_git.bb      |  2 +-
 recipes-qt/qt5/qtenginio_git.bb          |  2 +-
 recipes-qt/qt5/qtgraphicaleffects_git.bb |  2 +-
 recipes-qt/qt5/qtimageformats_git.bb     |  2 +-
 recipes-qt/qt5/qtlocation_git.bb         |  2 +-
 recipes-qt/qt5/qtmultimedia_git.bb       |  2 +-
 recipes-qt/qt5/qtquick1_git.bb           |  4 ++--
 recipes-qt/qt5/qtquickcontrols2_git.bb   | 15 +++++++++++++++
 recipes-qt/qt5/qtquickcontrols_git.bb    |  2 +-
 recipes-qt/qt5/qtscript_git.bb           |  2 +-
 recipes-qt/qt5/qtsensors_git.bb          |  2 +-
 recipes-qt/qt5/qtserialport_git.bb       |  2 +-
 recipes-qt/qt5/qtsvg_git.bb              |  2 +-
 recipes-qt/qt5/qtsystems_git.bb          |  2 +-
 recipes-qt/qt5/qttools_git.bb            |  2 +-
 recipes-qt/qt5/qttranslations_git.bb     |  2 +-
 recipes-qt/qt5/qtwayland-native_git.bb   |  2 +-
 recipes-qt/qt5/qtwayland_git.bb          |  2 +-
 recipes-qt/qt5/qtwebchannel_git.bb       |  2 +-
 recipes-qt/qt5/qtwebengine_git.bb        |  4 ++--
 recipes-qt/qt5/qtwebkit-examples_git.bb  |  2 +-
 recipes-qt/qt5/qtwebkit_git.bb           |  2 +-
 recipes-qt/qt5/qtwebsockets_git.bb       |  2 +-
 recipes-qt/qt5/qtx11extras_git.bb        |  2 +-
 recipes-qt/qt5/qtxmlpatterns_git.bb      |  2 +-
 31 files changed, 47 insertions(+), 32 deletions(-)
 create mode 100644 recipes-qt/qt5/qtquickcontrols2_git.bb

-- 
2.5.5



^ permalink raw reply	[flat|nested] 40+ messages in thread

* [meta-qt5][PATCH v2 01/31] qtbase-native: update sources to 5.6.0
  2016-04-10 19:40 [meta-qt5][PATCH v2 00/31] Update Qt5-core recipes to 5.6.0 Andreas Müller
@ 2016-04-10 19:41 ` Andreas Müller
  2016-04-12 10:22   ` Martin Jansa
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 02/31] qtwayland-native: " Andreas Müller
                   ` (29 subsequent siblings)
  30 siblings, 1 reply; 40+ messages in thread
From: Andreas Müller @ 2016-04-10 19:41 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 recipes-qt/qt5/qtbase-native_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-qt/qt5/qtbase-native_git.bb b/recipes-qt/qt5/qtbase-native_git.bb
index 057edd4..0dba556 100644
--- a/recipes-qt/qt5/qtbase-native_git.bb
+++ b/recipes-qt/qt5/qtbase-native_git.bb
@@ -117,4 +117,4 @@ do_install() {
     ln -sf syncqt.pl ${D}${OE_QMAKE_PATH_QT_BINS}/syncqt
 }
 
-SRCREV = "41706400f605524a5a9953714aa0cfbf811dba7e"
+SRCREV = "d0cdc7ad1e2728caf363abf328b2ad81f2ed5a5b"
-- 
2.5.5



^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [meta-qt5][PATCH v2 02/31] qtwayland-native: update sources to 5.6.0
  2016-04-10 19:40 [meta-qt5][PATCH v2 00/31] Update Qt5-core recipes to 5.6.0 Andreas Müller
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 01/31] qtbase-native: update sources " Andreas Müller
@ 2016-04-10 19:41 ` Andreas Müller
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 03/31] qtbase: " Andreas Müller
                   ` (28 subsequent siblings)
  30 siblings, 0 replies; 40+ messages in thread
From: Andreas Müller @ 2016-04-10 19:41 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 recipes-qt/qt5/qtwayland-native_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-qt/qt5/qtwayland-native_git.bb b/recipes-qt/qt5/qtwayland-native_git.bb
index b164a67..a094419 100644
--- a/recipes-qt/qt5/qtwayland-native_git.bb
+++ b/recipes-qt/qt5/qtwayland-native_git.bb
@@ -25,4 +25,4 @@ do_install() {
     oe_runmake install INSTALL_ROOT=${D}
 }
 
-SRCREV = "bebe9beff3e9874498474cec32634cf281ddc453"
+SRCREV = "29b8bd8b1117589341110502fe516bf22c920747"
-- 
2.5.5



^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [meta-qt5][PATCH v2 03/31] qtbase: update sources to 5.6.0
  2016-04-10 19:40 [meta-qt5][PATCH v2 00/31] Update Qt5-core recipes to 5.6.0 Andreas Müller
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 01/31] qtbase-native: update sources " Andreas Müller
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 02/31] qtwayland-native: " Andreas Müller
@ 2016-04-10 19:41 ` Andreas Müller
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 04/31] qtdeclarative: " Andreas Müller
                   ` (27 subsequent siblings)
  30 siblings, 0 replies; 40+ messages in thread
From: Andreas Müller @ 2016-04-10 19:41 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 recipes-qt/qt5/qtbase_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb
index bf56741..e9a9051 100644
--- a/recipes-qt/qt5/qtbase_git.bb
+++ b/recipes-qt/qt5/qtbase_git.bb
@@ -261,4 +261,4 @@ sysroot_stage_dirs_append() {
     rm -rf $to${OE_QMAKE_PATH_QT_FONTS}
 }
 
-SRCREV = "41706400f605524a5a9953714aa0cfbf811dba7e"
+SRCREV = "d0cdc7ad1e2728caf363abf328b2ad81f2ed5a5b"
-- 
2.5.5



^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [meta-qt5][PATCH v2 04/31] qtdeclarative: update sources to 5.6.0
  2016-04-10 19:40 [meta-qt5][PATCH v2 00/31] Update Qt5-core recipes to 5.6.0 Andreas Müller
                   ` (2 preceding siblings ...)
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 03/31] qtbase: " Andreas Müller
@ 2016-04-10 19:41 ` Andreas Müller
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 05/31] qttools: " Andreas Müller
                   ` (26 subsequent siblings)
  30 siblings, 0 replies; 40+ messages in thread
From: Andreas Müller @ 2016-04-10 19:41 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 recipes-qt/qt5/qtdeclarative_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-qt/qt5/qtdeclarative_git.bb b/recipes-qt/qt5/qtdeclarative_git.bb
index 93442fb..64722bb 100644
--- a/recipes-qt/qt5/qtdeclarative_git.bb
+++ b/recipes-qt/qt5/qtdeclarative_git.bb
@@ -33,6 +33,6 @@ do_configure_prepend() {
 
 EXTRA_QMAKEVARS_PRE += "${@base_contains('PACKAGECONFIG', 'qtxmlpatterns', 'CONFIG+=OE_QTXMLPATTERNS_ENABLED', '', d)}"
 
-SRCREV = "0fab5761d5428aa708edd66e40fc3c449adc4b11"
+SRCREV = "dc558b69f083c89aa8c02952e5f167405939a61a"
 
 BBCLASSEXTEND =+ "native nativesdk"
-- 
2.5.5



^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [meta-qt5][PATCH v2 05/31] qttools: update sources to 5.6.0
  2016-04-10 19:40 [meta-qt5][PATCH v2 00/31] Update Qt5-core recipes to 5.6.0 Andreas Müller
                   ` (3 preceding siblings ...)
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 04/31] qtdeclarative: " Andreas Müller
@ 2016-04-10 19:41 ` Andreas Müller
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 06/31] qtquickcontrols: " Andreas Müller
                   ` (25 subsequent siblings)
  30 siblings, 0 replies; 40+ messages in thread
From: Andreas Müller @ 2016-04-10 19:41 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 recipes-qt/qt5/qttools_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-qt/qt5/qttools_git.bb b/recipes-qt/qt5/qttools_git.bb
index 8991633..afa4f79 100644
--- a/recipes-qt/qt5/qttools_git.bb
+++ b/recipes-qt/qt5/qttools_git.bb
@@ -31,6 +31,6 @@ PACKAGECONFIG[qtwebkit] = ",,qtwebkit"
 EXTRA_QMAKEVARS_PRE += "${@base_contains('PACKAGECONFIG', 'qtwebkit', '', 'CONFIG+=noqtwebkit', d)}"
 EXTRA_QMAKEVARS_PRE += "${@base_contains('PACKAGECONFIG', 'linguistonly', 'CONFIG+=linguistonly', '', d)}"
 
-SRCREV = "05206b44cf25ca6a895cc9a8716f2b7f2f14191f"
+SRCREV = "9904992dc4eb9a5958fcfbac238374ff38498143"
 
 BBCLASSEXTEND = "native nativesdk"
-- 
2.5.5



^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [meta-qt5][PATCH v2 06/31] qtquickcontrols: update sources to 5.6.0
  2016-04-10 19:40 [meta-qt5][PATCH v2 00/31] Update Qt5-core recipes to 5.6.0 Andreas Müller
                   ` (4 preceding siblings ...)
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 05/31] qttools: " Andreas Müller
@ 2016-04-10 19:41 ` Andreas Müller
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 07/31] qtsystems: " Andreas Müller
                   ` (24 subsequent siblings)
  30 siblings, 0 replies; 40+ messages in thread
From: Andreas Müller @ 2016-04-10 19:41 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 recipes-qt/qt5/qtquickcontrols_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-qt/qt5/qtquickcontrols_git.bb b/recipes-qt/qt5/qtquickcontrols_git.bb
index 1e25d6e..900b57d 100644
--- a/recipes-qt/qt5/qtquickcontrols_git.bb
+++ b/recipes-qt/qt5/qtquickcontrols_git.bb
@@ -13,4 +13,4 @@ DEPENDS += "qtdeclarative"
 
 RDEPENDS_${PN}-dev = ""
 
-SRCREV = "93d06fb27d7eae9290db33b6684916a225939f0b"
+SRCREV = "85c2d2cce4c7d49bc425ccd0be2bbd9841b7e79b"
-- 
2.5.5



^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [meta-qt5][PATCH v2 07/31] qtsystems: update sources to 5.6.0
  2016-04-10 19:40 [meta-qt5][PATCH v2 00/31] Update Qt5-core recipes to 5.6.0 Andreas Müller
                   ` (5 preceding siblings ...)
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 06/31] qtquickcontrols: " Andreas Müller
@ 2016-04-10 19:41 ` Andreas Müller
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 08/31] qtscript: " Andreas Müller
                   ` (23 subsequent siblings)
  30 siblings, 0 replies; 40+ messages in thread
From: Andreas Müller @ 2016-04-10 19:41 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 recipes-qt/qt5/qtsystems_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-qt/qt5/qtsystems_git.bb b/recipes-qt/qt5/qtsystems_git.bb
index 868e051..f0131c1 100644
--- a/recipes-qt/qt5/qtsystems_git.bb
+++ b/recipes-qt/qt5/qtsystems_git.bb
@@ -33,4 +33,4 @@ QT_MODULE_BRANCH = "dev"
 # qtsystems wasn't released yet, last tag before this SRCREV is 5.0.0-beta1
 # qt5-git PV is only to indicate that this recipe is compatible with qt5 5.6
 
-SRCREV = "cc2077700bd5503d1fcf53aef83cbb76975e745a"
+SRCREV = "236b6b544fd2049eb46e8f79d13bb7aa35ba002f"
-- 
2.5.5



^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [meta-qt5][PATCH v2 08/31] qtscript: update sources to 5.6.0
  2016-04-10 19:40 [meta-qt5][PATCH v2 00/31] Update Qt5-core recipes to 5.6.0 Andreas Müller
                   ` (6 preceding siblings ...)
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 07/31] qtsystems: " Andreas Müller
@ 2016-04-10 19:41 ` Andreas Müller
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 09/31] qtxmlpatterns: " Andreas Müller
                   ` (22 subsequent siblings)
  30 siblings, 0 replies; 40+ messages in thread
From: Andreas Müller @ 2016-04-10 19:41 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 recipes-qt/qt5/qtscript_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-qt/qt5/qtscript_git.bb b/recipes-qt/qt5/qtscript_git.bb
index 32f6ebf..eea6911 100644
--- a/recipes-qt/qt5/qtscript_git.bb
+++ b/recipes-qt/qt5/qtscript_git.bb
@@ -27,4 +27,4 @@ ARM_INSTRUCTION_SET_armv5 = "arm"
 
 DEPENDS += "qtbase"
 
-SRCREV = "a5e814fd8809dd6a8a3c3efd4b911b36e3325a2a"
+SRCREV = "a70f6a1b9599931fccd13b15a1700e61137f7e72"
-- 
2.5.5



^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [meta-qt5][PATCH v2 09/31] qtxmlpatterns: update sources to 5.6.0
  2016-04-10 19:40 [meta-qt5][PATCH v2 00/31] Update Qt5-core recipes to 5.6.0 Andreas Müller
                   ` (7 preceding siblings ...)
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 08/31] qtscript: " Andreas Müller
@ 2016-04-10 19:41 ` Andreas Müller
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 10/31] qtlocation: " Andreas Müller
                   ` (21 subsequent siblings)
  30 siblings, 0 replies; 40+ messages in thread
From: Andreas Müller @ 2016-04-10 19:41 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 recipes-qt/qt5/qtxmlpatterns_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-qt/qt5/qtxmlpatterns_git.bb b/recipes-qt/qt5/qtxmlpatterns_git.bb
index c424562..2f24933 100644
--- a/recipes-qt/qt5/qtxmlpatterns_git.bb
+++ b/recipes-qt/qt5/qtxmlpatterns_git.bb
@@ -13,6 +13,6 @@ LIC_FILES_CHKSUM = " \
 
 DEPENDS += "qtbase"
 
-SRCREV = "a8d103a05bc195dd045779f3aebdf67bd0140df1"
+SRCREV = "de2dadb8af67f9d425c3a8d2353a7d5b07588915"
 
 BBCLASSEXTEND =+ "native nativesdk"
-- 
2.5.5



^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [meta-qt5][PATCH v2 10/31] qtlocation: update sources to 5.6.0
  2016-04-10 19:40 [meta-qt5][PATCH v2 00/31] Update Qt5-core recipes to 5.6.0 Andreas Müller
                   ` (8 preceding siblings ...)
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 09/31] qtxmlpatterns: " Andreas Müller
@ 2016-04-10 19:41 ` Andreas Müller
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 11/31] qtenginio: " Andreas Müller
                   ` (20 subsequent siblings)
  30 siblings, 0 replies; 40+ messages in thread
From: Andreas Müller @ 2016-04-10 19:41 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 recipes-qt/qt5/qtlocation_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-qt/qt5/qtlocation_git.bb b/recipes-qt/qt5/qtlocation_git.bb
index 5072903..2ee747f 100644
--- a/recipes-qt/qt5/qtlocation_git.bb
+++ b/recipes-qt/qt5/qtlocation_git.bb
@@ -29,4 +29,4 @@ do_configure_prepend() {
 EXTRA_QMAKEVARS_PRE += "${@base_contains('PACKAGECONFIG', 'geoclue', 'CONFIG+=OE_GEOCLUE_ENABLED', '', d)}"
 EXTRA_QMAKEVARS_PRE += "${@base_contains('PACKAGECONFIG', 'gypsy', 'CONFIG+=OE_GYPSY_ENABLED', '', d)}"
 
-SRCREV = "03163a3c9129b7f982b690e750056506c3d06b41"
+SRCREV = "ca4bce553d03a64fa119650990083267ea9c8d31"
-- 
2.5.5



^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [meta-qt5][PATCH v2 11/31] qtenginio: update sources to 5.6.0
  2016-04-10 19:40 [meta-qt5][PATCH v2 00/31] Update Qt5-core recipes to 5.6.0 Andreas Müller
                   ` (9 preceding siblings ...)
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 10/31] qtlocation: " Andreas Müller
@ 2016-04-10 19:41 ` Andreas Müller
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 12/31] qtsensors: " Andreas Müller
                   ` (19 subsequent siblings)
  30 siblings, 0 replies; 40+ messages in thread
From: Andreas Müller @ 2016-04-10 19:41 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 recipes-qt/qt5/qtenginio_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-qt/qt5/qtenginio_git.bb b/recipes-qt/qt5/qtenginio_git.bb
index 5590abd..23b9417 100644
--- a/recipes-qt/qt5/qtenginio_git.bb
+++ b/recipes-qt/qt5/qtenginio_git.bb
@@ -11,4 +11,4 @@ LIC_FILES_CHKSUM = " \
 
 DEPENDS += "qtbase qtdeclarative qtxmlpatterns"
 
-SRCREV = "60a135102aaa37d0d817883e4d6aed456372709d"
+SRCREV = "2a19257a5eef7a25a05d5cf7ea69ecc4184226f3"
-- 
2.5.5



^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [meta-qt5][PATCH v2 12/31] qtsensors: update sources to 5.6.0
  2016-04-10 19:40 [meta-qt5][PATCH v2 00/31] Update Qt5-core recipes to 5.6.0 Andreas Müller
                   ` (10 preceding siblings ...)
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 11/31] qtenginio: " Andreas Müller
@ 2016-04-10 19:41 ` Andreas Müller
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 13/31] qtserialport: " Andreas Müller
                   ` (18 subsequent siblings)
  30 siblings, 0 replies; 40+ messages in thread
From: Andreas Müller @ 2016-04-10 19:41 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 recipes-qt/qt5/qtsensors_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-qt/qt5/qtsensors_git.bb b/recipes-qt/qt5/qtsensors_git.bb
index 4fbd15b..6f2f1a3 100644
--- a/recipes-qt/qt5/qtsensors_git.bb
+++ b/recipes-qt/qt5/qtsensors_git.bb
@@ -15,4 +15,4 @@ LIC_FILES_CHKSUM = " \
 
 DEPENDS += "qtbase qtdeclarative"
 
-SRCREV = "fbaca62cd0a7309f04bf82101c8e20dbbf423192"
+SRCREV = "7197e7f4b385315cb241043495cbfad58deb911a"
-- 
2.5.5



^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [meta-qt5][PATCH v2 13/31] qtserialport: update sources to 5.6.0
  2016-04-10 19:40 [meta-qt5][PATCH v2 00/31] Update Qt5-core recipes to 5.6.0 Andreas Müller
                   ` (11 preceding siblings ...)
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 12/31] qtsensors: " Andreas Müller
@ 2016-04-10 19:41 ` Andreas Müller
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 14/31] qtsvg: " Andreas Müller
                   ` (17 subsequent siblings)
  30 siblings, 0 replies; 40+ messages in thread
From: Andreas Müller @ 2016-04-10 19:41 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 recipes-qt/qt5/qtserialport_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-qt/qt5/qtserialport_git.bb b/recipes-qt/qt5/qtserialport_git.bb
index f32a8e1..0d1133d 100644
--- a/recipes-qt/qt5/qtserialport_git.bb
+++ b/recipes-qt/qt5/qtserialport_git.bb
@@ -15,4 +15,4 @@ LIC_FILES_CHKSUM = " \
 
 DEPENDS += "qtbase"
 
-SRCREV = "02e4a66a8bd9ce4d2f7f8c89cd1bddf4b6385b5f"
+SRCREV = "03d492e49e74eefa1c83e37e833d862f4b9f1e45"
-- 
2.5.5



^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [meta-qt5][PATCH v2 14/31] qtsvg: update sources to 5.6.0
  2016-04-10 19:40 [meta-qt5][PATCH v2 00/31] Update Qt5-core recipes to 5.6.0 Andreas Müller
                   ` (12 preceding siblings ...)
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 13/31] qtserialport: " Andreas Müller
@ 2016-04-10 19:41 ` Andreas Müller
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 15/31] qtwebengine: " Andreas Müller
                   ` (16 subsequent siblings)
  30 siblings, 0 replies; 40+ messages in thread
From: Andreas Müller @ 2016-04-10 19:41 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 recipes-qt/qt5/qtsvg_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-qt/qt5/qtsvg_git.bb b/recipes-qt/qt5/qtsvg_git.bb
index d2699f7..83abbe6 100644
--- a/recipes-qt/qt5/qtsvg_git.bb
+++ b/recipes-qt/qt5/qtsvg_git.bb
@@ -13,6 +13,6 @@ LIC_FILES_CHKSUM = " \
 
 DEPENDS += "qtbase"
 
-SRCREV = "a9ac71a443260de66f720f0184646847b03fcb46"
+SRCREV = "38777ea7451d55e9c3d32d88d46063016013f60c"
 
 SRC_URI += "file://0001-textobject.pro-use-DEPLOYMENT-only-for-wince-like-ot.patch"
-- 
2.5.5



^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [meta-qt5][PATCH v2 15/31] qtwebengine: update sources to 5.6.0
  2016-04-10 19:40 [meta-qt5][PATCH v2 00/31] Update Qt5-core recipes to 5.6.0 Andreas Müller
                   ` (13 preceding siblings ...)
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 14/31] qtsvg: " Andreas Müller
@ 2016-04-10 19:41 ` Andreas Müller
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 16/31] qtwebkit: " Andreas Müller
                   ` (15 subsequent siblings)
  30 siblings, 0 replies; 40+ messages in thread
From: Andreas Müller @ 2016-04-10 19:41 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 recipes-qt/qt5/qtwebengine_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb
index 8f5276f..af5478a 100644
--- a/recipes-qt/qt5/qtwebengine_git.bb
+++ b/recipes-qt/qt5/qtwebengine_git.bb
@@ -119,8 +119,8 @@ SRC_URI += " \
     file://0002-chromium-Change-false-to-FALSE-and-1-to-TRUE-FIX-qtw.patch \
 "
 
-SRCREV_qtwebengine = "3f02c25de46f5ff296b8189af3435ce5800b39a7"
-SRCREV_chromium = "779a2388fc123a7f3a178ce2ced921ee4a307e2c"
+SRCREV_qtwebengine = "5c4ae298b0a3d75c4c5ea8aef0595914ab25607f"
+SRCREV_chromium = "cbe3845eff59c2d1726ed3dc0f934f7f483a1271"
 SRCREV = "${SRCREV_qtwebengine}"
 
 SRCREV_FORMAT = "qtwebengine_chromium"
-- 
2.5.5



^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [meta-qt5][PATCH v2 16/31] qtwebkit: update sources to 5.6.0
  2016-04-10 19:40 [meta-qt5][PATCH v2 00/31] Update Qt5-core recipes to 5.6.0 Andreas Müller
                   ` (14 preceding siblings ...)
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 15/31] qtwebengine: " Andreas Müller
@ 2016-04-10 19:41 ` Andreas Müller
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 17/31] qtwebkit-examples: " Andreas Müller
                   ` (14 subsequent siblings)
  30 siblings, 0 replies; 40+ messages in thread
From: Andreas Müller @ 2016-04-10 19:41 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 recipes-qt/qt5/qtwebkit_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-qt/qt5/qtwebkit_git.bb b/recipes-qt/qt5/qtwebkit_git.bb
index 04cefad..3f59ba0 100644
--- a/recipes-qt/qt5/qtwebkit_git.bb
+++ b/recipes-qt/qt5/qtwebkit_git.bb
@@ -72,4 +72,4 @@ PACKAGES_remove = "${PN}-examples-dev ${PN}-examples-staticdev ${PN}-examples-db
 RUBY_SYS = "${@ '${BUILD_SYS}'.replace('i486', 'i386').replace('i586', 'i386').replace('i686', 'i386') }"
 export RUBYLIB="${STAGING_DATADIR_NATIVE}/rubygems:${STAGING_LIBDIR_NATIVE}/ruby:${STAGING_LIBDIR_NATIVE}/ruby/${RUBY_SYS}"
 
-SRCREV = "d2ff5a085572b1ee24dcb42ae107063f3142d14e"
+SRCREV = "be8e169ba38c84562194906047d0da04bf3ae91a"
-- 
2.5.5



^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [meta-qt5][PATCH v2 17/31] qtwebkit-examples: update sources to 5.6.0
  2016-04-10 19:40 [meta-qt5][PATCH v2 00/31] Update Qt5-core recipes to 5.6.0 Andreas Müller
                   ` (15 preceding siblings ...)
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 16/31] qtwebkit: " Andreas Müller
@ 2016-04-10 19:41 ` Andreas Müller
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 18/31] qtconnectivity: " Andreas Müller
                   ` (13 subsequent siblings)
  30 siblings, 0 replies; 40+ messages in thread
From: Andreas Müller @ 2016-04-10 19:41 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 recipes-qt/qt5/qtwebkit-examples_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-qt/qt5/qtwebkit-examples_git.bb b/recipes-qt/qt5/qtwebkit-examples_git.bb
index 63d02fa..a0d4e9f 100644
--- a/recipes-qt/qt5/qtwebkit-examples_git.bb
+++ b/recipes-qt/qt5/qtwebkit-examples_git.bb
@@ -19,4 +19,4 @@ DEPENDS += "qtwebkit qtxmlpatterns"
 RDEPENDS_${PN}-examples += "qtwebkit-qmlplugins"
 RDEPENDS_${PN}-examples += "${@base_contains('PACKAGECONFIG_OPENSSL', 'openssl', 'ca-certificates', '', d)}"
 
-SRCREV = "1b9a0fc9d1ded4f4f11b04eb0bb7d1de82d6eb34"
+SRCREV = "7988aecdbcb07f3a214c2c804a39db3fc5617844"
-- 
2.5.5



^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [meta-qt5][PATCH v2 18/31] qtconnectivity: update sources to 5.6.0
  2016-04-10 19:40 [meta-qt5][PATCH v2 00/31] Update Qt5-core recipes to 5.6.0 Andreas Müller
                   ` (16 preceding siblings ...)
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 17/31] qtwebkit-examples: " Andreas Müller
@ 2016-04-10 19:41 ` Andreas Müller
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 19/31] qtx11extras: " Andreas Müller
                   ` (12 subsequent siblings)
  30 siblings, 0 replies; 40+ messages in thread
From: Andreas Müller @ 2016-04-10 19:41 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 recipes-qt/qt5/qtconnectivity_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-qt/qt5/qtconnectivity_git.bb b/recipes-qt/qt5/qtconnectivity_git.bb
index cf6d3c5..e311384 100644
--- a/recipes-qt/qt5/qtconnectivity_git.bb
+++ b/recipes-qt/qt5/qtconnectivity_git.bb
@@ -25,4 +25,4 @@ do_configure_prepend() {
     sed -i 's/^qtCompileTest(bluez)/OE_BLUEZ_ENABLED:qtCompileTest(bluez)/g' ${S}/qtconnectivity.pro
 }
 
-SRCREV = "dec32076b9153febc575a0418af702f8cb400258"
+SRCREV = "8b550f0a7508ed413cded71a20485e61010b0aa3"
-- 
2.5.5



^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [meta-qt5][PATCH v2 19/31] qtx11extras: update sources to 5.6.0
  2016-04-10 19:40 [meta-qt5][PATCH v2 00/31] Update Qt5-core recipes to 5.6.0 Andreas Müller
                   ` (17 preceding siblings ...)
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 18/31] qtconnectivity: " Andreas Müller
@ 2016-04-10 19:41 ` Andreas Müller
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 20/31] qtwayland: " Andreas Müller
                   ` (11 subsequent siblings)
  30 siblings, 0 replies; 40+ messages in thread
From: Andreas Müller @ 2016-04-10 19:41 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 recipes-qt/qt5/qtx11extras_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-qt/qt5/qtx11extras_git.bb b/recipes-qt/qt5/qtx11extras_git.bb
index 0ae8e4a..ac33fb2 100644
--- a/recipes-qt/qt5/qtx11extras_git.bb
+++ b/recipes-qt/qt5/qtx11extras_git.bb
@@ -13,4 +13,4 @@ LIC_FILES_CHKSUM = " \
 
 DEPENDS += "qtbase"
 
-SRCREV = "5df9fa8f3a7209c067a5d5068776b9aa52273d3b"
+SRCREV = "d64ee96f0df4d3baa6959b8552bc59d53cb0b451"
-- 
2.5.5



^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [meta-qt5][PATCH v2 20/31] qtwayland: update sources to 5.6.0
  2016-04-10 19:40 [meta-qt5][PATCH v2 00/31] Update Qt5-core recipes to 5.6.0 Andreas Müller
                   ` (18 preceding siblings ...)
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 19/31] qtx11extras: " Andreas Müller
@ 2016-04-10 19:41 ` Andreas Müller
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 21/31] qtgraphicaleffects: " Andreas Müller
                   ` (10 subsequent siblings)
  30 siblings, 0 replies; 40+ messages in thread
From: Andreas Müller @ 2016-04-10 19:41 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 recipes-qt/qt5/qtwayland_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-qt/qt5/qtwayland_git.bb b/recipes-qt/qt5/qtwayland_git.bb
index 78d8a3e..a5e3abe 100644
--- a/recipes-qt/qt5/qtwayland_git.bb
+++ b/recipes-qt/qt5/qtwayland_git.bb
@@ -36,4 +36,4 @@ SRC_URI += " \
     file://0001-examples-wayland-include-server-buffer-only-when-bui.patch \
 "
 
-SRCREV = "bebe9beff3e9874498474cec32634cf281ddc453"
+SRCREV = "29b8bd8b1117589341110502fe516bf22c920747"
-- 
2.5.5



^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [meta-qt5][PATCH v2 21/31] qtgraphicaleffects: update sources to 5.6.0
  2016-04-10 19:40 [meta-qt5][PATCH v2 00/31] Update Qt5-core recipes to 5.6.0 Andreas Müller
                   ` (19 preceding siblings ...)
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 20/31] qtwayland: " Andreas Müller
@ 2016-04-10 19:41 ` Andreas Müller
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 22/31] qtimageformats: " Andreas Müller
                   ` (9 subsequent siblings)
  30 siblings, 0 replies; 40+ messages in thread
From: Andreas Müller @ 2016-04-10 19:41 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 recipes-qt/qt5/qtgraphicaleffects_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-qt/qt5/qtgraphicaleffects_git.bb b/recipes-qt/qt5/qtgraphicaleffects_git.bb
index c35cc80..7d9636c 100644
--- a/recipes-qt/qt5/qtgraphicaleffects_git.bb
+++ b/recipes-qt/qt5/qtgraphicaleffects_git.bb
@@ -17,4 +17,4 @@ DEPENDS += "qtdeclarative"
 
 RDEPENDS_${PN}-dev = ""
 
-SRCREV = "24f3fd69a2e953619c48b4a632262ce8419fee40"
+SRCREV = "4b8e9a348ca379b203c26ff14dd236267dd60646"
-- 
2.5.5



^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [meta-qt5][PATCH v2 22/31] qtimageformats: update sources to 5.6.0
  2016-04-10 19:40 [meta-qt5][PATCH v2 00/31] Update Qt5-core recipes to 5.6.0 Andreas Müller
                   ` (20 preceding siblings ...)
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 21/31] qtgraphicaleffects: " Andreas Müller
@ 2016-04-10 19:41 ` Andreas Müller
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 23/31] qtwebsockets: " Andreas Müller
                   ` (8 subsequent siblings)
  30 siblings, 0 replies; 40+ messages in thread
From: Andreas Müller @ 2016-04-10 19:41 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 recipes-qt/qt5/qtimageformats_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-qt/qt5/qtimageformats_git.bb b/recipes-qt/qt5/qtimageformats_git.bb
index b49940b..0a97f12 100644
--- a/recipes-qt/qt5/qtimageformats_git.bb
+++ b/recipes-qt/qt5/qtimageformats_git.bb
@@ -28,4 +28,4 @@ EXTRA_QMAKEVARS_PRE += "${@base_contains('PACKAGECONFIG', 'jasper', 'CONFIG+=OE_
 EXTRA_QMAKEVARS_PRE += "${@base_contains('PACKAGECONFIG', 'libtiff', 'CONFIG+=OE_LIBTIFF_ENABLED', '', d)}"
 EXTRA_QMAKEVARS_PRE += "${@base_contains('PACKAGECONFIG', 'libwebp', 'CONFIG+=OE_LIBWEBP_ENABLED', '', d)}"
 
-SRCREV = "58f19cf8d51e06f1781f3142e6d872e5feb0690e"
+SRCREV = "0bd46d5861fa7b48c87cd3a734d00671df929869"
-- 
2.5.5



^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [meta-qt5][PATCH v2 23/31] qtwebsockets: update sources to 5.6.0
  2016-04-10 19:40 [meta-qt5][PATCH v2 00/31] Update Qt5-core recipes to 5.6.0 Andreas Müller
                   ` (21 preceding siblings ...)
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 22/31] qtimageformats: " Andreas Müller
@ 2016-04-10 19:41 ` Andreas Müller
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 24/31] qttranslations: " Andreas Müller
                   ` (7 subsequent siblings)
  30 siblings, 0 replies; 40+ messages in thread
From: Andreas Müller @ 2016-04-10 19:41 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 recipes-qt/qt5/qtwebsockets_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-qt/qt5/qtwebsockets_git.bb b/recipes-qt/qt5/qtwebsockets_git.bb
index fbce6be..cac3884 100644
--- a/recipes-qt/qt5/qtwebsockets_git.bb
+++ b/recipes-qt/qt5/qtwebsockets_git.bb
@@ -11,4 +11,4 @@ LIC_FILES_CHKSUM = " \
 
 DEPENDS += "qtbase qtdeclarative"
 
-SRCREV = "2d8c94cf11097b61689757f8a0162bb7dd9d7d0b"
+SRCREV = "88946bbe209cb6148b4a3284077bb9a06c7bc1ef"
-- 
2.5.5



^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [meta-qt5][PATCH v2 24/31] qttranslations: update sources to 5.6.0
  2016-04-10 19:40 [meta-qt5][PATCH v2 00/31] Update Qt5-core recipes to 5.6.0 Andreas Müller
                   ` (22 preceding siblings ...)
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 23/31] qtwebsockets: " Andreas Müller
@ 2016-04-10 19:41 ` Andreas Müller
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 25/31] qtmultimedia: " Andreas Müller
                   ` (6 subsequent siblings)
  30 siblings, 0 replies; 40+ messages in thread
From: Andreas Müller @ 2016-04-10 19:41 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 recipes-qt/qt5/qttranslations_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-qt/qt5/qttranslations_git.bb b/recipes-qt/qt5/qttranslations_git.bb
index 7908a3e..cc84755 100644
--- a/recipes-qt/qt5/qttranslations_git.bb
+++ b/recipes-qt/qt5/qttranslations_git.bb
@@ -114,4 +114,4 @@ FILES_${PN}-qt = " \
     ${OE_QMAKE_PATH_TRANSLATIONS}/qt_*.qm \
 "
 
-SRCREV = "ce85e4ee4ee22e5dea3b44707a27dab44319708e"
+SRCREV = "41d212290c3822b8eef151785d89ac5f5b246bde"
-- 
2.5.5



^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [meta-qt5][PATCH v2 25/31] qtmultimedia: update sources to 5.6.0
  2016-04-10 19:40 [meta-qt5][PATCH v2 00/31] Update Qt5-core recipes to 5.6.0 Andreas Müller
                   ` (23 preceding siblings ...)
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 24/31] qttranslations: " Andreas Müller
@ 2016-04-10 19:41 ` Andreas Müller
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 26/31] qtwebchannel: " Andreas Müller
                   ` (5 subsequent siblings)
  30 siblings, 0 replies; 40+ messages in thread
From: Andreas Müller @ 2016-04-10 19:41 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 recipes-qt/qt5/qtmultimedia_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-qt/qt5/qtmultimedia_git.bb b/recipes-qt/qt5/qtmultimedia_git.bb
index ce42302..61c767e 100644
--- a/recipes-qt/qt5/qtmultimedia_git.bb
+++ b/recipes-qt/qt5/qtmultimedia_git.bb
@@ -35,4 +35,4 @@ SRC_URI += "\
      file://0001-Initial-porting-effort-to-GStreamer-1.0.patch \
 "
 
-SRCREV = "3b6de26fe585c586d055ac86c5911cc6df0e3887"
+SRCREV = "9985224a89b830dc182b428f491b6187d6f0e1ba"
-- 
2.5.5



^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [meta-qt5][PATCH v2 26/31] qtwebchannel: update sources to 5.6.0
  2016-04-10 19:40 [meta-qt5][PATCH v2 00/31] Update Qt5-core recipes to 5.6.0 Andreas Müller
                   ` (24 preceding siblings ...)
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 25/31] qtmultimedia: " Andreas Müller
@ 2016-04-10 19:41 ` Andreas Müller
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 27/31] qt3d: " Andreas Müller
                   ` (4 subsequent siblings)
  30 siblings, 0 replies; 40+ messages in thread
From: Andreas Müller @ 2016-04-10 19:41 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 recipes-qt/qt5/qtwebchannel_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-qt/qt5/qtwebchannel_git.bb b/recipes-qt/qt5/qtwebchannel_git.bb
index eb4475b..7d923d8 100644
--- a/recipes-qt/qt5/qtwebchannel_git.bb
+++ b/recipes-qt/qt5/qtwebchannel_git.bb
@@ -15,4 +15,4 @@ LIC_FILES_CHKSUM = " \
 
 DEPENDS += "qtdeclarative qtwebsockets"
 
-SRCREV = "3fa1c9d2cf5e00e7431d042e7955a6dd75e6e2b1"
+SRCREV = "92d903d92b430222cd3f89eab08d61d947e5abea"
-- 
2.5.5



^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [meta-qt5][PATCH v2 27/31] qt3d: update sources to 5.6.0
  2016-04-10 19:40 [meta-qt5][PATCH v2 00/31] Update Qt5-core recipes to 5.6.0 Andreas Müller
                   ` (25 preceding siblings ...)
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 26/31] qtwebchannel: " Andreas Müller
@ 2016-04-10 19:41 ` Andreas Müller
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 28/31] qtcanvas3d: " Andreas Müller
                   ` (3 subsequent siblings)
  30 siblings, 0 replies; 40+ messages in thread
From: Andreas Müller @ 2016-04-10 19:41 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 recipes-qt/qt5/qt3d_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-qt/qt5/qt3d_git.bb b/recipes-qt/qt5/qt3d_git.bb
index a19422b..730efac 100644
--- a/recipes-qt/qt5/qt3d_git.bb
+++ b/recipes-qt/qt5/qt3d_git.bb
@@ -27,6 +27,6 @@ FILES_${PN}-qmlplugins += " \
     ${OE_QMAKE_PATH_QML}/*/*/*.obj \
 "
 
-SRCREV = "9b9f34701f47824e8201453d148152fb0855f98a"
+SRCREV = "7a208d76ed96bb506899becfe680df06f95451c7"
 
 BBCLASSEXTEND += "native nativesdk"
-- 
2.5.5



^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [meta-qt5][PATCH v2 28/31] qtcanvas3d: update sources to 5.6.0
  2016-04-10 19:40 [meta-qt5][PATCH v2 00/31] Update Qt5-core recipes to 5.6.0 Andreas Müller
                   ` (26 preceding siblings ...)
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 27/31] qt3d: " Andreas Müller
@ 2016-04-10 19:41 ` Andreas Müller
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 29/31] qtquick1: " Andreas Müller
                   ` (2 subsequent siblings)
  30 siblings, 0 replies; 40+ messages in thread
From: Andreas Müller @ 2016-04-10 19:41 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 recipes-qt/qt5/qtcanvas3d_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-qt/qt5/qtcanvas3d_git.bb b/recipes-qt/qt5/qtcanvas3d_git.bb
index 4990f34..205593f 100644
--- a/recipes-qt/qt5/qtcanvas3d_git.bb
+++ b/recipes-qt/qt5/qtcanvas3d_git.bb
@@ -10,4 +10,4 @@ LIC_FILES_CHKSUM = " \
 
 DEPENDS = "qtdeclarative"
 
-SRCREV = "b351fb164af327828c9bdbc414ffd8e47e387e8c"
+SRCREV = "5a17c4ca0552c9f4e6b5646f0cee2b21a55c3d18"
-- 
2.5.5



^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [meta-qt5][PATCH v2 29/31] qtquick1: update sources to 5.6.0
  2016-04-10 19:40 [meta-qt5][PATCH v2 00/31] Update Qt5-core recipes to 5.6.0 Andreas Müller
                   ` (27 preceding siblings ...)
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 28/31] qtcanvas3d: " Andreas Müller
@ 2016-04-10 19:41 ` Andreas Müller
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 30/31] qt5-git.inc: set packages version " Andreas Müller
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 31/31] qtquickcontrols2: initial add 5.6.0 Andreas Müller
  30 siblings, 0 replies; 40+ messages in thread
From: Andreas Müller @ 2016-04-10 19:41 UTC (permalink / raw)
  To: openembedded-devel

LICENSE.LGPLv3: I checked git repository. To be honest: I have no idea what
caused checksum change.

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 recipes-qt/qt5/qtquick1_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-qt/qt5/qtquick1_git.bb b/recipes-qt/qt5/qtquick1_git.bb
index e0a264d..32b9aba 100644
--- a/recipes-qt/qt5/qtquick1_git.bb
+++ b/recipes-qt/qt5/qtquick1_git.bb
@@ -7,7 +7,7 @@ require qt5-git.inc
 LICENSE = "GFDL-1.3 & BSD & (LGPL-2.1 & The-Qt-Company-Qt-LGPL-Exception-1.1 | LGPL-3.0)"
 LIC_FILES_CHKSUM = " \
     file://LICENSE.LGPLv21;md5=58a180e1cf84c756c29f782b3a485c29 \
-    file://LICENSE.LGPLv3;md5=c4fe8c6de4eef597feec6e90ed62e962 \
+    file://LICENSE.LGPLv3;md5=b8c75190712063cde04e1f41b6fdad98 \
     file://LGPL_EXCEPTION.txt;md5=9625233da42f9e0ce9d63651a9d97654 \
     file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
     file://LICENSE.GPLv2;md5=05832301944453ec79e40ba3c3cfceec \
@@ -23,4 +23,4 @@ do_configure_prepend() {
     sed -i 's#^qtHaveModule(webkitwidgets):#enable-webkit:qtHaveModule(webkitwidgets):#g' ${S}/src/imports/imports.pro
 }
 
-SRCREV = "87f2415adf34da08e6cd58f5da6f6a7d0d9cf141"
+SRCREV = "dcc5e5c01c28b227f0e5e5e4976a9d26e8a45295"
-- 
2.5.5



^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [meta-qt5][PATCH v2 30/31] qt5-git.inc: set packages version to 5.6.0
  2016-04-10 19:40 [meta-qt5][PATCH v2 00/31] Update Qt5-core recipes to 5.6.0 Andreas Müller
                   ` (28 preceding siblings ...)
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 29/31] qtquick1: " Andreas Müller
@ 2016-04-10 19:41 ` Andreas Müller
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 31/31] qtquickcontrols2: initial add 5.6.0 Andreas Müller
  30 siblings, 0 replies; 40+ messages in thread
From: Andreas Müller @ 2016-04-10 19:41 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 recipes-qt/qt5/qt5-git.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-qt/qt5/qt5-git.inc b/recipes-qt/qt5/qt5-git.inc
index f6149fb..8a6d93e 100644
--- a/recipes-qt/qt5/qt5-git.inc
+++ b/recipes-qt/qt5/qt5-git.inc
@@ -11,4 +11,4 @@ SRC_URI = " \
 
 S = "${WORKDIR}/git"
 
-PV = "5.5.99+5.6.0-rc+git${SRCPV}"
+PV = "5.6.0+git${SRCPV}"
-- 
2.5.5



^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [meta-qt5][PATCH v2 31/31] qtquickcontrols2: initial add 5.6.0
  2016-04-10 19:40 [meta-qt5][PATCH v2 00/31] Update Qt5-core recipes to 5.6.0 Andreas Müller
                   ` (29 preceding siblings ...)
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 30/31] qt5-git.inc: set packages version " Andreas Müller
@ 2016-04-10 19:41 ` Andreas Müller
  2016-04-11  6:02   ` Samuli Piippo
  30 siblings, 1 reply; 40+ messages in thread
From: Andreas Müller @ 2016-04-10 19:41 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 recipes-qt/qt5/qtquickcontrols2_git.bb | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 recipes-qt/qt5/qtquickcontrols2_git.bb

diff --git a/recipes-qt/qt5/qtquickcontrols2_git.bb b/recipes-qt/qt5/qtquickcontrols2_git.bb
new file mode 100644
index 0000000..41c781e
--- /dev/null
+++ b/recipes-qt/qt5/qtquickcontrols2_git.bb
@@ -0,0 +1,15 @@
+require qt5.inc
+require qt5-git.inc
+
+LICENSE = "GFDL-1.3 & BSD & LGPL-3.0 | GPL-3.0"
+LIC_FILES_CHKSUM = " \
+    file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
+    file://LICENSE.LGPLv3;md5=8ba7f2099d17d636d5fcc8303bb17587 \
+    file://LICENSE.GPLv3;md5=40f9bf30e783ddc201497165dfb32afb \
+"
+
+DEPENDS += "qtdeclarative"
+
+FILES_${PN}-qmlplugins += "${libdir}/qt5/qml/Qt"
+
+SRCREV = "7fc567eda8a187e365f4c29c6e8f08440bf31218"
-- 
2.5.5



^ permalink raw reply related	[flat|nested] 40+ messages in thread

* Re: [meta-qt5][PATCH v2 31/31] qtquickcontrols2: initial add 5.6.0
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 31/31] qtquickcontrols2: initial add 5.6.0 Andreas Müller
@ 2016-04-11  6:02   ` Samuli Piippo
  2016-04-11 11:09     ` Andreas Müller
  0 siblings, 1 reply; 40+ messages in thread
From: Samuli Piippo @ 2016-04-11  6:02 UTC (permalink / raw)
  To: openembedded-devel

On 10.04.2016 22:41, Andreas Müller wrote:
> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
> ---
>   recipes-qt/qt5/qtquickcontrols2_git.bb | 15 +++++++++++++++
>   1 file changed, 15 insertions(+)
>   create mode 100644 recipes-qt/qt5/qtquickcontrols2_git.bb
>
> diff --git a/recipes-qt/qt5/qtquickcontrols2_git.bb b/recipes-qt/qt5/qtquickcontrols2_git.bb
> new file mode 100644
> index 0000000..41c781e
> --- /dev/null
> +++ b/recipes-qt/qt5/qtquickcontrols2_git.bb
> @@ -0,0 +1,15 @@
> +require qt5.inc
> +require qt5-git.inc
> +
> +LICENSE = "GFDL-1.3 & BSD & LGPL-3.0 | GPL-3.0"
> +LIC_FILES_CHKSUM = " \
> +    file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
> +    file://LICENSE.LGPLv3;md5=8ba7f2099d17d636d5fcc8303bb17587 \
> +    file://LICENSE.GPLv3;md5=40f9bf30e783ddc201497165dfb32afb \
> +"
> +
> +DEPENDS += "qtdeclarative"
> +
> +FILES_${PN}-qmlplugins += "${libdir}/qt5/qml/Qt"

all /designer/ files should go the ${PN}-designer package, since they 
are not needed in the target.
Should be added by including one more level of subfolders in qt5.inc

> +
> +SRCREV = "7fc567eda8a187e365f4c29c6e8f08440bf31218"
>


^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: [meta-qt5][PATCH v2 31/31] qtquickcontrols2: initial add 5.6.0
  2016-04-11  6:02   ` Samuli Piippo
@ 2016-04-11 11:09     ` Andreas Müller
  2016-04-11 12:54       ` Samuli Piippo
  0 siblings, 1 reply; 40+ messages in thread
From: Andreas Müller @ 2016-04-11 11:09 UTC (permalink / raw)
  To: openembedded-devel

On Mon, Apr 11, 2016 at 8:02 AM, Samuli Piippo
<samuli.piippo@theqtcompany.com> wrote:
> On 10.04.2016 22:41, Andreas Müller wrote:
>>
>> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
>> ---
>>   recipes-qt/qt5/qtquickcontrols2_git.bb | 15 +++++++++++++++
>>   1 file changed, 15 insertions(+)
>>   create mode 100644 recipes-qt/qt5/qtquickcontrols2_git.bb
>>
>> diff --git a/recipes-qt/qt5/qtquickcontrols2_git.bb
>> b/recipes-qt/qt5/qtquickcontrols2_git.bb
>> new file mode 100644
>> index 0000000..41c781e
>> --- /dev/null
>> +++ b/recipes-qt/qt5/qtquickcontrols2_git.bb
>> @@ -0,0 +1,15 @@
>> +require qt5.inc
>> +require qt5-git.inc
>> +
>> +LICENSE = "GFDL-1.3 & BSD & LGPL-3.0 | GPL-3.0"
>> +LIC_FILES_CHKSUM = " \
>> +    file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
>> +    file://LICENSE.LGPLv3;md5=8ba7f2099d17d636d5fcc8303bb17587 \
>> +    file://LICENSE.GPLv3;md5=40f9bf30e783ddc201497165dfb32afb \
>> +"
>> +
>> +DEPENDS += "qtdeclarative"
>> +
>> +FILES_${PN}-qmlplugins += "${libdir}/qt5/qml/Qt"
>
>
> all /designer/ files should go the ${PN}-designer package, since they are
> not needed in the target.
> Should be added by including one more level of subfolders in qt5.inc
>
>> +
>> +SRCREV = "7fc567eda8a187e365f4c29c6e8f08440bf31218"
>>
> --
I checked the image of qtquickcontrols2 for files matching your
comment but can't find any. What files do you mean?

Andreas


^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: [meta-qt5][PATCH v2 31/31] qtquickcontrols2: initial add 5.6.0
  2016-04-11 11:09     ` Andreas Müller
@ 2016-04-11 12:54       ` Samuli Piippo
  2016-04-12  6:39         ` Andreas Müller
  0 siblings, 1 reply; 40+ messages in thread
From: Samuli Piippo @ 2016-04-11 12:54 UTC (permalink / raw)
  To: openembedded-devel

On 11.04.2016 14:09, Andreas Müller wrote:
> On Mon, Apr 11, 2016 at 8:02 AM, Samuli Piippo
> <samuli.piippo@theqtcompany.com> wrote:
>> On 10.04.2016 22:41, Andreas Müller wrote:
>>>
>>> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
>>> ---
>>>    recipes-qt/qt5/qtquickcontrols2_git.bb | 15 +++++++++++++++
>>>    1 file changed, 15 insertions(+)
>>>    create mode 100644 recipes-qt/qt5/qtquickcontrols2_git.bb
>>>
>>> diff --git a/recipes-qt/qt5/qtquickcontrols2_git.bb
>>> b/recipes-qt/qt5/qtquickcontrols2_git.bb
>>> new file mode 100644
>>> index 0000000..41c781e
>>> --- /dev/null
>>> +++ b/recipes-qt/qt5/qtquickcontrols2_git.bb
>>> @@ -0,0 +1,15 @@
>>> +require qt5.inc
>>> +require qt5-git.inc
>>> +
>>> +LICENSE = "GFDL-1.3 & BSD & LGPL-3.0 | GPL-3.0"
>>> +LIC_FILES_CHKSUM = " \
>>> +    file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
>>> +    file://LICENSE.LGPLv3;md5=8ba7f2099d17d636d5fcc8303bb17587 \
>>> +    file://LICENSE.GPLv3;md5=40f9bf30e783ddc201497165dfb32afb \
>>> +"
>>> +
>>> +DEPENDS += "qtdeclarative"
>>> +
>>> +FILES_${PN}-qmlplugins += "${libdir}/qt5/qml/Qt"
>>
>>
>> all /designer/ files should go the ${PN}-designer package, since they are
>> not needed in the target.
>> Should be added by including one more level of subfolders in qt5.inc
>>
>>> +
>>> +SRCREV = "7fc567eda8a187e365f4c29c6e8f08440bf31218"
>>>
>> --
> I checked the image of qtquickcontrols2 for files matching your
> comment but can't find any. What files do you mean?
>
> Andreas
>

Without the FILES_${PN}-qmlplugins addition, bitbake throws error:

ERROR: QA Issue: qtquickcontrols2: Files/directories were installed but 
not shipped in any package:
   /usr/lib/qml/Qt/labs/controls/designer/qtlabscontrols.metainfo

This should go to ${PN}-qmldesigner package, as well as all the other 
files from /usr/lib/qml/Qt/labs/controls/designer/* that are now in 
${PN}-qmlplugins
See FILES_${PN}-qmldesigner in qt5.inc

-samuli


^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: [meta-qt5][PATCH v2 31/31] qtquickcontrols2: initial add 5.6.0
  2016-04-11 12:54       ` Samuli Piippo
@ 2016-04-12  6:39         ` Andreas Müller
  0 siblings, 0 replies; 40+ messages in thread
From: Andreas Müller @ 2016-04-12  6:39 UTC (permalink / raw)
  To: openembedded-devel

On Mon, Apr 11, 2016 at 2:54 PM, Samuli Piippo <samuli.piippo@gmail.com> wrote:
> On 11.04.2016 14:09, Andreas Müller wrote:
>>
>> On Mon, Apr 11, 2016 at 8:02 AM, Samuli Piippo
>> <samuli.piippo@theqtcompany.com> wrote:
>>>
>>> On 10.04.2016 22:41, Andreas Müller wrote:
>>>>
>>>>
>>>> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
>>>> ---
>>>>    recipes-qt/qt5/qtquickcontrols2_git.bb | 15 +++++++++++++++
>>>>    1 file changed, 15 insertions(+)
>>>>    create mode 100644 recipes-qt/qt5/qtquickcontrols2_git.bb
>>>>
>>>> diff --git a/recipes-qt/qt5/qtquickcontrols2_git.bb
>>>> b/recipes-qt/qt5/qtquickcontrols2_git.bb
>>>> new file mode 100644
>>>> index 0000000..41c781e
>>>> --- /dev/null
>>>> +++ b/recipes-qt/qt5/qtquickcontrols2_git.bb
>>>> @@ -0,0 +1,15 @@
>>>> +require qt5.inc
>>>> +require qt5-git.inc
>>>> +
>>>> +LICENSE = "GFDL-1.3 & BSD & LGPL-3.0 | GPL-3.0"
>>>> +LIC_FILES_CHKSUM = " \
>>>> +    file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
>>>> +    file://LICENSE.LGPLv3;md5=8ba7f2099d17d636d5fcc8303bb17587 \
>>>> +    file://LICENSE.GPLv3;md5=40f9bf30e783ddc201497165dfb32afb \
>>>> +"
>>>> +
>>>> +DEPENDS += "qtdeclarative"
>>>> +
>>>> +FILES_${PN}-qmlplugins += "${libdir}/qt5/qml/Qt"
>>>
>>>
>>>
>>> all /designer/ files should go the ${PN}-designer package, since they are
>>> not needed in the target.
>>> Should be added by including one more level of subfolders in qt5.inc
>>>
>>>> +
>>>> +SRCREV = "7fc567eda8a187e365f4c29c6e8f08440bf31218"
>>>>
>>> --
>>
>> I checked the image of qtquickcontrols2 for files matching your
>> comment but can't find any. What files do you mean?
>>
>> Andreas
>>
>
> Without the FILES_${PN}-qmlplugins addition, bitbake throws error:
>
> ERROR: QA Issue: qtquickcontrols2: Files/directories were installed but not
> shipped in any package:
>   /usr/lib/qml/Qt/labs/controls/designer/qtlabscontrols.metainfo
>
> This should go to ${PN}-qmldesigner package, as well as all the other files
> from /usr/lib/qml/Qt/labs/controls/designer/* that are now in
> ${PN}-qmlplugins
> See FILES_${PN}-qmldesigner in qt5.inc
>
To be honest: I don't exactly know which files should be splitted out.
What about the binaries in these folders? Aren't these part of the
functionality?

So: Would it be possible for you to create a patch on top of this series?

Andreas


^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: [meta-qt5][PATCH v2 01/31] qtbase-native: update sources to 5.6.0
  2016-04-10 19:41 ` [meta-qt5][PATCH v2 01/31] qtbase-native: update sources " Andreas Müller
@ 2016-04-12 10:22   ` Martin Jansa
  2016-04-12 10:56     ` Andreas Müller
  0 siblings, 1 reply; 40+ messages in thread
From: Martin Jansa @ 2016-04-12 10:22 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 8741 bytes --]

On Sun, Apr 10, 2016 at 09:41:00PM +0200, Andreas Müller wrote:
> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>

How did you pick these SRCREVs?

OE @ ~/projects/qt-project/qtbase $ git log --oneline 41706400f605524a5a9953714aa0cfbf811dba7e..d0cdc7ad1e2728caf363abf328b2ad81f2ed5a5b
d0cdc7a DirectFB: Fix build in C++98 mode
3bcc3037 fix non-git non-prefix shadow builds
ae2d11d Add changelog for 5.6.0
38944d6 Fix syncqt.pl not respecting #pragma qt_no_master_include in files with Windows line endings
469e293 Fix crash when a standard bus isn't available
bcdcde0 Doc: Simple CSS style: Convert font-sizes from px to pt
719623a Fix builds without session management.
e7bf0ed Add option to disable "session management by closing windows".


It's actually missing some changes which were included in previous SRCREV, I usually use latest in e.g. 5.6 branch
even when it sets the version for next release (e.g. 5.6.1).

OE @ ~/projects/qt-project/qtbase $ git log --oneline d0cdc7ad1e2728caf363abf328b2ad81f2ed5a5b..41706400f605524a5a9953714aa0cfbf811dba7e | tee
4170640 QCocoaMenuItem: Use the right Objective C class forwarding macros
b6bc41f QMenu: Add delegate related notes to OS X-only API
1ffce57 Windows DirectWrite: Improve error messages for font engine creation.
a5ec716 unhack qt_install_headers vs. lib_bundle
5260c01 load qt_common in qt_helper_lib
1c87c3b remove dead code re CONFIG+=generate_pbxbuild_makefile
9868d8a xcb: include <cmath>
13034e6 Make public headers compile with -Wzero-as-null-pointer-constant
3f4eba7 xcb: properly initialize size in millimeters if XRandR is not supported
7cd23a7 xcb: Properly initialize available geometry when XRandR is missing
aa85ebc Android: Fix immersive mode
7906255 doc: Clean up old references to QApplication for GUI application
b20548f Windows QPA: Fix warnings as shown by Qt Creator's Clang based code model.
342c909 Qt Quick: Fix selection when mixing line breaks and line wraps
fef629c Disable unneeded ligatures when letter spacing is set
67ced1d OpenGL: Fix for incorrect GL enum in getter
11cd090 Re-enable tst_QTreeView::setSortingEnabled on Windows.
8917cdf Windows QPA/font code: Fix warnings as shown by Qt Creator's Clang based code model.
bb8f01c QRasterPaintEngine::penChanged(): Assert on painter state.
5d2068b Prospective fix to stabilize tst_QMdiArea::subWindowActivated2()/xcb.
78ad8f2 xcb: Fix drag and drop between xcb screens
4889269 Fix quadratic behavior when converting from QVariant
03f1a69 Avoid size overflows when inserting into very large JSON objects
6342fb2 Bump version
cf47e2e Fix build when QMacStyle is disabled.
de82352 Wrap legacy APIs in a QT_MAC_DEPLOYMENT_TARGET_BELOW macro.
34472e9 QSqlDriver: use table prefix in WHERE clauses
ed4ef55 QtNetwork: Silence Clang on Windows.
42b39f9 Add source device information to qDebug output of QTouchEvent
049fad4 QWindow: Make screen warning more informative
9212727 QOpenGLExtensionMatcher: Fix possible use of unintialized memory
a3b8e35 QListView: fix skipping indexes in selectedIndexes().
5b72757 winrt: add logging to platform plugin
e7a06c9 winrt: Fix clipboard
ad16703 Update testdata
8b0dc80 winrt: Fix usage of testdata
6c7c34f winrt: Disable tests which connect to localhost
e19fc43 Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6
0d239d1 Merge remote-tracking branch 'origin/5.5' into 5.6
bfb47b3 Windows QPA: Fix the signature of the font enumeration callbacks.
5814164 Doc: Fixed Qt::TextWordBreak to Qt::TextWordWrap
018e670 OS X: Implement download folder display name query
c689bca Search for libsystemd first, fall back to libsystemd-journal
80bf4bf Merge remote-tracking branch 'origin/5.6.0' into 5.6
ac8a3b9 QtGui: Use QImage::constBits()/constScanLine() in non-const contexts.
9915630 QPlatformWindow::screenForGeometry(): Use mapToGlobal().
966e893 Windows QPA: Prefer const-versions of API where applicable.
62984d8 Fix input pane usage on Windows 10 IoT Core
70fb36e docs: State that QMap::equal_range() returns an open-ended interval
707068b Remove Windows CE build hacks from QWindowsPipeWriter
3cf4c49 Document QWinOverlappedIoNotifier restrictions
448e9fd Enable NRVO in QJsonObject::keys()
8dc5536 QtGui: Avoid rgba64->rgba32 conversion on every pixel in gradient
2ee7541 Optionally force delivery of TUIO pseudo touch events
3fa7035 Fixed bug preventing parsing of unbundled TUIO messages
5d8354e Autotest: Enable make check on rhel 7.1
4fc070a QLocale: Use QVariant::toStringList() instead of template instantiation
2c9f6b1 Fix usage of QMutexLocker, destroy it only at end of scope
e395bda Windows accessibility: Add override declaration.
d145929 Windows accessibility: Remove some cruft.
5cf6a8a QWindowsVistaStyle: Suppress animation when QLineEdit's base color is set.
6cb462d QWindowsXPStyle: Introduce utility function for QLineEdit's palette.
8b4ac65 Provide QCss with the correct font for <pre> blocks
22c262d Readability fix for MS isRelative, isAbsolute.
2ddd11d Cleanup testcase for platforms without QProcess support.
42f788f QWindow::setMask(): Apply High DPI scaling.
ab3e2f6 Standarddialogs example: Remove horizontal spacer from fullscreen layout.
51f29b8 Don't force antialiasing when it is turned off
a4fac65 dbustray: Support late registering of tray icon menu
7ad9309 dbustray: Do not change m_menu in QDBusTrayIcon::createMenu()
12b19ca Fix clang 3.7 developer build [Werror, Winconsistent-missing-override]
9c7f37e dbusmenu: Refactor the code to allow dynamic updating of menus
01859cc Reduce allocations by using reserve()
af499fd Make QWindowGeometrySpecification suitable to use as global
8eaf335 xcb: Fix not delivering focusIn event on hide/show
b9f76db xcb: Correct enter/leave event handling when mouse button is pressed
e4fb521 xcb: XInput2 fixes, enter/leave event fixes
f669ea0 Link with -ldl option only when it is supported
a107c53 remove redundant namespace qualification
c4a53f6 QtWidgets: Fix build & warnings with QT_NO_GRAPHICSVIEW.
ce29de5 Doc: correct minor typo
3904950 If the font is not being found then get the English name regardless
918b8d4 Doc: corrected minor link issues
73c062d Windows QPA: Remove dead code as detected by Clang.
798e006 Fix crash introduced by 75b705fec8e9517047d7dfa98203edff69f2bf8a
1c7e1d9 Windows QPA: Add missing override declarations.
4748acb qmake: use QString::replace() overloaded with QLatin1String
4a251da Accessibility OS X: Improve password handling
1568074 Windows QPA/Accessibility: Fix Clang warnings about comparing different enums.
f432d64 Make findAmPm actually return the relevant enum, instead of int.
a054349 Removed redundant and distracting test from conditional.
debfed8 Direct2D: Spell out ~QWindowsDirect2DPaintDevice.
75b705f End the drag if the dockwidget is being hidden
0026688 QWizard/Windows: Add missing override.
16d0d1c egldevice: Add a way to force mode setting
f83816e dbusmenu: Fix return type for QDBusMenuAdaptor::EventGroup method
68f97cd dbusmenu: Add missing methods for getting QDBusPlatformMenu properties
3b0c753 Doc: Replaced Trolltech logo with Qt logo
40e4949 xcb: Take into account the orientation of touch points
10bf53a Don't include <qtest.h> from qtestblacklist.cpp
6ec7d76 Fix rounding error in fetchTransformedBilinear
72b57a5 Disintermediate QDateTimeParser::SectionNode operations.
a965d50 Make interleaving of QDateTimeParser::Section values evident.
2564de7 Deconfuse some heavy use of the preprocessor.
3d64f89 Correct usage of Apple-related #if-ery.
bb1924c Pass -silent to lrelease to avoid cruft in test logs.
04def3a Don't clutter up the source tree with .qm files generated by testing.
f5ea4ba dbusmenu: Add support for shortcuts
751e2ce Clean up tst_qwidgetwindow
b5ea7a5 Add missing emission of activated(QString)

> ---
>  recipes-qt/qt5/qtbase-native_git.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-qt/qt5/qtbase-native_git.bb b/recipes-qt/qt5/qtbase-native_git.bb
> index 057edd4..0dba556 100644
> --- a/recipes-qt/qt5/qtbase-native_git.bb
> +++ b/recipes-qt/qt5/qtbase-native_git.bb
> @@ -117,4 +117,4 @@ do_install() {
>      ln -sf syncqt.pl ${D}${OE_QMAKE_PATH_QT_BINS}/syncqt
>  }
>  
> -SRCREV = "41706400f605524a5a9953714aa0cfbf811dba7e"
> +SRCREV = "d0cdc7ad1e2728caf363abf328b2ad81f2ed5a5b"
> -- 
> 2.5.5
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: [meta-qt5][PATCH v2 01/31] qtbase-native: update sources to 5.6.0
  2016-04-12 10:22   ` Martin Jansa
@ 2016-04-12 10:56     ` Andreas Müller
  2016-04-20  9:24       ` Martin Jansa
  0 siblings, 1 reply; 40+ messages in thread
From: Andreas Müller @ 2016-04-12 10:56 UTC (permalink / raw)
  To: openembedded-devel

On Tue, Apr 12, 2016 at 12:22 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
> On Sun, Apr 10, 2016 at 09:41:00PM +0200, Andreas Müller wrote:
>> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
>
> How did you pick these SRCREVs?
If tag for 5.6.0 available: I picked versions tagged.
If tag not available I chose revision right before 5.6.1 (as qtqick1)
out of 5.6 tree.
>
> OE @ ~/projects/qt-project/qtbase $ git log --oneline 41706400f605524a5a9953714aa0cfbf811dba7e..d0cdc7ad1e2728caf363abf328b2ad81f2ed5a5b
> d0cdc7a DirectFB: Fix build in C++98 mode
> 3bcc3037 fix non-git non-prefix shadow builds
> ae2d11d Add changelog for 5.6.0
> 38944d6 Fix syncqt.pl not respecting #pragma qt_no_master_include in files with Windows line endings
> 469e293 Fix crash when a standard bus isn't available
> bcdcde0 Doc: Simple CSS style: Convert font-sizes from px to pt
> 719623a Fix builds without session management.
> e7bf0ed Add option to disable "session management by closing windows".
>
>
> It's actually missing some changes which were included in previous SRCREV, I usually use latest in e.g. 5.6 branch
> even when it sets the version for next release (e.g. 5.6.1).
I was not aware of that. So we'll have to wait for 5.6.1 (whenever it
appears) if we want released versions without going backwards.

As already noted in V2 description: Version mix 5.6.0/5.6.1 causes
cmake trouble and as heavy user of cmake in meta-qt5-extra I would
like to avoid...

Andreas


^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: [meta-qt5][PATCH v2 01/31] qtbase-native: update sources to 5.6.0
  2016-04-12 10:56     ` Andreas Müller
@ 2016-04-20  9:24       ` Martin Jansa
  2016-04-20 10:09         ` Andreas Müller
  0 siblings, 1 reply; 40+ messages in thread
From: Martin Jansa @ 2016-04-20  9:24 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 3134 bytes --]

On Tue, Apr 12, 2016 at 12:56:02PM +0200, Andreas Müller wrote:
> On Tue, Apr 12, 2016 at 12:22 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
> > On Sun, Apr 10, 2016 at 09:41:00PM +0200, Andreas Müller wrote:
> >> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
> >
> > How did you pick these SRCREVs?
> If tag for 5.6.0 available: I picked versions tagged.
> If tag not available I chose revision right before 5.6.1 (as qtqick1)
> out of 5.6 tree.
> >
> > OE @ ~/projects/qt-project/qtbase $ git log --oneline 41706400f605524a5a9953714aa0cfbf811dba7e..d0cdc7ad1e2728caf363abf328b2ad81f2ed5a5b
> > d0cdc7a DirectFB: Fix build in C++98 mode
> > 3bcc3037 fix non-git non-prefix shadow builds
> > ae2d11d Add changelog for 5.6.0
> > 38944d6 Fix syncqt.pl not respecting #pragma qt_no_master_include in files with Windows line endings
> > 469e293 Fix crash when a standard bus isn't available
> > bcdcde0 Doc: Simple CSS style: Convert font-sizes from px to pt
> > 719623a Fix builds without session management.
> > e7bf0ed Add option to disable "session management by closing windows".
> >
> >
> > It's actually missing some changes which were included in previous SRCREV, I usually use latest in e.g. 5.6 branch
> > even when it sets the version for next release (e.g. 5.6.1).
> I was not aware of that. So we'll have to wait for 5.6.1 (whenever it
> appears) if we want released versions without going backwards.
> 
> As already noted in V2 description: Version mix 5.6.0/5.6.1 causes
> cmake trouble and as heavy user of cmake in meta-qt5-extra I would
> like to avoid...

This revision also has issues building examples, my build failed with:

| /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/qtbase/5.6.0+gitAUTOINC+d0cdc7ad1e-r0/git/examples/widgets/mainwindows/application/mainwindow.cpp: In constructor 'MainWindow::MainWindow()':
| /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/qtbase/5.6.0+gitAUTOINC+d0cdc7ad1e-r0/git/examples/widgets/mainwindows/application/mainwindow.cpp:62:5: error: 'setFallbackSessionManagementEnabled' is not a member of 'QGuiApplication'
|      QGuiApplication::setFallbackSessionManagementEnabled(false);
|      ^
| /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/qtbase/5.6.0+gitAUTOINC+d0cdc7ad1e-r0/git/examples/widgets/mainwindows/application/mainwindow.cpp:63:20: error: 'commitDataRequest' is not a member of 'QGuiApplication'
|      connect(qApp, &QGuiApplication::commitDataRequest,
|                     ^

Which most likely was fixed with:
> > 719623a Fix builds without session management.
which is missing in this older SRCREV

To move forward I've squashed your SRCREV changes to single commit and now I'm preparing another
change which will bump SRCREVs to latest in 5.6 branches. This way people who care more about exact
5.6.0 version can use meta-qt5 revision with just your change, other people can follow latest 5.6
and get also the examples build fixed from upstream.

Regards,
-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: [meta-qt5][PATCH v2 01/31] qtbase-native: update sources to 5.6.0
  2016-04-20  9:24       ` Martin Jansa
@ 2016-04-20 10:09         ` Andreas Müller
  0 siblings, 0 replies; 40+ messages in thread
From: Andreas Müller @ 2016-04-20 10:09 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 4188 bytes --]

On Wed, Apr 20, 2016 at 11:24 AM, Martin Jansa <martin.jansa@gmail.com> wrote:
> On Tue, Apr 12, 2016 at 12:56:02PM +0200, Andreas Müller wrote:
>> On Tue, Apr 12, 2016 at 12:22 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
>> > On Sun, Apr 10, 2016 at 09:41:00PM +0200, Andreas Müller wrote:
>> >> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
>> >
>> > How did you pick these SRCREVs?
>> If tag for 5.6.0 available: I picked versions tagged.
>> If tag not available I chose revision right before 5.6.1 (as qtqick1)
>> out of 5.6 tree.
>> >
>> > OE @ ~/projects/qt-project/qtbase $ git log --oneline 41706400f605524a5a9953714aa0cfbf811dba7e..d0cdc7ad1e2728caf363abf328b2ad81f2ed5a5b
>> > d0cdc7a DirectFB: Fix build in C++98 mode
>> > 3bcc3037 fix non-git non-prefix shadow builds
>> > ae2d11d Add changelog for 5.6.0
>> > 38944d6 Fix syncqt.pl not respecting #pragma qt_no_master_include in files with Windows line endings
>> > 469e293 Fix crash when a standard bus isn't available
>> > bcdcde0 Doc: Simple CSS style: Convert font-sizes from px to pt
>> > 719623a Fix builds without session management.
>> > e7bf0ed Add option to disable "session management by closing windows".
>> >
>> >
>> > It's actually missing some changes which were included in previous SRCREV, I usually use latest in e.g. 5.6 branch
>> > even when it sets the version for next release (e.g. 5.6.1).
>> I was not aware of that. So we'll have to wait for 5.6.1 (whenever it
>> appears) if we want released versions without going backwards.
>>
>> As already noted in V2 description: Version mix 5.6.0/5.6.1 causes
>> cmake trouble and as heavy user of cmake in meta-qt5-extra I would
>> like to avoid...
>
> This revision also has issues building examples, my build failed with:
>
> | /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/qtbase/5.6.0+gitAUTOINC+d0cdc7ad1e-r0/git/examples/widgets/mainwindows/application/mainwindow.cpp: In constructor 'MainWindow::MainWindow()':
> | /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/qtbase/5.6.0+gitAUTOINC+d0cdc7ad1e-r0/git/examples/widgets/mainwindows/application/mainwindow.cpp:62:5: error: 'setFallbackSessionManagementEnabled' is not a member of 'QGuiApplication'
> |      QGuiApplication::setFallbackSessionManagementEnabled(false);
> |      ^
> | /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/qtbase/5.6.0+gitAUTOINC+d0cdc7ad1e-r0/git/examples/widgets/mainwindows/application/mainwindow.cpp:63:20: error: 'commitDataRequest' is not a member of 'QGuiApplication'
> |      connect(qApp, &QGuiApplication::commitDataRequest,
> |                     ^
>
> Which most likely was fixed with:
>> > 719623a Fix builds without session management.
> which is missing in this older SRCREV
>
> To move forward I've squashed your SRCREV changes to single commit and now I'm preparing another
> change which will bump SRCREVs to latest in 5.6 branches. This way people who care more about exact
> 5.6.0 version can use meta-qt5 revision with just your change, other people can follow latest 5.6
> and get also the examples build fixed from upstream.
>
> Regards,
> --
> Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com
I checked:

* Last KDE update in meta-qt5-extra had same trouble (error:
'setFallbackSessionManagementEnabled' is not a member of
'QGuiApplication') and I worked that around. To get rid of these
workarounds, I prepared this series for meta-qt5.
* My builds have packagegroup for session management enabled.
Functions 'setFallbackSessionManagementEnabled' and
'commitDataRequest' are defined in conditional #ifndef
QT_NO_SESSIONMANAGER blocks.

Conclusion: Examples were not properly updated - same issue as I have
at many KDE recipes nobody seems to work/test for Qt without
session-management.

Suggestion:

* Either patch qtbase by adding a patch attached or
* Update to later qt and hope this was fixed upstream - but please
take care that versions of all qt-libs are same (5.6.1??) otherwise
cmake won't find libraries (and I would start crying as heavy cmake
user)

Andreas

[-- Attachment #2: 0001-examples-fix-build-for-sessionmanagement-disabled.patch --]
[-- Type: text/x-patch, Size: 1271 bytes --]

From 4aa5abc4c9552ae19fb32ea21f43658e3b90879c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
Date: Wed, 20 Apr 2016 12:02:03 +0200
Subject: [PATCH] examples: fix build for sessionmanagement disabled
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Upstream-Status: Pending

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 examples/widgets/mainwindows/application/mainwindow.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/examples/widgets/mainwindows/application/mainwindow.cpp b/examples/widgets/mainwindows/application/mainwindow.cpp
index 861b908..11fac74 100644
--- a/examples/widgets/mainwindows/application/mainwindow.cpp
+++ b/examples/widgets/mainwindows/application/mainwindow.cpp
@@ -59,9 +59,11 @@ MainWindow::MainWindow()
     connect(textEdit->document(), &QTextDocument::contentsChanged,
             this, &MainWindow::documentWasModified);
 
+#ifndef QT_NO_SESSIONMANAGER
     QGuiApplication::setFallbackSessionManagementEnabled(false);
     connect(qApp, &QGuiApplication::commitDataRequest,
             this, &MainWindow::commitData);
+#endif
 
     setCurrentFile(QString());
     setUnifiedTitleAndToolBarOnMac(true);
-- 
2.5.5


^ permalink raw reply related	[flat|nested] 40+ messages in thread

end of thread, other threads:[~2016-04-20 10:09 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-10 19:40 [meta-qt5][PATCH v2 00/31] Update Qt5-core recipes to 5.6.0 Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 01/31] qtbase-native: update sources " Andreas Müller
2016-04-12 10:22   ` Martin Jansa
2016-04-12 10:56     ` Andreas Müller
2016-04-20  9:24       ` Martin Jansa
2016-04-20 10:09         ` Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 02/31] qtwayland-native: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 03/31] qtbase: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 04/31] qtdeclarative: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 05/31] qttools: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 06/31] qtquickcontrols: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 07/31] qtsystems: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 08/31] qtscript: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 09/31] qtxmlpatterns: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 10/31] qtlocation: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 11/31] qtenginio: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 12/31] qtsensors: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 13/31] qtserialport: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 14/31] qtsvg: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 15/31] qtwebengine: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 16/31] qtwebkit: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 17/31] qtwebkit-examples: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 18/31] qtconnectivity: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 19/31] qtx11extras: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 20/31] qtwayland: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 21/31] qtgraphicaleffects: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 22/31] qtimageformats: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 23/31] qtwebsockets: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 24/31] qttranslations: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 25/31] qtmultimedia: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 26/31] qtwebchannel: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 27/31] qt3d: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 28/31] qtcanvas3d: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 29/31] qtquick1: " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 30/31] qt5-git.inc: set packages version " Andreas Müller
2016-04-10 19:41 ` [meta-qt5][PATCH v2 31/31] qtquickcontrols2: initial add 5.6.0 Andreas Müller
2016-04-11  6:02   ` Samuli Piippo
2016-04-11 11:09     ` Andreas Müller
2016-04-11 12:54       ` Samuli Piippo
2016-04-12  6:39         ` Andreas Müller

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.