From: Saul Wold Date: Thu, 30 Sep 2010 19:02:15 +0000 (-0700) Subject: gdb: add EXPAT to resolve gdbserver comm issues X-Git-Tag: 2011-1~4394 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9c9c8eb8358d2471c74e81f6a8f4d9a95c613429;p=openembedded-core.git 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 --- 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"