<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-qt5.git, branch jansa/master-5.12</title>
<subtitle>Mirror of https://code.qt.io/cgit/yocto/meta-qt5.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-qt5.git/atom?h=jansa%2Fmaster-5.12</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-qt5.git/atom?h=jansa%2Fmaster-5.12'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/'/>
<updated>2018-12-24T08:43:51+00:00</updated>
<entry>
<title>qtbase: replace the fix for gcc-4.8 with the one from upstream</title>
<updated>2018-12-24T08:43:51+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2018-12-24T08:43:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=51e07805e0cf8f53bc9609854d1afd5e51494151'/>
<id>urn:sha1:51e07805e0cf8f53bc9609854d1afd5e51494151</id>
<content type='text'>
* fixes:
| In file included from ../include/QtCore/qendian.h:1:0,
|                  from /OE/build/oe-core/tmp-glibc/work/x86_64-linux/qtbase-native/5.12.0+gitAUTOINC+13ed06640c-r0/git/src/corelib/codecs/qutfcodec.cpp:43:
| ../include/QtCore/../../../git/src/corelib/global/qendian.h: In instantiation of �constexpr Float qbswapFloatHelper(Float) [with Float = qfloat16]�:
| ../include/QtCore/../../../git/src/corelib/global/qendian.h:167:36:   required from here
| ../include/QtCore/../../../git/src/corelib/global/qendian.h:163:1: error: body of constexpr function �constexpr Float qbswapFloatHelper(Float) [with Float = qfloat16]� not a return-statement
|  }
|  ^
| ../include/QtCore/../../../git/src/corelib/global/qendian.h: In instantiation of �constexpr Float qbswapFloatHelper(Float) [with Float = float]�:
| ../include/QtCore/../../../git/src/corelib/global/qendian.h:172:29:   required from here
| ../include/QtCore/../../../git/src/corelib/global/qendian.h:163:1: error: body of constexpr function �constexpr Float qbswapFloatHelper(Float) [with Float = float]� not a return-statement
| ../include/QtCore/../../../git/src/corelib/global/qendian.h: In instantiation of �constexpr Float qbswapFloatHelper(Float) [with Float = double]�:
| ../include/QtCore/../../../git/src/corelib/global/qendian.h:177:29:   required from here
| ../include/QtCore/../../../git/src/corelib/global/qendian.h:163:1: error: body of constexpr function �constexpr Float qbswapFloatHelper(Float) [with Float = double]� not a return-statement

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>qtbase: Fix build with gcc 4.8</title>
<updated>2018-12-24T08:29:40+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-12-24T08:09:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=c67abd66ff15feeaae5acc2688b932e5dec72317'/>
<id>urn:sha1:c67abd66ff15feeaae5acc2688b932e5dec72317</id>
<content type='text'>
Fixes errors like

In file included from ../include/QtCore/qendian.h:1:0,
                 from TOPDIR/build/tmp/work/x86_64-linux/qtbase-native/5.12.0+gitAUTOINC+13ed06640c-r0/git/src/corelib/codecs/qutfcodec.cpp:43:
../include/QtCore/../../../git/src/corelib/global/qendian.h:165:61: error: redeclaration ‘constexpr T qbswap(T) [with T = qfloat16]’ differs in ‘constexpr’

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>qtwebengine: Fix build with musl/gcc9</title>
<updated>2018-12-24T07:18:56+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-12-24T00:58:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=f69fc4063ccbc3774df6f73fa59f9558eede8128'/>
<id>urn:sha1:f69fc4063ccbc3774df6f73fa59f9558eede8128</id>
<content type='text'>
Provide couple of patches to fix build with x86_64/musl and a new
bug found lss via gcc9

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>qtwebkit-examples: drop recipe</title>
<updated>2018-12-23T19:40:35+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2018-12-23T08:02:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=7cc177d116ad98d0c922f98aa7f02c2cc655c0ec'/>
<id>urn:sha1:7cc177d116ad98d0c922f98aa7f02c2cc655c0ec</id>
<content type='text'>
* it's not supported by upstream

* it's broken again with 5.12.0:
  http://errors.yoctoproject.org/Errors/Build/74151/
  make[3]: Entering directory 'TOPDIR/tmp-glibc/work/core2-64-oe-linux/qtwebkit-examples/5.12.0+gitAUTOINC+2d68492004-r0/build/examples/webkitwidgets/simpleselector'
  make[3]: *** No rule to make target 'QtWebKit/QWebView', needed by '.uic/ui_window.h'.  Stop.
  make[3]: Leaving directory 'TOPDIR/tmp-glibc/work/core2-64-oe-linux/qtwebkit-examples/5.12.0+gitAUTOINC+2d68492004-r0/build/examples/webkitwidgets/simpleselector'
...
  make[3]: Entering directory 'TOPDIR/tmp-glibc/work/core2-64-oe-linux/qtwebkit-examples/5.12.0+gitAUTOINC+2d68492004-r0/build/examples/webkitwidgets/domtraversal'
  make[3]: *** No rule to make target 'QtWebKitWidgets/QWebView', needed by '.uic/ui_window.h'.  Stop.
  make[3]: Leaving directory 'TOPDIR/tmp-glibc/work/core2-64-oe-linux/qtwebkit-examples/5.12.0+gitAUTOINC+2d68492004-r0/build/examples/webkitwidgets/domtraversal'
...
  make[3]: Entering directory 'TOPDIR/tmp-glibc/work/core2-64-oe-linux/qtwebkit-examples/5.12.0+gitAUTOINC+2d68492004-r0/build/examples/webkitwidgets/formextractor'
  make[3]: *** No rule to make target 'QtWebKit/QWebView', needed by '.uic/ui_formextractor.h'.  Stop.
  make[3]: Leaving directory 'TOPDIR/tmp-glibc/work/core2-64-oe-linux/qtwebkit-examples/5.12.0+gitAUTOINC+2d68492004-r0/build/examples/webkitwidgets/formextractor'
...
  make[3]: Entering directory 'TOPDIR/tmp-glibc/work/core2-64-oe-linux/qtwebkit-examples/5.12.0+gitAUTOINC+2d68492004-r0/build/examples/webkitwidgets/previewer'
  make[3]: *** No rule to make target 'QtWebKit/QWebView', needed by '.uic/ui_previewer.h'.  Stop.
  make[3]: Leaving directory 'TOPDIR/tmp-glibc/work/core2-64-oe-linux/qtwebkit-examples/5.12.0+gitAUTOINC+2d68492004-r0/build/examples/webkitwidgets/previewer'

* nobody was interested in fixing it last time it got broken with 5.11
  upgrade:
  https://patchwork.openembedded.org/patch/151399/

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>qttranslations, packagegroup-qt5-toolchain-target: drop qmlviewer</title>
<updated>2018-12-23T19:40:35+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2018-12-22T22:38:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=1b755b2e05a95a8c1d74f131d211b814109e3a32'/>
<id>urn:sha1:1b755b2e05a95a8c1d74f131d211b814109e3a32</id>
<content type='text'>
* it was removed from qttranslations in upstream commit:
  commit c49e22e0b3a48b67f481f7362b74d90e6596b60f
  Author: Kai Koehne &lt;kai.koehne@qt.io&gt;
  Date:   Mon Dec 3 14:44:42 2018 +0100

    Drop qtquick1 module

    qtquick1 has been removed from Qt in 5.6. The qtquick1 got removed
    from the supermodule in qt 5.11.2 (see change
    d60ef0b20247 in qt5.git). So it's high time to also remove the
    qtquick1 and qmlviewer translation logic from qttranslations.

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>qtwayland: revert one patch from 5.12 branch to make it compatible with 5.12.0 qtbase</title>
<updated>2018-12-23T19:40:35+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2018-12-22T18:05:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=5443af98f1eb8a8726a0f833c578729e721ac80e'/>
<id>urn:sha1:5443af98f1eb8a8726a0f833c578729e721ac80e</id>
<content type='text'>
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>qt3d-runtime: drop patch resolved upstream</title>
<updated>2018-12-23T19:40:35+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2018-12-22T16:50:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=bd9d830eb1eef7a8e9c41cba43723b46bb20e7bf'/>
<id>urn:sha1:bd9d830eb1eef7a8e9c41cba43723b46bb20e7bf</id>
<content type='text'>
* resolved in upstream commit:
  commit 5651638d8a9d45af8ea6cdc71dc9b8b843103d2b
  Author: Samuli Piippo &lt;samuli.piippo@qt.io&gt;
  Date:   Fri Oct 19 12:11:02 2018 +0300

    Add missing include header

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>qt5everywheredemo: add dependency on qtxmlpatterns</title>
<updated>2018-12-23T19:40:35+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2018-12-22T16:46:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=44f4fc3a07d810a227249307e38acff7fba059c4'/>
<id>urn:sha1:44f4fc3a07d810a227249307e38acff7fba059c4</id>
<content type='text'>
* after xmlpatterns PACKAGECONFIG was removed from qtdeclarative it
  fails with:
  | Project ERROR: Unknown module(s) in QT: xmlpatterns

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>qtconnectivity: drop patch resolved upstream</title>
<updated>2018-12-23T19:40:35+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2018-12-22T16:45:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=77edae59c3fae1e0f23fced2e7c0ce206ff64065'/>
<id>urn:sha1:77edae59c3fae1e0f23fced2e7c0ce206ff64065</id>
<content type='text'>
* resolved in upstream commit:
  commit 2a52a400d6692b4f42d955302dee651646664385
  Author: Alex Blasche &lt;alexander.blasche@qt.io&gt;
  Date:   Wed Aug 29 10:02:58 2018 +0200

    Fix bluez config test failure on clang

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>qtwebengine: update chromium musl patchset</title>
<updated>2018-12-23T19:40:34+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@qt.io</email>
</author>
<published>2018-07-04T07:20:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=d45b966b4612fe59ac3c53e0f7a3c480d29b2fbe'/>
<id>urn:sha1:d45b966b4612fe59ac3c53e0f7a3c480d29b2fbe</id>
<content type='text'>
Signed-off-by: Mikko Gronoff &lt;mikko.gronoff@qt.io&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
</feed>
