aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qttools_git.bb
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2019-10-29 14:02:31 +0200
committerMikko Gronoff <mikko.gronoff@qt.io>2019-11-01 15:58:53 +0200
commit19ceaa67b564c202b612bbf126ce1606d9b94cc0 (patch)
tree77eb2fd624a3ca59c44760866f69da87856be263 /recipes-qt/qt5/qttools_git.bb
parentec860bdcdb8c4b64f9b4d73b0e1723bd18bd1112 (diff)
qt5: update submodules
Update to latest content in Qt 5.14.0 branch. ptest block removed from qttools_git.bb as qttools commit ec310d3d4e573aaed1e273f1e247f1bdc0c64d5c disabled qtdiag tests. Task-number: QTBUG-77876 Change-Id: Ica6ed568063056b81b8453592a91a88cd6093d51 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'recipes-qt/qt5/qttools_git.bb')
-rw-r--r--recipes-qt/qt5/qttools_git.bb8
1 files changed, 1 insertions, 7 deletions
diff --git a/recipes-qt/qt5/qttools_git.bb b/recipes-qt/qt5/qttools_git.bb
index ad9ab426..d0ce92d1 100644
--- a/recipes-qt/qt5/qttools_git.bb
+++ b/recipes-qt/qt5/qttools_git.bb
@@ -1,6 +1,5 @@
require qt5.inc
require qt5-git.inc
-require qt5-ptest.inc
HOMEPAGE = "http://www.qt.io"
LICENSE = "GFDL-1.3 & BSD & ( GPL-3.0 & The-Qt-Company-GPL-Exception-1.0 | The-Qt-Company-Commercial ) & ( GPL-2.0+ | LGPL-3.0 | The-Qt-Company-Commercial )"
@@ -41,15 +40,10 @@ EXTRA_QMAKEVARS_PRE_append_class-target = "\
${@bb.utils.contains('PACKAGECONFIG', 'clang', 'CONFIG+=config_clang', 'CONFIG+=config_clang_done CONFIG-=config_clang', d)} \
"
-SRCREV = "bb57fe7440e59008851a95ee63ee4d16fde080ed"
+SRCREV = "a339e4a1e3b53d852c1e6a445e3159dbd8bc0e80"
BBCLASSEXTEND = "native nativesdk"
-do_install_ptest() {
- mkdir -p ${D}${PTEST_PATH}
- t=${D}${PTEST_PATH}
- cp ${B}/tests/auto/qtdiag/tst_tdiag $t
-}
do_install_append_toolchain-clang() {
chrpath --delete ${D}${bindir}/qdoc
}