summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtbase/0001-disable-qt_random_cpu.patch
Commit message (Collapse)AuthorAgeFilesLines
* Split meta-boot2qt layerSamuli Piippo2018-03-121-25/+0
| | | | | | | | | | | Move distro specific recipes to own layer and leave only new recipes and bbclasses to meta-boot2qt layer. This makes it easier to include meta-boot2qt to your own distro layer to get access e.g., QDB and QBSP recipes that might be useful even without boot2qt distro. Task-number: QTBUG-65871 Change-Id: I6c353774dd1668b00f2d05aa262ad866b90bdef6 Reviewed-by: Timo Aarnipuro <timo.aarnipuro@qt.io>
* qtbase: update patch for 5.10.0 RC2Mikko Gronoff2017-11-291-3/+3
| | | | | Change-Id: I79d6f5c35f5960f3b42ef5942f4f767d6ae4e65e Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* qtbase: add workaround for internal compiler errorSamuli Piippo2017-11-251-0/+25
mingw32 build fails with gcc's internal compiler error: in ix86_compute_frame_layout, at config/i386/i386.c:11420 As a workaround, disable to offending code. Task-number: QTBUG-64707 Change-Id: I8fcc767dc3eaba131944a06d13c773842a18af76 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>