diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2018-01-22 13:47:22 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2018-01-26 14:27:19 +0000 |
commit | 07b4960e438f4eb772dde4d1ccac153785cf151e (patch) | |
tree | 483dc8a69f5787403d847f7dbec7f82b61d49208 | |
parent | 6aca07601e166ab0654e4179c4d80b8e17b6cc0a (diff) | |
download | meta-boot2qt-07b4960e438f4eb772dde4d1ccac153785cf151e.tar.gz |
qt5: don't build tests by default
We don't use the tests and building them always takes time.
Change-Id: I68c95442772479f9dd30e322e48a0cfdef420924
Reviewed-by: Sami Nurmenniemi <sami.nurmenniemi@qt.io>
-rw-r--r-- | recipes-qt/qt5/qtbase_git.bbappend | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtbase_git.bbappend b/recipes-qt/qt5/qtbase_git.bbappend index af38d2c..7685c5a 100644 --- a/recipes-qt/qt5/qtbase_git.bbappend +++ b/recipes-qt/qt5/qtbase_git.bbappend | |||
@@ -49,6 +49,8 @@ PACKAGECONFIG += " \ | |||
49 | xkbcommon-evdev \ | 49 | xkbcommon-evdev \ |
50 | " | 50 | " |
51 | 51 | ||
52 | PACKAGECONFIG_remove = "tests" | ||
53 | |||
52 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 54 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
53 | 55 | ||
54 | SRC_URI += " \ | 56 | SRC_URI += " \ |