1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

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
+2 -1
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"