diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2011-09-29 18:27:08 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-04 13:46:22 +0100 |
commit | b6b02406bb9b37e399a8d0f6ba561221558c7bce (patch) | |
tree | 3be64d58e9bb3277c1f9a5f0f297fd6949533c74 /meta/recipes-devtools | |
parent | a0cff4eda5593e5f2293cd28dbdf9169e4a94b1e (diff) | |
download | poky-b6b02406bb9b37e399a8d0f6ba561221558c7bce.tar.gz |
gdb: upgrade from 7.3a to 7.3.1
(From OE-Core rev: 9002f664383d71682767546524e1299137b6fe4f)
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')
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-common.inc | 4 | ||||
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-cross-canadian_7.3.1.bb (renamed from meta/recipes-devtools/gdb/gdb-cross-canadian_7.3a.bb) | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-cross_7.3.1.bb (renamed from meta/recipes-devtools/gdb/gdb-cross_7.3a.bb) | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/gdb/gdb_7.3.1.bb (renamed from meta/recipes-devtools/gdb/gdb_7.3a.bb) | 2 |
4 files changed, 5 insertions, 5 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 | |||
22 | SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.gz \ | 22 | SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.gz \ |
23 | file://no-werror.patch" | 23 | file://no-werror.patch" |
24 | 24 | ||
25 | SRC_URI[md5sum] = "9443a370dabd9ca9c41b496b59f05145" | 25 | SRC_URI[md5sum] = "c2795d636a9481d022608cab201be613" |
26 | SRC_URI[sha256sum] = "2c2b26eea33ab477ea1f7739a8e511b1e8d89b6f74d87cdd510c6262a3af82d7" | 26 | SRC_URI[sha256sum] = "d7d909b4b8ae0932ba6c1602f2f1f32bef60f0c71c72f1dd833ab6cb15e0d357" |
27 | 27 | ||
28 | export CC_FOR_BUILD = "${BUILD_CC}" | 28 | export CC_FOR_BUILD = "${BUILD_CC}" |
29 | export CXX_FOR_BUILD = "${BUILD_CXX}" | 29 | export CXX_FOR_BUILD = "${BUILD_CXX}" |
diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian_7.3a.bb b/meta/recipes-devtools/gdb/gdb-cross-canadian_7.3.1.bb index 7e8ad04310..870e29c406 100644 --- a/meta/recipes-devtools/gdb/gdb-cross-canadian_7.3a.bb +++ b/meta/recipes-devtools/gdb/gdb-cross-canadian_7.3.1.bb | |||
@@ -6,4 +6,4 @@ PR = "${INC_PR}.0" | |||
6 | GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'" | 6 | GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'" |
7 | EXPAT = "--with-expat" | 7 | EXPAT = "--with-expat" |
8 | 8 | ||
9 | S = "${WORKDIR}/${BPN}-7.3" | 9 | S = "${WORKDIR}/${BPN}-${PN}" |
diff --git a/meta/recipes-devtools/gdb/gdb-cross_7.3a.bb b/meta/recipes-devtools/gdb/gdb-cross_7.3.1.bb index dacf6c9345..eaf8f36b06 100644 --- a/meta/recipes-devtools/gdb/gdb-cross_7.3a.bb +++ b/meta/recipes-devtools/gdb/gdb-cross_7.3.1.bb | |||
@@ -5,4 +5,4 @@ EXPAT = "--with-expat" | |||
5 | 5 | ||
6 | PR = "${INC_PR}.0" | 6 | PR = "${INC_PR}.0" |
7 | 7 | ||
8 | S = "${WORKDIR}/${BPN}-7.3" | 8 | S = "${WORKDIR}/${BPN}-${PV}" |
diff --git a/meta/recipes-devtools/gdb/gdb_7.3a.bb b/meta/recipes-devtools/gdb/gdb_7.3.1.bb index 8f544164ba..0645b5619d 100644 --- a/meta/recipes-devtools/gdb/gdb_7.3a.bb +++ b/meta/recipes-devtools/gdb/gdb_7.3.1.bb | |||
@@ -6,4 +6,4 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | |||
6 | file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674" | 6 | file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674" |
7 | PR = "${INC_PR}.0" | 7 | PR = "${INC_PR}.0" |
8 | 8 | ||
9 | S = "${WORKDIR}/${BPN}-7.3" | 9 | S = "${WORKDIR}/${BPN}-${PV}" |