summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtwebengine/0001-Force-host-toolchain-configuration.patch
Commit message (Collapse)AuthorAgeFilesLines
* qtwebengine: update to 5.9.2Samuli Piippo2017-08-171-6/+34
| | | | | | | | | Needs additional patching to resolve host architecture correctly. Task-number: QTBUG-62450 Change-Id: I9bd55839c9a1687ade30006ac9cfd36f5fce4648 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Michal Klocek <michal.klocek@qt.io>
* qtwebengine: fix build with latest oe-coreSamuli Piippo2017-06-081-2/+2
| | | | | | | | oe-core has now a whitelist for all the allowed host tools (HOSTTOOL). Change the used host compiler to gcc/g++ which are already whitelisted. Change-Id: I5513ef5755e4e827e9f73abbca4738d77f5b26ba Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* qtwebengine: update to latest versionSamuli Piippo2017-03-291-7/+5
| | | | | | | | | | | Includes fix for Intel NUC build, where target and host have the same architecture. Remove no longer required patches. Last chromium patch left in place as it might still be required. Task-number: QTBUG-59768 Change-Id: I2c598926e56c07224fffb43af98834d225b10bad Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* qtwebengine: update to use gn based build systemSamuli Piippo2017-03-221-0/+71
QtWebEngine switched from gyp to gn when generating ninja files. Parts of the build need to be done using host toolchain, which needs to be patched to work with bitbake builds. Change-Id: I5241f215fbaf49a2dedd8699b7984de33f38b5d3 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>