summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gdb/gdb-common.inc
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2011-09-29 18:27:08 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-04 11:31:27 +0100
commit9002f664383d71682767546524e1299137b6fe4f (patch)
treed51faea739691b5afc6a9484395aaaff572ea1f8 /meta/recipes-devtools/gdb/gdb-common.inc
parentf199a6cc0ce3118c85f4c214e1594688c3949e12 (diff)
downloadopenembedded-core-9002f664383d71682767546524e1299137b6fe4f.tar.gz
gdb: upgrade from 7.3a to 7.3.1
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gdb/gdb-common.inc')
-rw-r--r--meta/recipes-devtools/gdb/gdb-common.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc
index 074f91350c..e01b57cc87 100644
--- a/meta/recipes-devtools/gdb/gdb-common.inc
+++ b/meta/recipes-devtools/gdb/gdb-common.inc
@@ -22,8 +22,8 @@ inherit autotools
SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.gz \
file://no-werror.patch"
-SRC_URI[md5sum] = "9443a370dabd9ca9c41b496b59f05145"
-SRC_URI[sha256sum] = "2c2b26eea33ab477ea1f7739a8e511b1e8d89b6f74d87cdd510c6262a3af82d7"
+SRC_URI[md5sum] = "c2795d636a9481d022608cab201be613"
+SRC_URI[sha256sum] = "d7d909b4b8ae0932ba6c1602f2f1f32bef60f0c71c72f1dd833ab6cb15e0d357"
export CC_FOR_BUILD = "${BUILD_CC}"
export CXX_FOR_BUILD = "${BUILD_CXX}"