diff options
author | Mikko Gronoff <mikko.gronoff@qt.io> | 2019-05-23 10:28:00 +0300 |
---|---|---|
committer | Mikko Gronoff <mikko.gronoff@qt.io> | 2019-05-23 10:34:18 +0300 |
commit | baf9b8e6918c76d7f58d557d9a102b5b5d1727c0 (patch) | |
tree | 9cbaaa54acd3ce1d0cc52b7a9045240723f8b9da /recipes-qt/qt5 | |
parent | 89ac66bf3969b48eb771ef4c06a0b8df00fd178a (diff) | |
parent | 60e61ea26a0f221fdb8c992990686c9f449f27c5 (diff) | |
download | meta-qt5-baf9b8e6918c76d7f58d557d9a102b5b5d1727c0.tar.gz |
Merge remote-tracking branch 'qtyocto/upstream/warrior' into 5.12
* qtocto/upstream/warrior:
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
Conflicts:
recipes-qt/qt5/qtbase_git.bb
Change-Id: I853b6669bd4e42224b278587c412032903ba5555
Diffstat (limited to 'recipes-qt/qt5')
6 files changed, 57 insertions, 15 deletions
diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb index 5df0043e..00e994db 100644 --- a/recipes-qt/qt5/qtbase_git.bb +++ b/recipes-qt/qt5/qtbase_git.bb | |||
@@ -38,10 +38,10 @@ SRC_URI += "\ | |||
38 | RDEPENDS_${PN}-tools += "perl" | 38 | RDEPENDS_${PN}-tools += "perl" |
39 | 39 | ||
40 | # separate some parts of PACKAGECONFIG which are often changed | 40 | # separate some parts of PACKAGECONFIG which are often changed |
41 | PACKAGECONFIG_GL ?= "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gl', '', d)}" | 41 | PACKAGECONFIG_GL ?= "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gl', 'no-opengl', d)}" |
42 | PACKAGECONFIG_FB ?= "${@bb.utils.contains('DISTRO_FEATURES', 'directfb', 'directfb', '', d)}" | 42 | PACKAGECONFIG_FB ?= "${@bb.utils.contains('DISTRO_FEATURES', 'directfb', 'directfb', '', d)}" |
43 | PACKAGECONFIG_X11 ?= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xcb xcb-xinput glib xkb xkbcommon', '', d)}" | 43 | PACKAGECONFIG_X11 ?= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xcb xcb-xinput glib xkb xkbcommon', '', d)}" |
44 | PACKAGECONFIG_KDE ?= "${@bb.utils.contains('DISTRO_FEATURES', 'kde', 'sm cups fontconfig kms gbm libinput sql-sqlite accessibility openssl', '', d)}" | 44 | PACKAGECONFIG_KDE ?= "${@bb.utils.contains('DISTRO_FEATURES', 'kde', 'sm cups fontconfig kms gbm libinput sql-sqlite openssl', '', d)}" |
45 | PACKAGECONFIG_FONTS ?= "" | 45 | PACKAGECONFIG_FONTS ?= "" |
46 | PACKAGECONFIG_SYSTEM ?= "jpeg libpng zlib" | 46 | PACKAGECONFIG_SYSTEM ?= "jpeg libpng zlib" |
47 | PACKAGECONFIG_DISTRO ?= "" | 47 | PACKAGECONFIG_DISTRO ?= "" |
@@ -49,7 +49,7 @@ PACKAGECONFIG_DISTRO ?= "" | |||
49 | PACKAGECONFIG_RELEASE ?= "release" | 49 | PACKAGECONFIG_RELEASE ?= "release" |
50 | # This is in qt5.inc, because qtwebkit-examples are using it to enable ca-certificates dependency | 50 | # This is in qt5.inc, because qtwebkit-examples are using it to enable ca-certificates dependency |
51 | # PACKAGECONFIG_OPENSSL ?= "openssl" | 51 | # PACKAGECONFIG_OPENSSL ?= "openssl" |
52 | PACKAGECONFIG_DEFAULT ?= "dbus udev evdev widgets tools libs freetype tests \ | 52 | PACKAGECONFIG_DEFAULT ?= "accessibility dbus udev evdev widgets tools libs freetype tests \ |
53 | ${@bb.utils.contains('SELECTED_OPTIMIZATION', '-Os', 'optimize-size ltcg', '', d)} \ | 53 | ${@bb.utils.contains('SELECTED_OPTIMIZATION', '-Os', 'optimize-size ltcg', '', d)} \ |
54 | ${@bb.utils.contains('DISTRO_FEATURES', 'qt5-static', 'static', '', d)} \ | 54 | ${@bb.utils.contains('DISTRO_FEATURES', 'qt5-static', 'static', '', d)} \ |
55 | " | 55 | " |
@@ -103,7 +103,7 @@ PACKAGECONFIG[no-opengl] = "-no-opengl" | |||
103 | PACKAGECONFIG[tslib] = "-tslib,-no-tslib,tslib" | 103 | PACKAGECONFIG[tslib] = "-tslib,-no-tslib,tslib" |
104 | PACKAGECONFIG[cups] = "-cups,-no-cups,cups" | 104 | PACKAGECONFIG[cups] = "-cups,-no-cups,cups" |
105 | PACKAGECONFIG[dbus] = "-dbus,-no-dbus,dbus" | 105 | PACKAGECONFIG[dbus] = "-dbus,-no-dbus,dbus" |
106 | PACKAGECONFIG[xcb] = "-xcb -xcb-xlib -system-xcb,-no-xcb,libxcb xcb-util-wm xcb-util-image xcb-util-keysyms xcb-util-renderutil" | 106 | PACKAGECONFIG[xcb] = "-xcb -xcb-xlib -system-xcb,-no-xcb,libxcb xcb-util-wm xcb-util-image xcb-util-keysyms xcb-util-renderutil libxext" |
107 | PACKAGECONFIG[sql-ibase] = "-sql-ibase,-no-sql-ibase" | 107 | PACKAGECONFIG[sql-ibase] = "-sql-ibase,-no-sql-ibase" |
108 | PACKAGECONFIG[sql-mysql] = "-sql-mysql -mysql_config ${STAGING_BINDIR_CROSS}/mysql_config,-no-sql-mysql,mysql5" | 108 | PACKAGECONFIG[sql-mysql] = "-sql-mysql -mysql_config ${STAGING_BINDIR_CROSS}/mysql_config,-no-sql-mysql,mysql5" |
109 | PACKAGECONFIG[sql-psql] = "-sql-psql,-no-sql-psql,postgresql" | 109 | PACKAGECONFIG[sql-psql] = "-sql-psql,-no-sql-psql,postgresql" |
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 7136b475..8de23c76 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 bf92c8a03189d7a559aff7d62c2d9fc6047d2659 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 |
@@ -18,7 +18,7 @@ Signed-off-by: Samuli Piippo <samuli.piippo@qt.io> | |||
18 | 2 files changed, 8 insertions(+), 8 deletions(-) | 18 | 2 files changed, 8 insertions(+), 8 deletions(-) |
19 | 19 | ||
20 | diff --git a/src/buildtools/configure_host.pro b/src/buildtools/configure_host.pro | 20 | diff --git a/src/buildtools/configure_host.pro b/src/buildtools/configure_host.pro |
21 | index dd0d3e32..70161c82 100644 | 21 | index dd0d3e32..6312c867 100644 |
22 | --- a/src/buildtools/configure_host.pro | 22 | --- a/src/buildtools/configure_host.pro |
23 | +++ b/src/buildtools/configure_host.pro | 23 | +++ b/src/buildtools/configure_host.pro |
24 | @@ -4,7 +4,7 @@ TEMPLATE = aux | 24 | @@ -4,7 +4,7 @@ TEMPLATE = aux |
@@ -37,9 +37,9 @@ index dd0d3e32..70161c82 100644 | |||
37 | -" cc = \"$$which($$QMAKE_CC)\" " \ | 37 | -" cc = \"$$which($$QMAKE_CC)\" " \ |
38 | -" cxx = \"$$which($$QMAKE_CXX)\" " \ | 38 | -" cxx = \"$$which($$QMAKE_CXX)\" " \ |
39 | -" ld = \"$$which($$QMAKE_LINK)\" " \ | 39 | -" ld = \"$$which($$QMAKE_LINK)\" " \ |
40 | +" cc = \"$$which(gcc)\" " \ | 40 | +" cc = \"$$which($$CC_host)\" " \ |
41 | +" cxx = \"$$which(g++)\" " \ | 41 | +" cxx = \"$$which($$CXX_host)\" " \ |
42 | +" ld = \"$$which(g++)\" " \ | 42 | +" ld = \"$$which($$CXX_host)\" " \ |
43 | " ar = \"$$which(ar)\" " \ | 43 | " ar = \"$$which(ar)\" " \ |
44 | " nm = \"$$which(nm)\" " \ | 44 | " nm = \"$$which(nm)\" " \ |
45 | " extra_cppflags = \"$$GN_HOST_EXTRA_CPPFLAGS\" " \ | 45 | " extra_cppflags = \"$$GN_HOST_EXTRA_CPPFLAGS\" " \ |
@@ -50,9 +50,9 @@ index dd0d3e32..70161c82 100644 | |||
50 | -" cc = \"$$which($$QMAKE_CC)\" " \ | 50 | -" cc = \"$$which($$QMAKE_CC)\" " \ |
51 | -" cxx = \"$$which($$QMAKE_CXX)\" " \ | 51 | -" cxx = \"$$which($$QMAKE_CXX)\" " \ |
52 | -" ld = \"$$which($$QMAKE_LINK)\" " \ | 52 | -" ld = \"$$which($$QMAKE_LINK)\" " \ |
53 | +" cc = \"$$which(gcc)\" " \ | 53 | +" cc = \"$$which($$CC_host)\" " \ |
54 | +" cxx = \"$$which(g++)\" " \ | 54 | +" cxx = \"$$which($$CXX_host)\" " \ |
55 | +" ld = \"$$which(g++)\" " \ | 55 | +" ld = \"$$which($$CXX_host)\" " \ |
56 | " ar = \"$$which(ar)\" " \ | 56 | " ar = \"$$which(ar)\" " \ |
57 | " nm = \"$$which(nm)\" " \ | 57 | " nm = \"$$which(nm)\" " \ |
58 | " toolchain_args = { " \ | 58 | " toolchain_args = { " \ |
diff --git a/recipes-qt/qt5/qtwebengine/0002-musl-don-t-use-pvalloc-as-it-s-not-available-on-musl.patch b/recipes-qt/qt5/qtwebengine/0002-musl-don-t-use-pvalloc-as-it-s-not-available-on-musl.patch index c244a864..07092012 100644 --- a/recipes-qt/qt5/qtwebengine/0002-musl-don-t-use-pvalloc-as-it-s-not-available-on-musl.patch +++ b/recipes-qt/qt5/qtwebengine/0002-musl-don-t-use-pvalloc-as-it-s-not-available-on-musl.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 9409b83e634b53eb59cc0935424ea6fca1f50491 Mon Sep 17 00:00:00 2001 | 1 | From b3125c1b3f32915aa80acf58a9d1eeab4e260b17 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: Tue, 12 Dec 2017 16:06:14 +0200 | 3 | Date: Tue, 12 Dec 2017 16:06:14 +0200 |
4 | Subject: [PATCH] musl: don't use pvalloc as it's not available on musl | 4 | Subject: [PATCH] musl: don't use pvalloc as it's not available on musl |
diff --git a/recipes-qt/qt5/qtwebengine/0003-musl-link-against-libexecinfo.patch b/recipes-qt/qt5/qtwebengine/0003-musl-link-against-libexecinfo.patch index 6b78f4ef..6dc7f0cb 100644 --- a/recipes-qt/qt5/qtwebengine/0003-musl-link-against-libexecinfo.patch +++ b/recipes-qt/qt5/qtwebengine/0003-musl-link-against-libexecinfo.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From a24cb0ef3b7311719ec248f4f1771f192c7cf4a0 Mon Sep 17 00:00:00 2001 | 1 | From 983ba7f8f80165ade5347544f1e975bd6b67549e 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: Thu, 14 Dec 2017 11:28:10 +0200 | 3 | Date: Thu, 14 Dec 2017 11:28:10 +0200 |
4 | Subject: [PATCH] musl: link against libexecinfo | 4 | Subject: [PATCH] musl: link against libexecinfo |
diff --git a/recipes-qt/qt5/qtwebengine/chromium/0022-chromium-Do-not-try-to-set-the-guessed-values-for-ma.patch b/recipes-qt/qt5/qtwebengine/chromium/0022-chromium-Do-not-try-to-set-the-guessed-values-for-ma.patch new file mode 100644 index 00000000..1e3f2c15 --- /dev/null +++ b/recipes-qt/qt5/qtwebengine/chromium/0022-chromium-Do-not-try-to-set-the-guessed-values-for-ma.patch | |||
@@ -0,0 +1,41 @@ | |||
1 | From 058158c568698f79c905c19e5ef32ca714f8223e Mon Sep 17 00:00:00 2001 | ||
2 | From: Johannes Pointner <johannes.pointner@br-automation.com> | ||
3 | Date: Fri, 3 May 2019 09:12:38 +0200 | ||
4 | Subject: [PATCH 1/1] chromium: Do not try to set the guessed values for | ||
5 | march/mtune/float-abi OE config machinary has computed these values already | ||
6 | and fed it via compiler cmdline to chromium build | ||
7 | |||
8 | I think upstream should check for the values on compiler cmdline | ||
9 | before overriding these | ||
10 | |||
11 | Upstream-Status: Inappropriate [OE-Specific] | ||
12 | |||
13 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
14 | Signed-off-by: Johannes Pointner <johannes.pointner@br-automation.com> | ||
15 | --- | ||
16 | chromium/build/config/compiler/BUILD.gn | 9 --------- | ||
17 | 1 file changed, 9 deletions(-) | ||
18 | |||
19 | diff --git a/chromium/build/config/compiler/BUILD.gn b/chromium/build/config/compiler/BUILD.gn | ||
20 | index 1c42c49ea4..e919e157d7 100644 | ||
21 | --- a/chromium/build/config/compiler/BUILD.gn | ||
22 | +++ b/chromium/build/config/compiler/BUILD.gn | ||
23 | @@ -742,15 +742,6 @@ config("compiler_cpu_abi") { | ||
24 | } else if (current_cpu == "arm") { | ||
25 | if (is_clang && !is_android && !is_nacl) { | ||
26 | } | ||
27 | - if (!is_nacl) { | ||
28 | - cflags += [ | ||
29 | - "-march=$arm_arch", | ||
30 | - "-mfloat-abi=$arm_float_abi", | ||
31 | - ] | ||
32 | - } | ||
33 | - if (arm_tune != "") { | ||
34 | - cflags += [ "-mtune=$arm_tune" ] | ||
35 | - } | ||
36 | } else if (current_cpu == "arm64") { | ||
37 | if (is_clang && !is_android && !is_nacl && !is_fuchsia) { | ||
38 | } | ||
39 | -- | ||
40 | 2.21.0 | ||
41 | |||
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb index d612552a..c4780d8b 100644 --- a/recipes-qt/qt5/qtwebengine_git.bb +++ b/recipes-qt/qt5/qtwebengine_git.bb | |||
@@ -135,7 +135,7 @@ RDEPENDS_${PN}-examples += " \ | |||
135 | QT_MODULE_BRANCH_CHROMIUM = "69-based" | 135 | QT_MODULE_BRANCH_CHROMIUM = "69-based" |
136 | 136 | ||
137 | # Patches from https://github.com/meta-qt5/qtwebengine/commits/b5.12 | 137 | # Patches from https://github.com/meta-qt5/qtwebengine/commits/b5.12 |
138 | # 5.12.meta-qt5.3 | 138 | # 5.12.meta-qt5.4 |
139 | SRC_URI += " \ | 139 | SRC_URI += " \ |
140 | ${QT_GIT}/qtwebengine-chromium.git;name=chromium;branch=${QT_MODULE_BRANCH_CHROMIUM};protocol=${QT_GIT_PROTOCOL};destsuffix=git/src/3rdparty \ | 140 | ${QT_GIT}/qtwebengine-chromium.git;name=chromium;branch=${QT_MODULE_BRANCH_CHROMIUM};protocol=${QT_GIT_PROTOCOL};destsuffix=git/src/3rdparty \ |
141 | file://0001-Force-host-toolchain-configuration.patch \ | 141 | file://0001-Force-host-toolchain-configuration.patch \ |
@@ -155,6 +155,7 @@ SRC_URI += " \ | |||
155 | file://chromium/0019-chromium-fix-build-with-clang.patch;patchdir=src/3rdparty \ | 155 | file://chromium/0019-chromium-fix-build-with-clang.patch;patchdir=src/3rdparty \ |
156 | file://chromium/0020-chromium-Check-for-__ARM_FP-2-before-using-__fp16.patch;patchdir=src/3rdparty \ | 156 | file://chromium/0020-chromium-Check-for-__ARM_FP-2-before-using-__fp16.patch;patchdir=src/3rdparty \ |
157 | file://chromium/0021-chromium-Exclude-CRC32-for-32bit-arm.patch;patchdir=src/3rdparty \ | 157 | file://chromium/0021-chromium-Exclude-CRC32-for-32bit-arm.patch;patchdir=src/3rdparty \ |
158 | file://chromium/0022-chromium-Do-not-try-to-set-the-guessed-values-for-ma.patch;patchdir=src/3rdparty \ | ||
158 | " | 159 | " |
159 | 160 | ||
160 | SRC_URI_append_libc-musl = "\ | 161 | SRC_URI_append_libc-musl = "\ |