From 9c9c8eb8358d2471c74e81f6a8f4d9a95c613429 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Thu, 30 Sep 2010 12:02:15 -0700 Subject: gdb: add EXPAT to resolve gdbserver comm issues [BUGID #346] Added EXPAT = "--with-expat" to allow gdb to correctly communicate with the gdbserver Signed-off-by: Saul Wold --- meta/recipes-devtools/gdb/gdb-cross_7.1.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/recipes-devtools/gdb') diff --git a/meta/recipes-devtools/gdb/gdb-cross_7.1.bb b/meta/recipes-devtools/gdb/gdb-cross_7.1.bb index 3e4ce6f68b..ea1f0d8c7f 100644 --- a/meta/recipes-devtools/gdb/gdb-cross_7.1.bb +++ b/meta/recipes-devtools/gdb/gdb-cross_7.1.bb @@ -1,5 +1,6 @@ require gdb-cross.inc SRC_URI += "file://sim-install-6.6.patch;patch=1" +EXPAT = "--with-expat" -PR = "r1" +PR = "r2" -- cgit v1.2.3-54-g00ecf