From c24bd38fdde69e30981efc1c0e81f8aa65555130 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Wed, 1 Feb 2012 15:40:57 -0800 Subject: gdb: upgrade from 7.3.1 to 7.4 Signed-off-by: Nitin A Kamble Signed-off-by: Richard Purdie --- meta/recipes-devtools/gdb/gdb-common.inc | 4 ++-- meta/recipes-devtools/gdb/gdb-cross-canadian_7.3.1.bb | 9 --------- meta/recipes-devtools/gdb/gdb-cross-canadian_7.4.bb | 9 +++++++++ meta/recipes-devtools/gdb/gdb-cross_7.3.1.bb | 8 -------- meta/recipes-devtools/gdb/gdb-cross_7.4.bb | 8 ++++++++ meta/recipes-devtools/gdb/gdb_7.3.1.bb | 9 --------- meta/recipes-devtools/gdb/gdb_7.4.bb | 9 +++++++++ 7 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 meta/recipes-devtools/gdb/gdb-cross-canadian_7.3.1.bb create mode 100644 meta/recipes-devtools/gdb/gdb-cross-canadian_7.4.bb delete mode 100644 meta/recipes-devtools/gdb/gdb-cross_7.3.1.bb create mode 100644 meta/recipes-devtools/gdb/gdb-cross_7.4.bb delete mode 100644 meta/recipes-devtools/gdb/gdb_7.3.1.bb create mode 100644 meta/recipes-devtools/gdb/gdb_7.4.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 930a71bcaf..a100b79fe8 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.3.1.bb deleted file mode 100644 index a4714e78bd..0000000000 --- a/meta/recipes-devtools/gdb/gdb-cross-canadian_7.3.1.bb +++ /dev/null @@ -1,9 +0,0 @@ -require gdb-common.inc -require gdb-cross-canadian.inc - -PR = "${INC_PR}.1" - -GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'" -EXPAT = "--with-expat" - -S = "${WORKDIR}/${BPN}-${PV}" diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian_7.4.bb b/meta/recipes-devtools/gdb/gdb-cross-canadian_7.4.bb new file mode 100644 index 0000000000..a4714e78bd --- /dev/null +++ b/meta/recipes-devtools/gdb/gdb-cross-canadian_7.4.bb @@ -0,0 +1,9 @@ +require gdb-common.inc +require gdb-cross-canadian.inc + +PR = "${INC_PR}.1" + +GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'" +EXPAT = "--with-expat" + +S = "${WORKDIR}/${BPN}-${PV}" diff --git a/meta/recipes-devtools/gdb/gdb-cross_7.3.1.bb b/meta/recipes-devtools/gdb/gdb-cross_7.3.1.bb deleted file mode 100644 index eaf8f36b06..0000000000 --- a/meta/recipes-devtools/gdb/gdb-cross_7.3.1.bb +++ /dev/null @@ -1,8 +0,0 @@ -require gdb-cross.inc - -SRC_URI += "file://sim-install-6.6.patch" -EXPAT = "--with-expat" - -PR = "${INC_PR}.0" - -S = "${WORKDIR}/${BPN}-${PV}" diff --git a/meta/recipes-devtools/gdb/gdb-cross_7.4.bb b/meta/recipes-devtools/gdb/gdb-cross_7.4.bb new file mode 100644 index 0000000000..eaf8f36b06 --- /dev/null +++ b/meta/recipes-devtools/gdb/gdb-cross_7.4.bb @@ -0,0 +1,8 @@ +require gdb-cross.inc + +SRC_URI += "file://sim-install-6.6.patch" +EXPAT = "--with-expat" + +PR = "${INC_PR}.0" + +S = "${WORKDIR}/${BPN}-${PV}" diff --git a/meta/recipes-devtools/gdb/gdb_7.3.1.bb b/meta/recipes-devtools/gdb/gdb_7.3.1.bb deleted file mode 100644 index 0645b5619d..0000000000 --- a/meta/recipes-devtools/gdb/gdb_7.3.1.bb +++ /dev/null @@ -1,9 +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" - -S = "${WORKDIR}/${BPN}-${PV}" diff --git a/meta/recipes-devtools/gdb/gdb_7.4.bb b/meta/recipes-devtools/gdb/gdb_7.4.bb new file mode 100644 index 0000000000..0645b5619d --- /dev/null +++ b/meta/recipes-devtools/gdb/gdb_7.4.bb @@ -0,0 +1,9 @@ +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" + +S = "${WORKDIR}/${BPN}-${PV}" -- cgit 1.2.3-korg