From 8e6507c49fd137f9ae94260030599c4270bd18f7 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 3 Apr 2013 20:18:50 +0200 Subject: [PATCH] qtbase: disable gdb_dwarf_index * qmake is trying to call native gdb and we don't depend on gdb-native (or even provide gdb-native) * fixes errors like this: /bin/sh: gdb: command not found /bin/sh: line 0: test: -gt: unary operator expected which are not fatal, but still misleading in do_configure output Signed-off-by: Patrick Ohly --- meta-qt5/recipes-qt/qt5/qtbase/qmake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-qt5/recipes-qt/qt5/qtbase/qmake.conf b/meta-qt5/recipes-qt/qt5/qtbase/qmake.conf index d60288e..42966fe 100644 --- a/meta-qt5/recipes-qt/qt5/qtbase/qmake.conf +++ b/meta-qt5/recipes-qt/qt5/qtbase/qmake.conf @@ -3,7 +3,7 @@ # MAKEFILE_GENERATOR = UNIX -CONFIG += incremental gdb_dwarf_index +CONFIG += incremental QMAKE_INCREMENTAL_STYLE = sublib include(../common/linux.conf) -- 2.7.4