From: Marko Lindqvist Date: Fri, 14 Dec 2012 10:54:13 +0000 (+0200) Subject: gdb: update to upstream version 7.5.1 X-Git-Tag: 2015-4~8289 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6d797dd2e506588cd6e79e1da7c2d68810394208;p=openembedded-core.git gdb: update to upstream version 7.5.1 Signed-off-by: Marko Lindqvist Signed-off-by: Saul Wold --- diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc index ea4098c723..9eb6b6065e 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 \ " -SRC_URI[md5sum] = "c9f5ed81008194f8f667f131234f3ef0" -SRC_URI[sha256sum] = "8dcf38dd04f7f031b51d0672050d6b14626302ddc24d74e486b4666335de2df3" +SRC_URI[md5sum] = "b1519bf899890d21d4774845a6e602fe" +SRC_URI[sha256sum] = "f99f26e2c1127f12ba14ece0947a9a9948be45e96b69ef363131e469a698636e" export CC_FOR_BUILD = "${BUILD_CC}" export CXX_FOR_BUILD = "${BUILD_CXX}" diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian_7.5.bb b/meta/recipes-devtools/gdb/gdb-cross-canadian_7.5.1.bb similarity index 100% rename from meta/recipes-devtools/gdb/gdb-cross-canadian_7.5.bb rename to meta/recipes-devtools/gdb/gdb-cross-canadian_7.5.1.bb diff --git a/meta/recipes-devtools/gdb/gdb-cross_7.5.bb b/meta/recipes-devtools/gdb/gdb-cross_7.5.1.bb similarity index 100% rename from meta/recipes-devtools/gdb/gdb-cross_7.5.bb rename to meta/recipes-devtools/gdb/gdb-cross_7.5.1.bb diff --git a/meta/recipes-devtools/gdb/gdb_7.5.bb b/meta/recipes-devtools/gdb/gdb_7.5.1.bb similarity index 100% rename from meta/recipes-devtools/gdb/gdb_7.5.bb rename to meta/recipes-devtools/gdb/gdb_7.5.1.bb