From 1a272bc79d0e9aba9385d00b0aa1acf116552ad5 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 --- recipes-qt/qt5/qtbase/qmake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-qt/qt5/qtbase/qmake.conf b/recipes-qt/qt5/qtbase/qmake.conf index d60288e3f8..42966fe55e 100644 --- a/recipes-qt/qt5/qtbase/qmake.conf +++ b/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)