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/0017-chromium-musl-link-with-libexecinfo-on-musl.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/0017-chromium-musl-link-with-libexecinfo-on-musl.patch')
-rw-r--r-- | recipes-qt/qt5/qtwebengine/0017-chromium-musl-link-with-libexecinfo-on-musl.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwebengine/0017-chromium-musl-link-with-libexecinfo-on-musl.patch b/recipes-qt/qt5/qtwebengine/0017-chromium-musl-link-with-libexecinfo-on-musl.patch new file mode 100644 index 00000000..5e28adb7 --- /dev/null +++ b/recipes-qt/qt5/qtwebengine/0017-chromium-musl-link-with-libexecinfo-on-musl.patch | |||
@@ -0,0 +1,22 @@ | |||
1 | From a8163b060b699aa6678c45c970f4fbc806a6c198 Mon Sep 17 00:00:00 2001 | ||
2 | From: Khem Raj <raj.khem@gmail.com> | ||
3 | Date: Fri, 7 Jul 2017 17:41:43 -0700 | ||
4 | Subject: [PATCH] chromium: musl: link with libexecinfo on musl | ||
5 | |||
6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
7 | --- | ||
8 | chromium/base/base.gyp | 1 + | ||
9 | 1 file changed, 1 insertion(+) | ||
10 | |||
11 | diff --git a/chromium/base/base.gyp b/chromium/base/base.gyp | ||
12 | index 3c3aded640..347b7e7856 100644 | ||
13 | --- a/chromium/base/base.gyp | ||
14 | +++ b/chromium/base/base.gyp | ||
15 | @@ -126,6 +126,7 @@ | ||
16 | '-lrt', | ||
17 | # For 'native_library_linux.cc' | ||
18 | '-ldl', | ||
19 | + '-lexecinfo', | ||
20 | ], | ||
21 | }, | ||
22 | 'conditions': [ | ||