<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/package/qt5/qt5script, branch 2016.02</title>
<subtitle>OpenPOWER buildroot sources</subtitle>
<id>https://git.raptorcs.com/git/buildroot/atom?h=2016.02</id>
<link rel='self' href='https://git.raptorcs.com/git/buildroot/atom?h=2016.02'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/'/>
<updated>2016-02-03T22:26:51+00:00</updated>
<entry>
<title>qt5: bump version to 5.5.1</title>
<updated>2016-02-03T22:26:51+00:00</updated>
<author>
<name>Peter Seiderer</name>
<email>ps.report@gmx.net</email>
</author>
<published>2016-02-03T22:01:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=c2174c1ae47ef3db83b453d16c51aa30308c2e14'/>
<id>urn:sha1:c2174c1ae47ef3db83b453d16c51aa30308c2e14</id>
<content type='text'>
Reduce hash lists to strongest only (sha256).

Remove upstream committed patches (qt5base):
 - 0004-no-gold-linker-for-host-build.patch (see [1], [2])
 - 0007-big_endian-fix_destformat.patch (see [3])
 - 0008-QtGui-force-image-dir-in-include_path.patch (see [4], [5])

[1] https://bugreports.qt.io/browse/QTBUG-46125
[2] https://codereview.qt-project.org/#/c/113563/
[3] https://codereview.qt-project.org/#/c/120654/
[4] https://bugreports.qt.io/browse/QTBUG-47400
[5] https://codereview.qt-project.org/#/c/122145/

Signed-off-by: Peter Seiderer &lt;ps.report@gmx.net&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>qt5: remove GPLv2 license from qt5declarative, qt5script and qt5svg</title>
<updated>2015-07-22T20:50:34+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2015-07-22T20:50:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=bdd522f9213788d404540f5c016bdd431d9be04a'/>
<id>urn:sha1:bdd522f9213788d404540f5c016bdd431d9be04a</id>
<content type='text'>
Since Qt 5.5, those three modules have lost their GPLv2 licensing
option. Remains the LGPLv2.1 with exception and LGPLv3 as the possible
open-source licenses.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>qt/qt5quick1, qt/qt5script, qt/qt5webkit: tag as legacy compatibility</title>
<updated>2015-07-21T21:21:23+00:00</updated>
<author>
<name>Julien CORJON</name>
<email>corjon.j@ecagroup.com</email>
</author>
<published>2015-07-21T11:30:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=751f6f5af501983cc2b05fc9519fb0b1c7b57733'/>
<id>urn:sha1:751f6f5af501983cc2b05fc9519fb0b1c7b57733</id>
<content type='text'>
Signed-off-by: Julien Corjon &lt;corjon.j@ecagroup.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>qt5: bump version to 5.5.0</title>
<updated>2015-07-21T21:20:47+00:00</updated>
<author>
<name>Julien CORJON</name>
<email>corjon.j@ecagroup.com</email>
</author>
<published>2015-07-21T11:30:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=105c23cedb54f34e80a303c6af02c4398f72f029'/>
<id>urn:sha1:105c23cedb54f34e80a303c6af02c4398f72f029</id>
<content type='text'>
QT5BASE_EGLFS_PLATFORM_HOOKS_SOURCES is no longer useful since eglfs does not
depend on the device makespecs anymore. Instead, backends are autodetected by
configure [1]. We still need specifics include path for rpi eglfs support.

0008-forkd-disable-eventfd-for-uclibc.patch disable missing eventfd in new Qt
3rd party forkd for uClibc toolchains.

Remove patches commited in Qt mainline and update pending one

[1] https://codereview.qt-project.org/#/c/107548/

Passed test :
  - Full compilation on ARM/uClibc
  - Partialy compiled and tested on i.MX6/linaro with OpenGL backend
  - Partialy compiled but not executed for Raspberry Pi (rpi-userland)

Signed-off-by: Julien Corjon &lt;corjon.j@ecagroup.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>qt5: update hashes for 5.4.1</title>
<updated>2015-04-02T19:51:50+00:00</updated>
<author>
<name>Will Wagner</name>
<email>will_wagner@carallon.com</email>
</author>
<published>2015-04-02T17:11:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=edd2ba9502c31c003c5c60652d72b63bb7ff1968'/>
<id>urn:sha1:edd2ba9502c31c003c5c60652d72b63bb7ff1968</id>
<content type='text'>
When updating Qt to 5.4.1 the hash files were omitted

Signed-off-by: Will Wagner &lt;will_wagner@carallon.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>qt5: update URLs to use Qt's new domain</title>
<updated>2015-02-02T21:02:57+00:00</updated>
<author>
<name>Fatih Aşıcı</name>
<email>fatih.asici@gmail.com</email>
</author>
<published>2015-01-22T12:37:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=1ca2171a645a1ffe579b55501b410ef12570ffee'/>
<id>urn:sha1:1ca2171a645a1ffe579b55501b410ef12570ffee</id>
<content type='text'>
Signed-off-by: Fatih Aşıcı &lt;fatih.asici@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>qt5: bump to version 5.4.0</title>
<updated>2015-02-02T20:47:39+00:00</updated>
<author>
<name>Fatih Aşıcı</name>
<email>fatih.asici@gmail.com</email>
</author>
<published>2015-01-22T12:37:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=9fff65cf1a1278702b5c9a5fb63e0cec583ab593'/>
<id>urn:sha1:9fff65cf1a1278702b5c9a5fb63e0cec583ab593</id>
<content type='text'>
qt5base:
  - Add patches to fix uClibc build.

qt5connectivity:
  - Add patches to fix build with -no-c++11

qt5declarative:
  - Remove the line that installs accessible plugin. The functionality
    is moved into the qtquick library.

qt5webkit:
  - Remove egl patch. This should be fixed with CONFIG += egl option.

qt5websockets:
  - Remove upstreamed patch.

Changelogs: https://qt-project.org/wiki/Change-files-in-Qt-5.4.0
Signed-off-by: Fatih Aşıcı &lt;fatih.asici@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS</title>
<updated>2014-12-11T21:48:13+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2014-12-03T21:41:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=665e13c85e1fd216499cdd335a88a4d1c20f175f'/>
<id>urn:sha1:665e13c85e1fd216499cdd335a88a4d1c20f175f</id>
<content type='text'>
Since a while, the semantic of BR2_PREFER_STATIC_LIB has been changed
from "prefer static libraries when possible" to "use only static
libraries". The former semantic didn't make much sense, since the user
had absolutely no control/idea of which package would use static
libraries, and which packages would not. Therefore, for quite some
time, we have been starting to enforce that BR2_PREFER_STATIC_LIB
should really build everything with static libraries.

As a consequence, this patch renames BR2_PREFER_STATIC_LIB to
BR2_STATIC_LIBS, and adjust the Config.in option accordingly.

This also helps preparing the addition of other options to select
shared, shared+static or just static.

Note that we have verified that this commit can be reproduced by
simply doing a global rename of BR2_PREFER_STATIC_LIB to
BR2_STATIC_LIBS plus adding BR2_PREFER_STATIC_LIB to Config.in.legacy.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Reviewed-by: "Yann E. MORIN" &lt;yann.morin.1998@free.fr&gt;
</content>
</entry>
<entry>
<title>qt5: add hashes</title>
<updated>2014-09-26T19:13:13+00:00</updated>
<author>
<name>Fatih Aşıcı</name>
<email>fatih.asici@gmail.com</email>
</author>
<published>2014-09-26T11:36:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=1e93aa4b9973c24cb16446b2373c222d512eb2e5'/>
<id>urn:sha1:1e93aa4b9973c24cb16446b2373c222d512eb2e5</id>
<content type='text'>
Signed-off-by: Fatih Aşıcı &lt;fatih.asici@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>qt5: bump to 5.3.1</title>
<updated>2014-06-27T11:08:04+00:00</updated>
<author>
<name>Fatih Aşıcı</name>
<email>fatih.asici@gmail.com</email>
</author>
<published>2014-06-27T06:19:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=9c169981c3fcab95c284c42e81bca16caf3950e3'/>
<id>urn:sha1:9c169981c3fcab95c284c42e81bca16caf3950e3</id>
<content type='text'>
Remove upstreamed patch.

Signed-off-by: Fatih Aşıcı &lt;fatih.asici@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
</feed>
