From 07b4960e438f4eb772dde4d1ccac153785cf151e Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Mon, 22 Jan 2018 13:47:22 +0200 Subject: 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 --- recipes-qt/qt5/qtbase_git.bbappend | 2 ++ 1 file changed, 2 insertions(+) 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 += " \ xkbcommon-evdev \ " +PACKAGECONFIG_remove = "tests" + FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" SRC_URI += " \ -- cgit v1.2.3-54-g00ecf