diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-08-11 18:46:06 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2020-08-26 14:31:29 +0200 |
commit | 8f1ec29004452773d21511ebe20c5d8f87f9ba86 (patch) | |
tree | 0ec7309a7b508a407f63fe93735894e529c0e963 | |
parent | 8312c158b76e0148d4e98a6e7eb61b92623c771e (diff) | |
download | meta-qt5-8f1ec29004452773d21511ebe20c5d8f87f9ba86.tar.gz |
qt5-creator: Refresh musl patch
Fixes
Applying patch 0001-Link-with-libexecinfo-on-musl.patch
patching file src/plugins/debugger/debugger.pro
Hunk #1 succeeded at 140 (offset 1 line).
patching file src/plugins/qmldesigner/qmldesignerplugin.pro
Hunk #1 succeeded at 4 with fuzz 2 (offset 1 line).
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | recipes-qt/qt5/qt5-creator/0001-Link-with-libexecinfo-on-musl.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-qt/qt5/qt5-creator/0001-Link-with-libexecinfo-on-musl.patch b/recipes-qt/qt5/qt5-creator/0001-Link-with-libexecinfo-on-musl.patch index da7561ce..25d1ae90 100644 --- a/recipes-qt/qt5/qt5-creator/0001-Link-with-libexecinfo-on-musl.patch +++ b/recipes-qt/qt5/qt5-creator/0001-Link-with-libexecinfo-on-musl.patch | |||
@@ -11,16 +11,16 @@ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | |||
11 | 11 | ||
12 | --- a/src/plugins/debugger/debugger.pro | 12 | --- a/src/plugins/debugger/debugger.pro |
13 | +++ b/src/plugins/debugger/debugger.pro | 13 | +++ b/src/plugins/debugger/debugger.pro |
14 | @@ -139,3 +139,4 @@ include(console/console.pri) | 14 | @@ -140,3 +140,4 @@ include(console/console.pri) |
15 | include(analyzer/analyzer.pri) | 15 | include(analyzer/analyzer.pri) |
16 | 16 | ||
17 | include(shared/shared.pri) | 17 | include(shared/shared.pri) |
18 | +LIBS *= -lexecinfo | 18 | +LIBS *= -lexecinfo |
19 | --- a/src/plugins/qmldesigner/qmldesignerplugin.pro | 19 | --- a/src/plugins/qmldesigner/qmldesignerplugin.pro |
20 | +++ b/src/plugins/qmldesigner/qmldesignerplugin.pro | 20 | +++ b/src/plugins/qmldesigner/qmldesignerplugin.pro |
21 | @@ -3,7 +3,7 @@ CONFIG += exceptions | 21 | @@ -4,7 +4,7 @@ CONFIG += exceptions |
22 | |||
23 | INCLUDEPATH += $$PWD | 22 | INCLUDEPATH += $$PWD |
23 | INCLUDEPATH += $$PWD/components | ||
24 | 24 | ||
25 | -unix:!openbsd:!osx: LIBS += -lrt # posix shared memory | 25 | -unix:!openbsd:!osx: LIBS += -lrt # posix shared memory |
26 | +unix:!openbsd:!osx: LIBS += -lexecinfo -lrt # posix shared memory | 26 | +unix:!openbsd:!osx: LIBS += -lexecinfo -lrt # posix shared memory |