From c8285b0d0a3ea7dd6cd7538dc4a18099f9e63e0f Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 7 May 2013 17:19:07 +0200 Subject: [PATCH] qmake5_base: disable debug output by default (From meta-qt5 rev: f40204dc97a1b228fa13e7e061b361f5aec7c0b1) Signed-off-by: Martin Jansa Signed-off-by: Patrick Ohly --- meta-qt5/classes/qmake5_base.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-qt5/classes/qmake5_base.bbclass b/meta-qt5/classes/qmake5_base.bbclass index 0ba0d47..37b608e 100644 --- a/meta-qt5/classes/qmake5_base.bbclass +++ b/meta-qt5/classes/qmake5_base.bbclass @@ -9,8 +9,8 @@ QMAKE_MKSPEC_PATH_class-native = "${QMAKE_MKSPEC_PATH_NATIVE}" OE_QMAKE_PLATFORM_NATIVE = "linux-oe-g++" OE_QMAKE_PLATFORM = "linux-oe-g++" -# Add -d to show debug output from every qmake call, but it prints *a lot* -OE_QMAKE_DEBUG_OUTPUT = "-d" +# Add -d to show debug output from every qmake call, but it prints *a lot*, better to add it only to debugged recipe +OE_QMAKE_DEBUG_OUTPUT ?= "" # Paths in .prl files contain SYSROOT value SSTATE_SCAN_FILES += "*.pri *.prl" -- 2.7.4