diff options
author | Mikko Gronoff <mikko.gronoff@qt.io> | 2019-05-03 12:24:15 +0300 |
---|---|---|
committer | Mikko Gronoff <mikko.gronoff@qt.io> | 2019-05-03 12:25:44 +0300 |
commit | e26163d066a867ca8f630f7caffff207ef26b4a7 (patch) | |
tree | c55678478e7bb344459d9bdf2528f4e321e9c4d0 /recipes-qt/qt5/qtwebengine/0001-Force-host-toolchain-configuration.patch | |
parent | 0778f92089010ac7e2c3ee1f36c8c9d5c102bbf9 (diff) | |
parent | 89ac66bf3969b48eb771ef4c06a0b8df00fd178a (diff) | |
download | meta-qt5-e26163d066a867ca8f630f7caffff207ef26b4a7.tar.gz |
Merge remote-tracking branch 'qtyocto/5.12' into 5.13
* qtyocto/5.12:
89ac66b Merge remote-tracking branch 'qtyocto/upstream/warrior' into 5.12
f087aeb Revert "qtbase: Adjust target mkspec settings"
8586caf qt5: update SRCREVs after v5.12.3 tags were downmerged to 5.12 branch
7dc422d qtwayland: check also that the destination for private headers exists before installing them
84d647a qtwayland: improve manual header installation
3d60f9a qtwayland: workaround upstream bug: install missing headers manually
eb5d6da qtwayland: disable gold for all archs like in qtbase
e2707a0 qt5: upgrade to 5.12.3
0778424 qtbase: disable gold for all archs not just x86
4303873 qtbase-native: use QT_CONFIG_FLAGS variable like qtbase and nativesdk-qtbase
8895ea3 qtbase: Fix build with recent oe-core/pseudo on hosts with glibc >= 2.28
95974f4 qtbase, qtmultimedia: refresh patches to apply cleanly and update them on github.com/meta-qt5 forks
a4bf240 qtbase-native: add native libdir to search path
adf7f60 qt5: patch build paths from installed files
28d4bfd Upgrade to 5.12.2
5a32838 layer.conf: Add warrior to compatible release series
Conflicts:
recipes-qt/qt5/qt3d/0001-Allow-a-tools-only-build.patch
recipes-qt/qt5/qtbase_git.bb
recipes-qt/qt5/qtwebengine/0001-Force-host-toolchain-configuration.patch
recipes-qt/qt5/qtwebengine/chromium/0001-chromium-Force-host-toolchain-configuration.patch
recipes-qt/qt5/qtwebengine/chromium/0003-chromium-Fix-build-with-gcc8.patch
recipes-qt/qt5/qtwebengine/chromium/0019-chromium-fix-build-with-clang.patch
recipes-qt/qt5/qtwebengine/chromium/0020-chromium-Check-for-__ARM_FP-2-before-using-__fp16.patch
recipes-qt/qt5/qtwebengine/chromium/0021-chromium-Exclude-CRC32-for-32bit-arm.patch
Change-Id: Iec1b6e65f8dfbb73ab96d68a91ff6a5e7d93c7de
Diffstat (limited to 'recipes-qt/qt5/qtwebengine/0001-Force-host-toolchain-configuration.patch')
-rw-r--r-- | recipes-qt/qt5/qtwebengine/0001-Force-host-toolchain-configuration.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/recipes-qt/qt5/qtwebengine/0001-Force-host-toolchain-configuration.patch b/recipes-qt/qt5/qtwebengine/0001-Force-host-toolchain-configuration.patch index 544e5ebe..bef8ad6d 100644 --- a/recipes-qt/qt5/qtwebengine/0001-Force-host-toolchain-configuration.patch +++ b/recipes-qt/qt5/qtwebengine/0001-Force-host-toolchain-configuration.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 4bd5ee8a79729c29795568568a9cd7a01d9c338b Mon Sep 17 00:00:00 2001 | 1 | From bf92c8a03189d7a559aff7d62c2d9fc6047d2659 Mon Sep 17 00:00:00 2001 |
2 | From: Samuli Piippo <samuli.piippo@qt.io> | 2 | From: Samuli Piippo <samuli.piippo@qt.io> |
3 | Date: Wed, 15 Mar 2017 13:53:28 +0200 | 3 | Date: Wed, 15 Mar 2017 13:53:28 +0200 |
4 | Subject: [PATCH] Force host toolchain configuration | 4 | Subject: [PATCH] Force host toolchain configuration |
@@ -19,7 +19,7 @@ Signed-off-by: Samuli Piippo <samuli.piippo@qt.io> | |||
19 | 3 files changed, 10 insertions(+), 10 deletions(-) | 19 | 3 files changed, 10 insertions(+), 10 deletions(-) |
20 | 20 | ||
21 | diff --git a/src/buildtools/configure_host.pro b/src/buildtools/configure_host.pro | 21 | diff --git a/src/buildtools/configure_host.pro b/src/buildtools/configure_host.pro |
22 | index dd0d3e3..6312c86 100644 | 22 | index dd0d3e32..70161c82 100644 |
23 | --- a/src/buildtools/configure_host.pro | 23 | --- a/src/buildtools/configure_host.pro |
24 | +++ b/src/buildtools/configure_host.pro | 24 | +++ b/src/buildtools/configure_host.pro |
25 | @@ -4,7 +4,7 @@ TEMPLATE = aux | 25 | @@ -4,7 +4,7 @@ TEMPLATE = aux |
@@ -38,9 +38,9 @@ index dd0d3e3..6312c86 100644 | |||
38 | -" cc = \"$$which($$QMAKE_CC)\" " \ | 38 | -" cc = \"$$which($$QMAKE_CC)\" " \ |
39 | -" cxx = \"$$which($$QMAKE_CXX)\" " \ | 39 | -" cxx = \"$$which($$QMAKE_CXX)\" " \ |
40 | -" ld = \"$$which($$QMAKE_LINK)\" " \ | 40 | -" ld = \"$$which($$QMAKE_LINK)\" " \ |
41 | +" cc = \"$$which($$CC_host)\" " \ | 41 | +" cc = \"$$which(gcc)\" " \ |
42 | +" cxx = \"$$which($$CXX_host)\" " \ | 42 | +" cxx = \"$$which(g++)\" " \ |
43 | +" ld = \"$$which($$CXX_host)\" " \ | 43 | +" ld = \"$$which(g++)\" " \ |
44 | " ar = \"$$which(ar)\" " \ | 44 | " ar = \"$$which(ar)\" " \ |
45 | " nm = \"$$which(nm)\" " \ | 45 | " nm = \"$$which(nm)\" " \ |
46 | " extra_cppflags = \"$$GN_HOST_EXTRA_CPPFLAGS\" " \ | 46 | " extra_cppflags = \"$$GN_HOST_EXTRA_CPPFLAGS\" " \ |
@@ -51,9 +51,9 @@ index dd0d3e3..6312c86 100644 | |||
51 | -" cc = \"$$which($$QMAKE_CC)\" " \ | 51 | -" cc = \"$$which($$QMAKE_CC)\" " \ |
52 | -" cxx = \"$$which($$QMAKE_CXX)\" " \ | 52 | -" cxx = \"$$which($$QMAKE_CXX)\" " \ |
53 | -" ld = \"$$which($$QMAKE_LINK)\" " \ | 53 | -" ld = \"$$which($$QMAKE_LINK)\" " \ |
54 | +" cc = \"$$which($$CC_host)\" " \ | 54 | +" cc = \"$$which(gcc)\" " \ |
55 | +" cxx = \"$$which($$CXX_host)\" " \ | 55 | +" cxx = \"$$which(g++)\" " \ |
56 | +" ld = \"$$which($$CXX_host)\" " \ | 56 | +" ld = \"$$which(g++)\" " \ |
57 | " ar = \"$$which(ar)\" " \ | 57 | " ar = \"$$which(ar)\" " \ |
58 | " nm = \"$$which(nm)\" " \ | 58 | " nm = \"$$which(nm)\" " \ |
59 | " toolchain_args = { " \ | 59 | " toolchain_args = { " \ |