From de4f814bb04cfdfd8f5530aea87ad1319833782a Mon Sep 17 00:00:00 2001 From: Sebastian Krzyszkowiak Date: Mon, 29 Aug 2011 15:13:32 +0200 Subject: gdb: upgrade from 7.3 to 7.3a * because 7.3 archive is not fetchable anymore (From OE-Core rev: c27690a04acf3870f6e0133cd05ba93d6c66126e) Signed-off-by: Sebastian Krzyszkowiak Signed-off-by: Richard Purdie --- meta/recipes-devtools/gdb/gdb-common.inc | 6 +++--- meta/recipes-devtools/gdb/gdb-cross-canadian_7.3.bb | 7 ------- meta/recipes-devtools/gdb/gdb-cross-canadian_7.3a.bb | 7 +++++++ meta/recipes-devtools/gdb/gdb-cross_7.3.bb | 6 ------ meta/recipes-devtools/gdb/gdb-cross_7.3a.bb | 6 ++++++ meta/recipes-devtools/gdb/gdb_7.3.bb | 8 -------- meta/recipes-devtools/gdb/gdb_7.3a.bb | 8 ++++++++ 7 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 meta/recipes-devtools/gdb/gdb-cross-canadian_7.3.bb create mode 100644 meta/recipes-devtools/gdb/gdb-cross-canadian_7.3a.bb delete mode 100644 meta/recipes-devtools/gdb/gdb-cross_7.3.bb create mode 100644 meta/recipes-devtools/gdb/gdb-cross_7.3a.bb delete mode 100644 meta/recipes-devtools/gdb/gdb_7.3.bb create mode 100644 meta/recipes-devtools/gdb/gdb_7.3a.bb (limited to 'meta/recipes-devtools/gdb') 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.3.bb deleted file mode 100644 index 58c20c4372..0000000000 --- a/meta/recipes-devtools/gdb/gdb-cross-canadian_7.3.bb +++ /dev/null @@ -1,7 +0,0 @@ -require gdb-common.inc -require gdb-cross-canadian.inc - -PR = "${INC_PR}.0" - -GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'" -EXPAT = "--with-expat" diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian_7.3a.bb b/meta/recipes-devtools/gdb/gdb-cross-canadian_7.3a.bb new file mode 100644 index 0000000000..58c20c4372 --- /dev/null +++ b/meta/recipes-devtools/gdb/gdb-cross-canadian_7.3a.bb @@ -0,0 +1,7 @@ +require gdb-common.inc +require gdb-cross-canadian.inc + +PR = "${INC_PR}.0" + +GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'" +EXPAT = "--with-expat" diff --git a/meta/recipes-devtools/gdb/gdb-cross_7.3.bb b/meta/recipes-devtools/gdb/gdb-cross_7.3.bb deleted file mode 100644 index 587d518aa3..0000000000 --- a/meta/recipes-devtools/gdb/gdb-cross_7.3.bb +++ /dev/null @@ -1,6 +0,0 @@ -require gdb-cross.inc - -SRC_URI += "file://sim-install-6.6.patch" -EXPAT = "--with-expat" - -PR = "${INC_PR}.0" diff --git a/meta/recipes-devtools/gdb/gdb-cross_7.3a.bb b/meta/recipes-devtools/gdb/gdb-cross_7.3a.bb new file mode 100644 index 0000000000..587d518aa3 --- /dev/null +++ b/meta/recipes-devtools/gdb/gdb-cross_7.3a.bb @@ -0,0 +1,6 @@ +require gdb-cross.inc + +SRC_URI += "file://sim-install-6.6.patch" +EXPAT = "--with-expat" + +PR = "${INC_PR}.0" diff --git a/meta/recipes-devtools/gdb/gdb_7.3.bb b/meta/recipes-devtools/gdb/gdb_7.3.bb deleted file mode 100644 index 5e21858c80..0000000000 --- a/meta/recipes-devtools/gdb/gdb_7.3.bb +++ /dev/null @@ -1,8 +0,0 @@ -require gdb.inc -LICENSE="GPLv2 & GPLv3 & LGPLv2 & LGPLv3" -LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ - file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \ - file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \ - file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674" -PR = "${INC_PR}.0" - diff --git a/meta/recipes-devtools/gdb/gdb_7.3a.bb b/meta/recipes-devtools/gdb/gdb_7.3a.bb new file mode 100644 index 0000000000..5e21858c80 --- /dev/null +++ b/meta/recipes-devtools/gdb/gdb_7.3a.bb @@ -0,0 +1,8 @@ +require gdb.inc +LICENSE="GPLv2 & GPLv3 & LGPLv2 & LGPLv3" +LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ + file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \ + file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \ + file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674" +PR = "${INC_PR}.0" + -- cgit v1.2.3-54-g00ecf