diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-03 20:18:50 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-17 16:10:02 +0200 |
commit | 1a272bc79d0e9aba9385d00b0aa1acf116552ad5 (patch) | |
tree | dc2a56dbeef2c482921ad7edbd879fc8ecb34a64 | |
parent | b78a292a584f084cc15715c3a68693b008ef6682 (diff) | |
download | meta-qt5-1a272bc79d0e9aba9385d00b0aa1acf116552ad5.tar.gz |
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
-rw-r--r-- | recipes-qt/qt5/qtbase/qmake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtbase/qmake.conf b/recipes-qt/qt5/qtbase/qmake.conf index d60288e3..42966fe5 100644 --- a/recipes-qt/qt5/qtbase/qmake.conf +++ b/recipes-qt/qt5/qtbase/qmake.conf | |||
@@ -3,7 +3,7 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | MAKEFILE_GENERATOR = UNIX | 5 | MAKEFILE_GENERATOR = UNIX |
6 | CONFIG += incremental gdb_dwarf_index | 6 | CONFIG += incremental |
7 | QMAKE_INCREMENTAL_STYLE = sublib | 7 | QMAKE_INCREMENTAL_STYLE = sublib |
8 | 8 | ||
9 | include(../common/linux.conf) | 9 | include(../common/linux.conf) |