<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/package/qt5/qt5script/qt5script.hash, 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: 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>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>
</feed>
