diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-16 23:53:10 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-17 20:42:43 +0200 |
commit | 246ec7b7d9078400d0509468b560a272e8b40e0f (patch) | |
tree | 6fb6c9b5534787363236cee075b609f5a27a8909 /recipes-qt/qt5/qtwebengine/0004-chromium-WebKit-fix-build-with-gcc7.patch | |
parent | d82317c23d6473a4e53d7a5ff11ecf6b9c8769e8 (diff) | |
download | meta-qt5-246ec7b7d9078400d0509468b560a272e8b40e0f.tar.gz |
qtwebengine: refresh patches
* upload the patches to b5.8 branch on:
https://github.com/meta-qt5/qtwebengine
and 53-based on:
https://github.com/meta-qt5/qtwebengine-chromium
* refresh the patches
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtwebengine/0004-chromium-WebKit-fix-build-with-gcc7.patch')
-rw-r--r-- | recipes-qt/qt5/qtwebengine/0004-chromium-WebKit-fix-build-with-gcc7.patch | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/recipes-qt/qt5/qtwebengine/0004-chromium-WebKit-fix-build-with-gcc7.patch b/recipes-qt/qt5/qtwebengine/0004-chromium-WebKit-fix-build-with-gcc7.patch index 46e87611..041d29b2 100644 --- a/recipes-qt/qt5/qtwebengine/0004-chromium-WebKit-fix-build-with-gcc7.patch +++ b/recipes-qt/qt5/qtwebengine/0004-chromium-WebKit-fix-build-with-gcc7.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From 2be0856e09f47e7f2c35e77d4e000d769c6beaf9 Mon Sep 17 00:00:00 2001 | 1 | From f62b851edbcc3ac3da448d7570908ad78ebe77dc Mon Sep 17 00:00:00 2001 |
2 | From: Martin Jansa <Martin.Jansa@gmail.com> | 2 | From: Martin Jansa <Martin.Jansa@gmail.com> |
3 | Date: Tue, 11 Jul 2017 10:18:13 +0200 | 3 | Date: Tue, 11 Jul 2017 10:18:13 +0200 |
4 | Subject: [PATCH 4/4] chromium: WebKit fix build with gcc7 | 4 | Subject: [PATCH] chromium: WebKit fix build with gcc7 |
5 | 5 | ||
6 | Based on qtwebengine-opensource-src-5.8.0-wtf-gcc7.patch from | 6 | Based on qtwebengine-opensource-src-5.8.0-wtf-gcc7.patch from |
7 | http://git.net/ml/scm-fedora-commits/2017-03/msg15697.html | 7 | http://git.net/ml/scm-fedora-commits/2017-03/msg15697.html |
@@ -39,6 +39,3 @@ index e85c72fd65..6f94cd6734 100644 | |||
39 | template<typename T, typename U, typename V, typename W> | 39 | template<typename T, typename U, typename V, typename W> |
40 | inline void LinkedHashSet<T, U, V, W>::swap(LinkedHashSet& other) | 40 | inline void LinkedHashSet<T, U, V, W>::swap(LinkedHashSet& other) |
41 | { | 41 | { |
42 | -- | ||
43 | 2.13.2 | ||
44 | |||