From 6456b596a73232429e0d223089f32dc350ea20b0 Mon Sep 17 00:00:00 2001 From: Jonathan Liu Date: Fri, 14 Jun 2013 23:15:17 +1000 Subject: qt4: 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 Signed-off-by: Jonathan Liu Signed-off-by: Richard Purdie --- meta/recipes-qt/qt4/qt4-4.8.4/g++.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/recipes-qt/qt4') diff --git a/meta/recipes-qt/qt4/qt4-4.8.4/g++.conf b/meta/recipes-qt/qt4/qt4-4.8.4/g++.conf index e58fb15718..d34c62c396 100644 --- a/meta/recipes-qt/qt4/qt4-4.8.4/g++.conf +++ b/meta/recipes-qt/qt4/qt4-4.8.4/g++.conf @@ -49,6 +49,9 @@ QMAKE_PCH_OUTPUT_EXT = .gch QMAKE_LFLAGS_BSYMBOLIC_FUNC = -Wl,-Bsymbolic-functions QMAKE_LFLAGS_DYNAMIC_LIST = -Wl,--dynamic-list, +# do not depend on gdb +CONFIG -= gdb_dwarf_index + # some linking helper... CONFIG += rpath_libdirs -- cgit 1.2.3-korg