diff options
author | Mikko Gronoff <mikko.gronoff@qt.io> | 2019-05-24 13:29:44 +0300 |
---|---|---|
committer | Mikko Gronoff <mikko.gronoff@qt.io> | 2019-05-24 13:31:15 +0300 |
commit | 2e8d5570e5ba1e705a45085d7c6cb81629de709a (patch) | |
tree | 2b8c43a6c496103c91c964aef58cbfd3db4d00ab /recipes-qt/qt5/qtwebengine/0001-Force-host-toolchain-configuration.patch | |
parent | 5bbb8d27ca10c38300bfc0c31c68470eb32b7711 (diff) | |
parent | baf9b8e6918c76d7f58d557d9a102b5b5d1727c0 (diff) | |
download | meta-qt5-2e8d5570e5ba1e705a45085d7c6cb81629de709a.tar.gz |
Merge remote-tracking branch 'qtyocto/5.12' into 5.13
* qtyocto/5.12:
baf9b8e Merge remote-tracking branch 'qtyocto/upstream/warrior' into 5.12
60e61ea qt3d-runtime: update to v2.3
cad5f8c qtbase: add no-opengl to PACKAGECONFIG_GL when opengl isn't in DISTRO_FEATURES
44aab3a qtbase: add accessibility from PACKAGECONFIG_KDE to PACKAGECONFIG_DEFAULT
000e298 qtbase: add libxext dependency for xcb PACKAGECONFIG
ba08444 python-pyqt5: Update to version 5.12.1.
6a1a387 python-pyqt: Fix annoying problems.
c7e0ba5 qtwebengine: arm: use OE specified -mcpu option
9c62c01 qtbase-tools: Fix error during pkg_postinst
f4531ec qtwebengine: restore the fix for build with clang/libc++ on aarch64/arm
Change-Id: I1e4d574975d80b0213d9f41cd1c060113429493b
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 9e3eeed0..d15af51e 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 a35a1ee7e93610d049da6eb0931f69f2647a93dc Mon Sep 17 00:00:00 2001 | 1 | From eb0b90b8809a8d8bd76999056d74d433a6c23184 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..70161c8 100644 | 22 | index dd0d3e32..6312c867 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..70161c8 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(gcc)\" " \ | 41 | +" cc = \"$$which($$CC_host)\" " \ |
42 | +" cxx = \"$$which(g++)\" " \ | 42 | +" cxx = \"$$which($$CXX_host)\" " \ |
43 | +" ld = \"$$which(g++)\" " \ | 43 | +" ld = \"$$which($$CXX_host)\" " \ |
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..70161c8 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(gcc)\" " \ | 54 | +" cc = \"$$which($$CC_host)\" " \ |
55 | +" cxx = \"$$which(g++)\" " \ | 55 | +" cxx = \"$$which($$CXX_host)\" " \ |
56 | +" ld = \"$$which(g++)\" " \ | 56 | +" ld = \"$$which($$CXX_host)\" " \ |
57 | " ar = \"$$which(ar)\" " \ | 57 | " ar = \"$$which(ar)\" " \ |
58 | " nm = \"$$which(nm)\" " \ | 58 | " nm = \"$$which(nm)\" " \ |
59 | " toolchain_args = { " \ | 59 | " toolchain_args = { " \ |