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 <Saul.Wold@intel.com>
This commit is contained in:
Saul Wold 2010-09-30 12:02:15 -07:00
parent bf1747b4e5
commit 9c9c8eb835
1 changed files with 2 additions and 1 deletions

View File

@ -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"