summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gdb/gdb-cross.inc
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2012-04-03 00:23:55 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-03 14:13:28 +0100
commit2c20a915c80c0fc6a06791f16650d3b184b9d618 (patch)
tree4350b6e4712f126f6cec8e4e87869259a9820cc8 /meta/recipes-devtools/gdb/gdb-cross.inc
parent4fbc283c00494803d93c02a6828f27e2c713d26d (diff)
downloadpoky-2c20a915c80c0fc6a06791f16650d3b184b9d618.tar.gz
gdb: build with expat, add missing RRECOMMENDS_gdbserver
* Fixes communication between gdbserver and gdb-cross by using the same expat settings for both recipes. * Adds missing build dependencies for expat/expat-native. * Adds missing glibc-thread-db runtime recommendation to gdbserver, which was set only for gdb. (From OE-Core rev: 38ee88e3b32b7444d7f1eb64f1b4f69a48fe0458) Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gdb/gdb-cross.inc')
-rw-r--r--meta/recipes-devtools/gdb/gdb-cross.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-cross.inc b/meta/recipes-devtools/gdb/gdb-cross.inc
index 20db86b563..588a208d94 100644
--- a/meta/recipes-devtools/gdb/gdb-cross.inc
+++ b/meta/recipes-devtools/gdb/gdb-cross.inc
@@ -1,6 +1,6 @@
1require gdb-common.inc 1require gdb-common.inc
2 2
3DEPENDS = "ncurses-native" 3DEPENDS = "expat-native ncurses-native"
4 4
5#EXTRA_OEMAKE += "LDFLAGS='${BUILD_LDFLAGS}'" 5#EXTRA_OEMAKE += "LDFLAGS='${BUILD_LDFLAGS}'"
6 6