diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2020-03-13 12:12:16 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2020-03-18 18:03:49 +0100 |
commit | 6cce9817bdead734ccd76148bcec06f5db2e87cf (patch) | |
tree | 869cbb64ba44478d22d65a45478b43e92f0f3df4 /recipes-qt/qt5/qtwebengine/0005-mkspecs-Allow-builds-with-libc-glibc.patch | |
parent | 50e35581d75db2487b667662713e3e4608b7cd05 (diff) | |
download | meta-qt5-6cce9817bdead734ccd76148bcec06f5db2e87cf.tar.gz |
qtwebengine: update patches for 5.15
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtwebengine/0005-mkspecs-Allow-builds-with-libc-glibc.patch')
-rw-r--r-- | recipes-qt/qt5/qtwebengine/0005-mkspecs-Allow-builds-with-libc-glibc.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-qt/qt5/qtwebengine/0005-mkspecs-Allow-builds-with-libc-glibc.patch b/recipes-qt/qt5/qtwebengine/0005-mkspecs-Allow-builds-with-libc-glibc.patch index 06c659c9..d6f0ec0a 100644 --- a/recipes-qt/qt5/qtwebengine/0005-mkspecs-Allow-builds-with-libc-glibc.patch +++ b/recipes-qt/qt5/qtwebengine/0005-mkspecs-Allow-builds-with-libc-glibc.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 6d2e83489770c2eae6d15d06ca9c04667140bb84 Mon Sep 17 00:00:00 2001 | 1 | From 4d5fc056dffee86927b158428b44087064f70182 Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Tue, 12 Nov 2019 19:53:59 -0800 | 3 | Date: Tue, 12 Nov 2019 19:53:59 -0800 |
4 | Subject: [PATCH] mkspecs: Allow builds with libc != glibc | 4 | Subject: [PATCH] mkspecs: Allow builds with libc != glibc |
@@ -9,10 +9,10 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
9 | 1 file changed, 5 deletions(-) | 9 | 1 file changed, 5 deletions(-) |
10 | 10 | ||
11 | diff --git a/src/buildtools/config/support.pri b/src/buildtools/config/support.pri | 11 | diff --git a/src/buildtools/config/support.pri b/src/buildtools/config/support.pri |
12 | index 5bdd808d..19540787 100644 | 12 | index 8077b12f..aaf4db47 100644 |
13 | --- a/src/buildtools/config/support.pri | 13 | --- a/src/buildtools/config/support.pri |
14 | +++ b/src/buildtools/config/support.pri | 14 | +++ b/src/buildtools/config/support.pri |
15 | @@ -89,11 +89,6 @@ defineTest(qtwebengine_checkErrorForLinux) { | 15 | @@ -97,11 +97,6 @@ defineTest(qtwebengine_checkErrorForLinux) { |
16 | return(false) | 16 | return(false) |
17 | } | 17 | } |
18 | 18 | ||