* [Buildroot] [PATCH] package/python-pyqt5: fix build with Qt 5.6.3'
@ 2017-10-29 8:15 Scott Ellis
2017-10-29 19:49 ` Thomas Petazzoni
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Scott Ellis @ 2017-10-29 8:15 UTC (permalink / raw)
To: buildroot
This commit adds 5_6_3 to the Timeline patch that fixed
builds with Qt 5.6.2.
Signed-off-by: Scott Ellis <scott@jumpnowtek.com>
---
package/python-pyqt5/0002-fix-qt-5.6.2.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/python-pyqt5/0002-fix-qt-5.6.2.patch b/package/python-pyqt5/0002-fix-qt-5.6.2.patch
index a56af09..730104e 100644
--- a/package/python-pyqt5/0002-fix-qt-5.6.2.patch
+++ b/package/python-pyqt5/0002-fix-qt-5.6.2.patch
@@ -22,7 +22,7 @@ Index: PyQt5_gpl-5.7/sip/QtCore/QtCoremod.sip
%Module(name=PyQt5.QtCore, call_super_init=True, default_VirtualErrorHandler=PyQt5, keyword_arguments="Optional", version=1)
-%Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 Qt_5_6_0 Qt_5_6_1 Qt_5_7_0}
-+%Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_7_0}
++%Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_7_0}
%Platforms {WS_X11 WS_WIN WS_MACX}
--
2.7.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] package/python-pyqt5: fix build with Qt 5.6.3'
2017-10-29 8:15 [Buildroot] [PATCH] package/python-pyqt5: fix build with Qt 5.6.3' Scott Ellis
@ 2017-10-29 19:49 ` Thomas Petazzoni
2017-11-26 8:12 ` Peter Korsgaard
2017-11-26 8:13 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2017-10-29 19:49 UTC (permalink / raw)
To: buildroot
Hello,
On Sun, 29 Oct 2017 04:15:49 -0400, Scott Ellis wrote:
> This commit adds 5_6_3 to the Timeline patch that fixed
> builds with Qt 5.6.2.
>
> Signed-off-by: Scott Ellis <scott@jumpnowtek.com>
> ---
> package/python-pyqt5/0002-fix-qt-5.6.2.patch | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to master, after further tweaking the commit log, and adjusting
the patch description to mention 5.6.3 being fixed as well.
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] package/python-pyqt5: fix build with Qt 5.6.3'
2017-10-29 8:15 [Buildroot] [PATCH] package/python-pyqt5: fix build with Qt 5.6.3' Scott Ellis
2017-10-29 19:49 ` Thomas Petazzoni
@ 2017-11-26 8:12 ` Peter Korsgaard
2017-11-26 8:13 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2017-11-26 8:12 UTC (permalink / raw)
To: buildroot
>>>>> "Scott" == Scott Ellis <scottellis.developer@gmail.com> writes:
> This commit adds 5_6_3 to the Timeline patch that fixed
> builds with Qt 5.6.2.
> Signed-off-by: Scott Ellis <scott@jumpnowtek.com>
Committed to 2017.02.x and 2017.08.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] package/python-pyqt5: fix build with Qt 5.6.3'
2017-10-29 8:15 [Buildroot] [PATCH] package/python-pyqt5: fix build with Qt 5.6.3' Scott Ellis
2017-10-29 19:49 ` Thomas Petazzoni
2017-11-26 8:12 ` Peter Korsgaard
@ 2017-11-26 8:13 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2017-11-26 8:13 UTC (permalink / raw)
To: buildroot
>>>>> "Scott" == Scott Ellis <scottellis.developer@gmail.com> writes:
> This commit adds 5_6_3 to the Timeline patch that fixed
> builds with Qt 5.6.2.
> Signed-off-by: Scott Ellis <scott@jumpnowtek.com>
Committed to 2017.02.x and 2017.08.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-11-26 8:13 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-29 8:15 [Buildroot] [PATCH] package/python-pyqt5: fix build with Qt 5.6.3' Scott Ellis
2017-10-29 19:49 ` Thomas Petazzoni
2017-11-26 8:12 ` Peter Korsgaard
2017-11-26 8:13 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox