diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2012-02-01 15:40:57 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-03 15:56:37 +0000 |
commit | a03c350074482a6424fdf3679fce2c007b8f587b (patch) | |
tree | 4543b3a9d07186db8309f9426f7b370914a08014 /meta/recipes-devtools/gdb | |
parent | f5d505e0cdd48ad9ac5597637c1fbf99578d3b01 (diff) | |
download | openembedded-core-contrib-a03c350074482a6424fdf3679fce2c007b8f587b.tar.gz |
gdb: upgrade from 7.3.1 to 7.4
(From OE-Core rev: c24bd38fdde69e30981efc1c0e81f8aa65555130)
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')
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-common.inc | 4 | ||||
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-cross-canadian_7.4.bb (renamed from meta/recipes-devtools/gdb/gdb-cross-canadian_7.3.1.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-cross_7.4.bb (renamed from meta/recipes-devtools/gdb/gdb-cross_7.3.1.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/gdb/gdb_7.4.bb (renamed from meta/recipes-devtools/gdb/gdb_7.3.1.bb) | 0 |
4 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 930a71bcafd..a100b79fe83 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] = "c2795d636a9481d022608cab201be613" -SRC_URI[sha256sum] = "d7d909b4b8ae0932ba6c1602f2f1f32bef60f0c71c72f1dd833ab6cb15e0d357" +SRC_URI[md5sum] = "7877875c8af7c7ef7d06d329ac961d3f" +SRC_URI[sha256sum] = "e2c18e2f4a5feab897595455a3d623cebbba9e9dd2dbe9a5510ed7ad43ae01d2" export CC_FOR_BUILD = "${BUILD_CC}" export CXX_FOR_BUILD = "${BUILD_CXX}" diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian_7.3.1.bb b/meta/recipes-devtools/gdb/gdb-cross-canadian_7.4.bb index a4714e78bdb..a4714e78bdb 100644 --- a/meta/recipes-devtools/gdb/gdb-cross-canadian_7.3.1.bb +++ b/meta/recipes-devtools/gdb/gdb-cross-canadian_7.4.bb diff --git a/meta/recipes-devtools/gdb/gdb-cross_7.3.1.bb b/meta/recipes-devtools/gdb/gdb-cross_7.4.bb index eaf8f36b063..eaf8f36b063 100644 --- a/meta/recipes-devtools/gdb/gdb-cross_7.3.1.bb +++ b/meta/recipes-devtools/gdb/gdb-cross_7.4.bb diff --git a/meta/recipes-devtools/gdb/gdb_7.3.1.bb b/meta/recipes-devtools/gdb/gdb_7.4.bb index 0645b5619d3..0645b5619d3 100644 --- a/meta/recipes-devtools/gdb/gdb_7.3.1.bb +++ b/meta/recipes-devtools/gdb/gdb_7.4.bb |