summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gdb
diff options
context:
space:
mode:
authorSaul Wold <Saul.Wold@intel.com>2010-09-30 12:02:15 -0700
committerSaul Wold <Saul.Wold@intel.com>2010-09-30 12:30:18 -0700
commit9c9c8eb8358d2471c74e81f6a8f4d9a95c613429 (patch)
tree48990225394d7a880bccf13db1c61a9e955ce557 /meta/recipes-devtools/gdb
parentbf1747b4e5d24df1d1af1e16949cf1f1005c47f0 (diff)
downloadast2050-yocto-poky-9c9c8eb8358d2471c74e81f6a8f4d9a95c613429.zip
ast2050-yocto-poky-9c9c8eb8358d2471c74e81f6a8f4d9a95c613429.tar.gz
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>
Diffstat (limited to 'meta/recipes-devtools/gdb')
-rw-r--r--meta/recipes-devtools/gdb/gdb-cross_7.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-cross_7.1.bb b/meta/recipes-devtools/gdb/gdb-cross_7.1.bb
index 3e4ce6f..ea1f0d8 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"
OpenPOWER on IntegriCloud