diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2018-01-16 12:47:51 +0000 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2018-01-16 14:21:42 +0000 |
| commit | ce766374432309b85fdcfe8ef287dbb2ef11b337 (patch) | |
| tree | f82903a0c4d5519c6f2fb8e1a83758dc6e450705 /recipes-qt/qt5/qt5-creator/musl-backtrace.patch | |
| parent | 229f819b97e653399455e7b1d491de5ea49d5ba5 (diff) | |
| download | meta-qt5-ce766374432309b85fdcfe8ef287dbb2ef11b337.tar.gz | |
qt: refresh remaining patches and tags in meta-qt5 repos
* update tag name to match the patches in meta-qt5 repository
where the meta-qt5 .patch files are maintained, so that it's
more clear from where these changes are exported (with:
git format-patch --no-numbered --no-signature)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qt5-creator/musl-backtrace.patch')
| -rw-r--r-- | recipes-qt/qt5/qt5-creator/musl-backtrace.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/recipes-qt/qt5/qt5-creator/musl-backtrace.patch b/recipes-qt/qt5/qt5-creator/musl-backtrace.patch deleted file mode 100644 index fc7f86c2..00000000 --- a/recipes-qt/qt5/qt5-creator/musl-backtrace.patch +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | Index: qt-creator-opensource-src-3.5.1/src/plugins/debugger/debugger.pro | ||
| 2 | =================================================================== | ||
| 3 | --- qt-creator-opensource-src-3.5.1.orig/src/plugins/debugger/debugger.pro | ||
| 4 | +++ qt-creator-opensource-src-3.5.1/src/plugins/debugger/debugger.pro | ||
| 5 | @@ -148,3 +148,4 @@ include(qml/qml.pri) | ||
| 6 | include(namedemangler/namedemangler.pri) | ||
| 7 | |||
| 8 | include(shared/shared.pri) | ||
| 9 | +LIBS *= -lexecinfo | ||
| 10 | Index: qt-creator-opensource-src-3.5.1/src/plugins/qmldesigner/config.pri | ||
| 11 | =================================================================== | ||
| 12 | --- qt-creator-opensource-src-3.5.1.orig/src/plugins/qmldesigner/config.pri | ||
| 13 | +++ qt-creator-opensource-src-3.5.1/src/plugins/qmldesigner/config.pri | ||
| 14 | @@ -9,3 +9,4 @@ equals(TMP_BAUHAUS_NO_OUTPUT, true):DEFI | ||
| 15 | DEFINES += ENABLE_TEXT_VIEW | ||
| 16 | |||
| 17 | isEmpty($$(BAUHAUS_OUTPUT_IN_TEST)):DEFINES += QDEBUG_IN_TESTS WARNINGS_IN_TESTS | ||
| 18 | +LIBS *= -lexecinfo | ||
