From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 4/5] qt5: bump version to 5.6.0
Date: Sun, 20 Mar 2016 23:32:37 +0100 [thread overview]
Message-ID: <20160320233237.3e6002e3@free-electrons.com> (raw)
In-Reply-To: <1458207749-19507-5-git-send-email-corjon.j@ecagroup.com>
Hello,
On Thu, 17 Mar 2016 10:42:28 +0100, Julien Corjon wrote:
> Remove upstream committed patches (qt5base):
> - 0001-Force_egl_visual_ID_33.patch (see [1], [2])
> - 0003-xcb-egl-fixes.patch (see [3])
> - 0005-forkd-disable-eventfd-for-uclibc.patch (see [4], [5])
> - 0009-fix-eglfs-for-sunxi-mali.patch (see [6])
> - 0014-linux-oe-g-Invert-conditional-for-defining-QT_SOCKLE.patch (see [7])
>
> Remove MX6_WORKAROUND from qt5base.mk since we do not need to tweak
> EGL visual ID to 33.
>
> Remove upstream committed patch (qt5webchannel):
> - 0001-Fix-builds-without-qml-module.patch (see [8], [9])
>
> Fix Qt5Enginio to 1.6.0 version (see [10])
>
> [1] https://bugreports.qt.io/browse/QTBUG-44290
> [2] https://codereview.qt-project.org/#/c/108849/
> [3] https://codereview.qt-project.org/#/c/115438/
> [4] https://bugreports.qt.io/browse/QTBUG-47337
> [5] https://codereview.qt-project.org/#/c/121988/
> [6] https://codereview.qt-project.org/#/c/125837/
> [7] https://codereview.qt-project.org/#/c/126725/
> [8] https://bugreports.qt.io/browse/QTBUG-47360
> [9] https://codereview.qt-project.org/#/c/122086/
> [10] https://bugreports.qt.io/browse/QTBUG-50111
>
> Signed-off-by: Julien Corjon <corjon.j@ecagroup.com>
> ---
> package/qt5/qt5.mk | 4 +-
> package/qt5/qt53d/qt53d.hash | 4 +-
> .../qt5/qt5base/0001-Force_egl_visual_ID_33.patch | 27 -----
> package/qt5/qt5base/0003-xcb-egl-fixes.patch | 82 ----------------
> .../0005-forkd-disable-eventfd-for-uclibc.patch | 32 ------
> .../qt5base/0009-fix-eglfs-for-sunxi-mali.patch | 109 ---------------------
> ...Invert-conditional-for-defining-QT_SOCKLE.patch | 40 --------
> package/qt5/qt5base/qt5base.hash | 4 +-
> package/qt5/qt5base/qt5base.mk | 4 -
> package/qt5/qt5connectivity/qt5connectivity.hash | 4 +-
> package/qt5/qt5declarative/qt5declarative.hash | 4 +-
> package/qt5/qt5enginio/qt5enginio.hash | 4 +-
> package/qt5/qt5enginio/qt5enginio.mk | 4 +-
> .../qt5graphicaleffects/qt5graphicaleffects.hash | 4 +-
> package/qt5/qt5imageformats/qt5imageformats.hash | 4 +-
> package/qt5/qt5multimedia/qt5multimedia.hash | 4 +-
> package/qt5/qt5quickcontrols/qt5quickcontrols.hash | 4 +-
> package/qt5/qt5script/qt5script.hash | 4 +-
> package/qt5/qt5sensors/qt5sensors.hash | 4 +-
> package/qt5/qt5serialport/qt5serialport.hash | 4 +-
> package/qt5/qt5svg/qt5svg.hash | 4 +-
> package/qt5/qt5tools/qt5tools.hash | 4 +-
> .../0001-Fix-builds-without-qml-module.patch | 61 ------------
> package/qt5/qt5webchannel/qt5webchannel.hash | 4 +-
> package/qt5/qt5websockets/qt5websockets.hash | 4 +-
> package/qt5/qt5x11extras/qt5x11extras.hash | 4 +-
> package/qt5/qt5xmlpatterns/qt5xmlpatterns.hash | 4 +-
> 27 files changed, 41 insertions(+), 394 deletions(-)
> delete mode 100644 package/qt5/qt5base/0001-Force_egl_visual_ID_33.patch
> delete mode 100644 package/qt5/qt5base/0003-xcb-egl-fixes.patch
> delete mode 100644 package/qt5/qt5base/0005-forkd-disable-eventfd-for-uclibc.patch
> delete mode 100644 package/qt5/qt5base/0009-fix-eglfs-for-sunxi-mali.patch
> delete mode 100644 package/qt5/qt5base/0014-linux-oe-g-Invert-conditional-for-defining-QT_SOCKLE.patch
> delete mode 100644 package/qt5/qt5webchannel/0001-Fix-builds-without-qml-module.patch
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next prev parent reply other threads:[~2016-03-20 22:32 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-17 9:42 [Buildroot] [PATCH 0/5] Qt5 bump to 5.6.0 version Julien Corjon
2016-03-17 9:42 ` [Buildroot] [PATCH 1/5] package/qt5quick1: remove obsolete package Julien Corjon
2016-03-18 9:49 ` Peter Seiderer
2016-03-20 22:32 ` Thomas Petazzoni
2016-03-17 9:42 ` [Buildroot] [PATCH 2/5] package/qt5webkit: " Julien Corjon
2016-03-21 15:56 ` Gary Bisson
2016-03-22 9:52 ` Julien CORJON
2016-03-17 9:42 ` [Buildroot] [PATCH 3/5] package/qt5webkit-examples: " Julien Corjon
2016-03-17 9:42 ` [Buildroot] [PATCH 4/5] qt5: bump version to 5.6.0 Julien Corjon
2016-03-20 22:32 ` Thomas Petazzoni [this message]
2016-03-17 9:42 ` [Buildroot] [PATCH 5/5] qt5: add GPLv3 and GFDLv1.3 licensing informations Julien Corjon
2016-03-20 22:35 ` Thomas Petazzoni
2016-03-21 10:45 ` [Buildroot] [PATCH 0/5] Qt5 bump to 5.6.0 version Gary Bisson
2016-03-21 11:05 ` Julien CORJON
2016-03-21 11:00 ` [Buildroot] [PATCH v2] qt5: add GPLv3 and GFDLv1.3 licensing informations Julien Corjon
2016-03-26 17:55 ` Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160320233237.3e6002e3@free-electrons.com \
--to=thomas.petazzoni@free-electrons.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox