mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
df5bf982de
This commit adds a patch to python-pyqt5 to make it build properly against Qt 5.11. PyQt5 is using a dual-licensing model, and the commercial company behind it (RiverBank) only provides release tarballs, and no public Git repository, so we cannot see the individual changes they make. By diffing the PyQt5 5.10 and 5.11 releases, we could see that they opted for dropping entirely support for the waitForEvents() method, rather than keeping it for Qt < 5.11. We take the same approach in the below patch, since this is anyway what will happen when we will bump to PyQt5 5.11. The patch is not Git-formatted, because there is no upstream Git repository for this project. Fixes: http://autobuild.buildroot.net/results/1f1e92374fe71a1d4343243db5f530c33db06698/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> |
||
---|---|---|
.. | ||
0001-configure-skip-qtdetail.patch | ||
0002-fix-qt-5.6.2.patch | ||
0003-remove-WindowOkButtonHint-and-WindowCancelButtonHint.patch | ||
0004-drop-qttest-qtestmouse-waitforevents.patch | ||
Config.in | ||
python-pyqt5.hash | ||
python-pyqt5.mk |