summaryrefslogtreecommitdiffstats
path: root/meta/recipes-qt/qt4
diff options
context:
space:
mode:
authorJonathan Liu <net147@gmail.com>2013-06-14 23:15:17 +1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-14 14:10:01 +0100
commit33c762b8e5b06486aa00eae69d9c7ae260199ac1 (patch)
treef3cd7d766f827beacc9f811a638c757b3dffd59c /meta/recipes-qt/qt4
parent53841ce521d44c0c9cca512675a12f81a491fe52 (diff)
downloadast2050-yocto-poky-33c762b8e5b06486aa00eae69d9c7ae260199ac1.zip
ast2050-yocto-poky-33c762b8e5b06486aa00eae69d9c7ae260199ac1.tar.gz
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 (From OE-Core rev: 6456b596a73232429e0d223089f32dc350ea20b0) Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt/qt4')
-rw-r--r--meta/recipes-qt/qt4/qt4-4.8.4/g++.conf3
1 files changed, 3 insertions, 0 deletions
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 e58fb15..d34c62c 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
OpenPOWER on IntegriCloud