diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2019-11-01 10:57:45 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2019-11-01 10:58:21 +0000 |
commit | 432ad2aa6c3a13253fefc909faba368851d21fb1 (patch) | |
tree | 1908a81c8d6c7128a2fd2272bc606edd7743bbe4 | |
parent | 81156172a83da2210e9af290f95f45fd194c84a2 (diff) | |
download | meta-qt5-432ad2aa6c3a13253fefc909faba368851d21fb1.tar.gz |
qttools: don't install tst_qtattributionsscanner
* no longer enabled in cross builds since upstream commit:
commit de220c1a8459b0d5a4080e0d637e1a5e5a920394
Author: Kai Koehne <kai.koehne@qt.io>
Date: Thu Jun 20 12:18:35 2019 +0200
Disable tests not working for Android and WinRT
Fixes: QTBUG-73626
Fixes: QTBUG-73627
Fixes: QTBUG-73628
Fixes: QTBUG-73629
Fixes: QTBUG-73630
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes-qt/qt5/qttools_git.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qttools_git.bb b/recipes-qt/qt5/qttools_git.bb index 12cde25f..fd6de101 100644 --- a/recipes-qt/qt5/qttools_git.bb +++ b/recipes-qt/qt5/qttools_git.bb | |||
@@ -49,7 +49,6 @@ do_install_ptest() { | |||
49 | mkdir -p ${D}${PTEST_PATH} | 49 | mkdir -p ${D}${PTEST_PATH} |
50 | t=${D}${PTEST_PATH} | 50 | t=${D}${PTEST_PATH} |
51 | cp ${B}/tests/auto/qtdiag/tst_tdiag $t | 51 | cp ${B}/tests/auto/qtdiag/tst_tdiag $t |
52 | cp ${B}/tests/auto/qtattributionsscanner/tst_qtattributionsscanner $t | ||
53 | } | 52 | } |
54 | do_install_append_toolchain-clang() { | 53 | do_install_append_toolchain-clang() { |
55 | chrpath --delete ${D}${bindir}/qdoc | 54 | chrpath --delete ${D}${bindir}/qdoc |