diff options
author | Sebastian Krzyszkowiak <dos@dosowisko.net> | 2011-08-29 15:13:32 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-30 22:10:34 +0100 |
commit | c27690a04acf3870f6e0133cd05ba93d6c66126e (patch) | |
tree | 6ba988050807f6ba581f97c287eb5a50fb8936c7 | |
parent | 9f4a66bffa03142f30bb91352c0219ab010316f0 (diff) | |
download | openembedded-core-c27690a04acf3870f6e0133cd05ba93d6c66126e.tar.gz openembedded-core-c27690a04acf3870f6e0133cd05ba93d6c66126e.tar.bz2 openembedded-core-c27690a04acf3870f6e0133cd05ba93d6c66126e.zip |
gdb: upgrade from 7.3 to 7.3a
* because 7.3 archive is not fetchable anymore
Signed-off-by: Sebastian Krzyszkowiak <dos@dosowisko.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-common.inc | 6 | ||||
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-cross-canadian_7.3a.bb (renamed from meta/recipes-devtools/gdb/gdb-cross-canadian_7.3.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-cross_7.3a.bb (renamed from meta/recipes-devtools/gdb/gdb-cross_7.3.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/gdb/gdb_7.3a.bb (renamed from meta/recipes-devtools/gdb/gdb_7.3.bb) | 0 |
4 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc index 9879e9723d..074f91350c 100644 --- a/meta/recipes-devtools/gdb/gdb-common.inc +++ b/meta/recipes-devtools/gdb/gdb-common.inc @@ -11,7 +11,7 @@ LTTNGUST_mipsel = "" LTTNGUST_mips64 = "" LTTNGUST_mips64el = "" -INC_PR = "r3" +INC_PR = "r4" LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674 \ @@ -22,8 +22,8 @@ inherit autotools SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.gz \ file://no-werror.patch" -SRC_URI[md5sum] = "1d6b4e469270433583ef62a906c02fa8" -SRC_URI[sha256sum] = "d1791d1f9d6c21ec265f4f74dadc15bc35698158a1b836d1626b9a69b818f5c5" +SRC_URI[md5sum] = "9443a370dabd9ca9c41b496b59f05145" +SRC_URI[sha256sum] = "2c2b26eea33ab477ea1f7739a8e511b1e8d89b6f74d87cdd510c6262a3af82d7" export CC_FOR_BUILD = "${BUILD_CC}" export CXX_FOR_BUILD = "${BUILD_CXX}" diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian_7.3.bb b/meta/recipes-devtools/gdb/gdb-cross-canadian_7.3a.bb index 58c20c4372..58c20c4372 100644 --- a/meta/recipes-devtools/gdb/gdb-cross-canadian_7.3.bb +++ b/meta/recipes-devtools/gdb/gdb-cross-canadian_7.3a.bb diff --git a/meta/recipes-devtools/gdb/gdb-cross_7.3.bb b/meta/recipes-devtools/gdb/gdb-cross_7.3a.bb index 587d518aa3..587d518aa3 100644 --- a/meta/recipes-devtools/gdb/gdb-cross_7.3.bb +++ b/meta/recipes-devtools/gdb/gdb-cross_7.3a.bb diff --git a/meta/recipes-devtools/gdb/gdb_7.3.bb b/meta/recipes-devtools/gdb/gdb_7.3a.bb index 5e21858c80..5e21858c80 100644 --- a/meta/recipes-devtools/gdb/gdb_7.3.bb +++ b/meta/recipes-devtools/gdb/gdb_7.3a.bb |