From 38ee88e3b32b7444d7f1eb64f1b4f69a48fe0458 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Tue, 3 Apr 2012 00:23:55 +0200 Subject: 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. Signed-off-by: Andreas Oberritter Signed-off-by: Richard Purdie --- meta/recipes-devtools/gdb/gdb-cross.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/gdb/gdb-cross.inc') 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 @@ require gdb-common.inc -DEPENDS = "ncurses-native" +DEPENDS = "expat-native ncurses-native" #EXTRA_OEMAKE += "LDFLAGS='${BUILD_LDFLAGS}'" -- cgit 1.2.3-korg