]> code.ossystems Code Review - openembedded-core.git/commitdiff
gdb: add EXPAT to resolve gdbserver comm issues
authorSaul Wold <Saul.Wold@intel.com>
Thu, 30 Sep 2010 19:02:15 +0000 (12:02 -0700)
committerSaul Wold <Saul.Wold@intel.com>
Thu, 30 Sep 2010 19:30:18 +0000 (12:30 -0700)
[BUGID #346]

Added EXPAT = "--with-expat" to allow gdb to correctly
communicate with the gdbserver

Signed-off-by: Saul Wold <Saul.Wold@intel.com>
meta/recipes-devtools/gdb/gdb-cross_7.1.bb

index 3e4ce6f68b0f631bbe83c3b7d7f82eb18a43969c..ea1f0d8c7f980eef6f945bca851cb9f05fc008af 100644 (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"