diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2018-06-05 13:34:20 +0000 | 
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2018-06-05 13:48:51 +0000 | 
| commit | dde9b55a24a364c5fede0d6c874890acb0251386 (patch) | |
| tree | 29aede243473f043fa6630431f827a575c4a8f7b /recipes-qt/qt5/qtwebengine/0004-musl-don-t-use-pvalloc-as-it-s-not-available-on-musl.patch | |
| parent | e0a4e23c1dbeed88962694263de1776b530f3899 (diff) | |
| download | meta-qt5-dde9b55a24a364c5fede0d6c874890acb0251386.tar.gz | |
qt5: refresh the patches and update them on meta-qt5 repositories
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtwebengine/0004-musl-don-t-use-pvalloc-as-it-s-not-available-on-musl.patch')
| -rw-r--r-- | recipes-qt/qt5/qtwebengine/0004-musl-don-t-use-pvalloc-as-it-s-not-available-on-musl.patch | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-qt/qt5/qtwebengine/0004-musl-don-t-use-pvalloc-as-it-s-not-available-on-musl.patch b/recipes-qt/qt5/qtwebengine/0004-musl-don-t-use-pvalloc-as-it-s-not-available-on-musl.patch index f67baea2..34e69090 100644 --- a/recipes-qt/qt5/qtwebengine/0004-musl-don-t-use-pvalloc-as-it-s-not-available-on-musl.patch +++ b/recipes-qt/qt5/qtwebengine/0004-musl-don-t-use-pvalloc-as-it-s-not-available-on-musl.patch  | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 84d83fa843e72e2154375c8a002a74dc31ab8aae Mon Sep 17 00:00:00 2001 | 1 | From 036d00c37384ceef85728d22acdef0c4a97858ea Mon Sep 17 00:00:00 2001 | 
| 2 | From: Samuli Piippo <samuli.piippo@qt.io> | 2 | From: Samuli Piippo <samuli.piippo@qt.io> | 
| 3 | Date: Tue, 12 Dec 2017 16:06:14 +0200 | 3 | Date: Tue, 12 Dec 2017 16:06:14 +0200 | 
| 4 | Subject: [PATCH] musl: don't use pvalloc as it's not available on musl | 4 | Subject: [PATCH] musl: don't use pvalloc as it's not available on musl | 
| @@ -10,7 +10,7 @@ Signed-off-by: Samuli Piippo <samuli.piippo@qt.io> | |||
| 10 | 1 file changed, 8 deletions(-) | 10 | 1 file changed, 8 deletions(-) | 
| 11 | 11 | ||
| 12 | diff --git a/src/core/api/qtbug-61521.cpp b/src/core/api/qtbug-61521.cpp | 12 | diff --git a/src/core/api/qtbug-61521.cpp b/src/core/api/qtbug-61521.cpp | 
| 13 | index 002a1af..8fd2da3 100644 | 13 | index 002a1af2..8fd2da36 100644 | 
| 14 | --- a/src/core/api/qtbug-61521.cpp | 14 | --- a/src/core/api/qtbug-61521.cpp | 
| 15 | +++ b/src/core/api/qtbug-61521.cpp | 15 | +++ b/src/core/api/qtbug-61521.cpp | 
| 16 | @@ -74,10 +74,6 @@ SHIM_SYMBOL_VERSION(valloc); | 16 | @@ -74,10 +74,6 @@ SHIM_SYMBOL_VERSION(valloc); | 
