aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChanghyeok Bae <changhyeok.bae@gmail.com>2017-12-25 15:58:09 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2018-02-22 18:00:52 +0000
commitd1819d8bf6b99aacce3ffde1145a867c825d5d2a (patch)
treefe5b1acbc2fc858323dc19b17466e85c1c479748
parent394ffb6d4fd24729eea4a32d0af9efaf67b2e06e (diff)
qtwebengine: Fix GCC 7 buile errors
Update latest version in 53-based branch of chromium to fix build error in GCC-7. 4210035 [Backport] [url_formatter] Update aspirational_scripts per Unicode 9 4934412 Fix build with GCC 7.0 772f05b [Backport] [runtime] Follow-up fix for "Better encapsulation of dictionary objects handling in lookup iterator." BUG=chromium:626715 675c165 Fix not working pkg-config on some older distros 015d648 Fix Linux kernel lacking V4L2_CID_POWER_LINE_FREQUENCY_AUTO 589f21d Allow using quota management API for non-standard URLs c83a47c Fix build with use_glib=false and use_x11=true b0bb028 Fix debug builds compilation cd3417b Override xcode min version to 0721 d67d4bb Remove pending messages DCHECK to stop certain tests from crashing 1fd9f11 Remove linking with libatomic fa90180 Fix missing dependency on libffi b5a3338 Fix broken unit test for gn 70ea2bc Fix gn compilation for rhel6.6, rhel7.2 f408e89 Improve .pri output 492b20a Remove gtk2 dependency in tests 42e3484 Allow Service Workers without HTTP headers 7a1be30 Do not require gnome-keyring 11e5c2d Revert "Add mus and catapult project files" 891fb3a Remove various test and telemetry dependencies ddd6053 Do not use last_commit_position for gn build e85719e Windows and macOS GN integration 8fda2ae Make more features configurable 93db377 [Backport] Don't schedule wholeSubtreeInvalid sets. 0fa2e06 Fix convert dict tool build d6c9e61 Add support for creating pri link information 965b67f Enable virtual keyboard on Qt supported platforms 5cf4c44 Fix macOS build when plugins are disabled 662a4a1 Fix false dependency on mus, tracing and mojo_runner 128e6f6 FIXUP: Fix dependencies on ANGLE b41aa16 Fix building with use_gio=false Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes-qt/qt5/qtwebengine_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb
index deb336f8..80d61339 100644
--- a/recipes-qt/qt5/qtwebengine_git.bb
+++ b/recipes-qt/qt5/qtwebengine_git.bb
@@ -118,7 +118,7 @@ SRC_URI += " \
"
SRCREV_qtwebengine = "d740d6a7dbfec387752c7bc8a8b06db0e757c9dc"
-SRCREV_chromium = "15d257fd921f37b32ef643225f21df0ea24c8302"
+SRCREV_chromium = "4210035e25d6832c217aab56d4e15b3183ca4f79"
SRCREV = "${SRCREV_qtwebengine}"
SRCREV_FORMAT = "qtwebengine_chromium"