diff options
author | Jonathan Liu <net147@gmail.com> | 2013-06-14 23:15:17 +1000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-09 10:53:53 +0100 |
commit | 616cda690e0b8e50a34428d52ccfb917c68fc55d (patch) | |
tree | d2be48b6f08288292371f9cdec953be5d1ab2ea9 /meta | |
parent | 9e1dca413423cc48db5110ed927c1ca094ea92e2 (diff) | |
download | poky-616cda690e0b8e50a34428d52ccfb917c68fc55d.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 master rev: 6456b596a73232429e0d223089f32dc350ea20b0)
(From OE-Core rev: f698ec36bd78e3f40d7f0ba3b8793027d56eea57)
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-qt/qt4/qt4-4.8.4/g++.conf | 3 |
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 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 | |||
49 | QMAKE_LFLAGS_BSYMBOLIC_FUNC = -Wl,-Bsymbolic-functions | 49 | QMAKE_LFLAGS_BSYMBOLIC_FUNC = -Wl,-Bsymbolic-functions |
50 | QMAKE_LFLAGS_DYNAMIC_LIST = -Wl,--dynamic-list, | 50 | QMAKE_LFLAGS_DYNAMIC_LIST = -Wl,--dynamic-list, |
51 | 51 | ||
52 | # do not depend on gdb | ||
53 | CONFIG -= gdb_dwarf_index | ||
54 | |||
52 | # some linking helper... | 55 | # some linking helper... |
53 | CONFIG += rpath_libdirs | 56 | CONFIG += rpath_libdirs |
54 | 57 | ||