diff options
author | Mikko Gronoff <mikko.gronoff@qt.io> | 2020-03-02 14:39:52 +0200 |
---|---|---|
committer | Mikko Gronoff <mikko.gronoff@qt.io> | 2020-03-02 15:28:57 +0200 |
commit | f9a58d623762c5fd78bd6bc18d701a7aaa004567 (patch) | |
tree | cbb55ca0f320d53b82c69b1afe063b675a20147a /recipes-qt/qt5/qtwebengine/chromium | |
parent | 7637ea77fa521c348da331d103ce96ed4d8b57f5 (diff) | |
parent | abb423512d10d7554e0d62b3a593ce5e436f2756 (diff) | |
download | meta-qt5-f9a58d623762c5fd78bd6bc18d701a7aaa004567.tar.gz |
Merge remote-tracking branch 'qt/upstream/master' into 5.14
* qt/upstream/master:
abb42351 qtwebview: Skip if meta-python is not present
caf09cd5 Add PyQtChart.
f18d5948 qtbase: fix build with platform where FE macro are not defined
c8cd55b0 qtwebkit: build with python3
0bbd0ebe qtwebengine: Link libatomic on x86/32bit
23914740 Revert "qtwebkit: remove"
8cadcbcb qt5: upgrade to 5.14.1
f13a3cec packagegroup-qt5-toolchain-target: Use TUNE_PKGARCH instead of MACHINE_ARCH
a35403dc qtwebkit: remove
a797f85c python-pyqt5, qtwebengine, qtwebkit, qt-kiosk-browser: skip without meta-python2
b1f4f1fd Revert "recipes: Use python3 during build"
47fb26de recipes: Use python3 during build
4060f68d qt-kiosk-browser: Only support arm/x86
fd376e15 qtwebengine: Fix missing headers found in build with clang
7f324f11 gstreamer1.0-plugins-good: Adjust bbappend for meson migration in core
1365691f qttools: remove ptest installation
254576f9 qt-kiosk-browser: Add recipe
47399df9 nativesdk-packagegroup: fix cmake builds using sdk
Conflicts:
recipes-qt/qt5/nativesdk-qtbase_git.bb
recipes-qt/qt5/qt3d_git.bb
recipes-qt/qt5/qt5-git.inc
recipes-qt/qt5/qtbase-native_git.bb
recipes-qt/qt5/qtbase/0017-qfloat16-check-for-__ARM_FP-2.patch
recipes-qt/qt5/qtbase_git.bb
recipes-qt/qt5/qtcharts_git.bb
recipes-qt/qt5/qtcoap_git.bb
recipes-qt/qt5/qtconnectivity_git.bb
recipes-qt/qt5/qtdatavis3d_git.bb
recipes-qt/qt5/qtdeclarative_git.bb
recipes-qt/qt5/qtgamepad_git.bb
recipes-qt/qt5/qtgraphicaleffects_git.bb
recipes-qt/qt5/qtknx_git.bb
recipes-qt/qt5/qtlocation_git.bb
recipes-qt/qt5/qtlottie_git.bb
recipes-qt/qt5/qtmqtt_git.bb
recipes-qt/qt5/qtmultimedia_git.bb
recipes-qt/qt5/qtnetworkauth_git.bb
recipes-qt/qt5/qtopcua_git.bb
[...] (41 conflicts)
Change-Id: Ib48e50eb939e7a8d0422c0beb75863b8a4b82b15
Diffstat (limited to 'recipes-qt/qt5/qtwebengine/chromium')
-rw-r--r-- | recipes-qt/qt5/qtwebengine/chromium/0011-chromium-Include-cstddef-and-cstdint.patch | 50 | ||||
-rw-r--r-- | recipes-qt/qt5/qtwebengine/chromium/0012-chromium-Link-v8-with-libatomic-on-x86.patch | 32 |
2 files changed, 82 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwebengine/chromium/0011-chromium-Include-cstddef-and-cstdint.patch b/recipes-qt/qt5/qtwebengine/chromium/0011-chromium-Include-cstddef-and-cstdint.patch new file mode 100644 index 00000000..32dde335 --- /dev/null +++ b/recipes-qt/qt5/qtwebengine/chromium/0011-chromium-Include-cstddef-and-cstdint.patch | |||
@@ -0,0 +1,50 @@ | |||
1 | From c2ca4923d5e534789b205968eb01779a90ec1299 Mon Sep 17 00:00:00 2001 | ||
2 | From: Khem Raj <raj.khem@gmail.com> | ||
3 | Date: Wed, 15 Jan 2020 16:53:46 -0800 | ||
4 | Subject: [PATCH] chromium: Include <cstddef> and <cstdint> | ||
5 | |||
6 | These headers are needed for uintXX_t and size_t definitions | ||
7 | |||
8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
9 | --- | ||
10 | chromium/media/cdm/supported_cdm_versions.h | 1 + | ||
11 | .../third_party/perfetto/include/perfetto/base/task_runner.h | 1 + | ||
12 | chromium/third_party/webrtc/call/rtx_receive_stream.h | 1 + | ||
13 | 3 files changed, 3 insertions(+) | ||
14 | |||
15 | diff --git a/chromium/media/cdm/supported_cdm_versions.h b/chromium/media/cdm/supported_cdm_versions.h | ||
16 | index 3f220da8c71..c54e3bb7d30 100644 | ||
17 | --- a/chromium/media/cdm/supported_cdm_versions.h | ||
18 | +++ b/chromium/media/cdm/supported_cdm_versions.h | ||
19 | @@ -6,6 +6,7 @@ | ||
20 | #define MEDIA_CDM_SUPPORTED_CDM_VERSIONS_H_ | ||
21 | |||
22 | #include <array> | ||
23 | +#include <cstddef> | ||
24 | |||
25 | #include "media/base/media_export.h" | ||
26 | #include "media/cdm/api/content_decryption_module.h" | ||
27 | diff --git a/chromium/third_party/perfetto/include/perfetto/base/task_runner.h b/chromium/third_party/perfetto/include/perfetto/base/task_runner.h | ||
28 | index cf60401238f..02658e7139b 100644 | ||
29 | --- a/chromium/third_party/perfetto/include/perfetto/base/task_runner.h | ||
30 | +++ b/chromium/third_party/perfetto/include/perfetto/base/task_runner.h | ||
31 | @@ -18,6 +18,7 @@ | ||
32 | #define INCLUDE_PERFETTO_BASE_TASK_RUNNER_H_ | ||
33 | |||
34 | #include <functional> | ||
35 | +#include <cstdint> | ||
36 | |||
37 | #include "perfetto/base/export.h" | ||
38 | |||
39 | diff --git a/chromium/third_party/webrtc/call/rtx_receive_stream.h b/chromium/third_party/webrtc/call/rtx_receive_stream.h | ||
40 | index 8ffa4400a9c..a389fc2a574 100644 | ||
41 | --- a/chromium/third_party/webrtc/call/rtx_receive_stream.h | ||
42 | +++ b/chromium/third_party/webrtc/call/rtx_receive_stream.h | ||
43 | @@ -11,6 +11,7 @@ | ||
44 | #ifndef CALL_RTX_RECEIVE_STREAM_H_ | ||
45 | #define CALL_RTX_RECEIVE_STREAM_H_ | ||
46 | |||
47 | +#include <cstdint> | ||
48 | #include <map> | ||
49 | |||
50 | #include "call/rtp_packet_sink_interface.h" | ||
diff --git a/recipes-qt/qt5/qtwebengine/chromium/0012-chromium-Link-v8-with-libatomic-on-x86.patch b/recipes-qt/qt5/qtwebengine/chromium/0012-chromium-Link-v8-with-libatomic-on-x86.patch new file mode 100644 index 00000000..3bf0c5eb --- /dev/null +++ b/recipes-qt/qt5/qtwebengine/chromium/0012-chromium-Link-v8-with-libatomic-on-x86.patch | |||
@@ -0,0 +1,32 @@ | |||
1 | From 5b4b896c1c6c79cc7c870a398acf1baf4b6bec7b Mon Sep 17 00:00:00 2001 | ||
2 | From: Khem Raj <raj.khem@gmail.com> | ||
3 | Date: Sat, 1 Feb 2020 12:17:23 -0800 | ||
4 | Subject: [PATCH] chromium: Link v8 with libatomic on x86 | ||
5 | |||
6 | Fixes | ||
7 | | v8_base_without_compiler_jumbo_47.cc:(.text._ZN2v88internal4wasm12_GLOBAL__N_123ExecuteCompilationUnitsERKSt10shared_ptrINS2_22BackgroundCompileTokenEEPNS0_8CountersEiNS2_19CompileBaselineOnlyE+0x29a): undefined reference to `__atomic_l | ||
8 | oad' | ||
9 | |||
10 | Upstream-Status: Pending | ||
11 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
12 | --- | ||
13 | chromium/v8/BUILD.gn | 3 ++- | ||
14 | 1 file changed, 2 insertions(+), 1 deletion(-) | ||
15 | |||
16 | diff --git a/chromium/v8/BUILD.gn b/chromium/v8/BUILD.gn | ||
17 | index e21400265dd..7e56609b9da 100644 | ||
18 | --- a/chromium/v8/BUILD.gn | ||
19 | +++ b/chromium/v8/BUILD.gn | ||
20 | @@ -3310,7 +3310,8 @@ v8_source_set("v8_base_without_compiler") { | ||
21 | if (v8_current_cpu == "mips" || v8_current_cpu == "mipsel" || | ||
22 | v8_current_cpu == "mips64" || v8_current_cpu == "mips64el" || | ||
23 | v8_current_cpu == "ppc" || v8_current_cpu == "ppc64" || | ||
24 | - v8_current_cpu == "s390" || v8_current_cpu == "s390x") { | ||
25 | + v8_current_cpu == "s390" || v8_current_cpu == "s390x" || | ||
26 | + v8_current_cpu == "x86") { | ||
27 | libs = [ "atomic" ] | ||
28 | } | ||
29 | |||
30 | -- | ||
31 | 2.25.0 | ||
32 | |||