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/0003-chromium-v8-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/0003-chromium-v8-fix-build-with-gcc7.patch')
-rw-r--r-- | recipes-qt/qt5/qtwebengine/0003-chromium-v8-fix-build-with-gcc7.patch | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/recipes-qt/qt5/qtwebengine/0003-chromium-v8-fix-build-with-gcc7.patch b/recipes-qt/qt5/qtwebengine/0003-chromium-v8-fix-build-with-gcc7.patch index 2acce2c5..f2456dd6 100644 --- a/recipes-qt/qt5/qtwebengine/0003-chromium-v8-fix-build-with-gcc7.patch +++ b/recipes-qt/qt5/qtwebengine/0003-chromium-v8-fix-build-with-gcc7.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From 1a163c0cab05761f269fcb5adad5d40d71200d52 Mon Sep 17 00:00:00 2001 | 1 | From 944746d5d04ea8eaf268a97440c98136beae1e47 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:15:41 +0200 | 3 | Date: Tue, 11 Jul 2017 10:15:41 +0200 |
4 | Subject: [PATCH 3/4] chromium: v8 fix build with gcc7 | 4 | Subject: [PATCH] chromium: v8 fix build with gcc7 |
5 | 5 | ||
6 | Use the fix from nodejs: | 6 | Use the fix from nodejs: |
7 | https://github.com/nodejs/node/commit/2a2a5565c298639b823250b571101f51210c50e8 | 7 | https://github.com/nodejs/node/commit/2a2a5565c298639b823250b571101f51210c50e8 |
@@ -129,6 +129,3 @@ index 7d774beb5b..eda1478766 100644 | |||
129 | 129 | ||
130 | // Returns a new HashTable object. | 130 | // Returns a new HashTable object. |
131 | MUST_USE_RESULT static Handle<Derived> New( | 131 | MUST_USE_RESULT static Handle<Derived> New( |
132 | -- | ||
133 | 2.13.2 | ||
134 | |||