summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtwebengine/0002-chromium-Force-host-toolchain-configuration.patch
Commit message (Collapse)AuthorAgeFilesLines
* qt5: update submodules to 5.10.0 RC3v5.10.0Mikko Gronoff2017-12-011-16/+9
| | | | | Change-Id: I9b94b012ac53db65aae076ff2618d435e74471f2 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* qt: upgrade to latest revision in 5.9 branchMartin Jansa2017-08-221-1/+1
| | | | | | * 3 patches were included upstream Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Upgrade to Qt 5.9.0Samuli Piippo2017-08-201-0/+40
* adapt QtWebEngine recipe to use GN instead of GYP * add QtRemoteObjects and QtWebView as a new Qt modules * update available QtBase configure arguments * remove obsolete patches * patch all .pc files to remove build paths * include generated QML cache files in packages * the patch "configure paths for target qmake properly" could not be applied anymore and support must be done differently * QtWebEngine now requires gcc-multilib to be installed on the host system, because the host tools are built to the same bitness as the target (arm -> x86, aarch64 -> x86-64) * refresh the patches to match with b5.9* branches on: https://github.com/meta-qt5/qtbase https://github.com/meta-qt5/qtwebengine and 56-based branch on https://github.com/meta-qt5/qtwebengine-chromium Signed-off-by: Samuli Piippo <samuli.piippo@qt.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>