From a93e087d98f6b537d26932be85c80402337d15cb Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Mon, 30 Apr 2012 14:56:26 -0700 Subject: gdb: upgrade from 7.4 to 7.4.1 Signed-off-by: Nitin A Kamble [Fixed sha256 - sgw] Signed-off-by: Saul Wold --- meta/recipes-devtools/gdb/gdb-common.inc | 6 +++--- meta/recipes-devtools/gdb/gdb-cross-canadian_7.4.1.bb | 8 ++++++++ meta/recipes-devtools/gdb/gdb-cross-canadian_7.4.bb | 8 -------- meta/recipes-devtools/gdb/gdb-cross_7.4.1.bb | 7 +++++++ meta/recipes-devtools/gdb/gdb-cross_7.4.bb | 7 ------- meta/recipes-devtools/gdb/gdb_7.4.1.bb | 9 +++++++++ meta/recipes-devtools/gdb/gdb_7.4.bb | 9 --------- 7 files changed, 27 insertions(+), 27 deletions(-) create mode 100644 meta/recipes-devtools/gdb/gdb-cross-canadian_7.4.1.bb delete mode 100644 meta/recipes-devtools/gdb/gdb-cross-canadian_7.4.bb create mode 100644 meta/recipes-devtools/gdb/gdb-cross_7.4.1.bb delete mode 100644 meta/recipes-devtools/gdb/gdb-cross_7.4.bb create mode 100644 meta/recipes-devtools/gdb/gdb_7.4.1.bb delete mode 100644 meta/recipes-devtools/gdb/gdb_7.4.bb (limited to 'meta') diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc index 8836aa3091..be4d77af42 100644 --- a/meta/recipes-devtools/gdb/gdb-common.inc +++ b/meta/recipes-devtools/gdb/gdb-common.inc @@ -12,7 +12,7 @@ LTTNGUST_mips64 = "" LTTNGUST_mips64el = "" LTTNGUST_sh4 = "" -INC_PR = "r9" +INC_PR = "r0" LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674 \ @@ -23,8 +23,8 @@ inherit autotools SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.gz \ file://no-werror.patch" -SRC_URI[md5sum] = "7877875c8af7c7ef7d06d329ac961d3f" -SRC_URI[sha256sum] = "e2c18e2f4a5feab897595455a3d623cebbba9e9dd2dbe9a5510ed7ad43ae01d2" +SRC_URI[md5sum] = "5fb7fca9ef7a9e3cfee0e2f2c0e52051" +SRC_URI[sha256sum] = "f99d2be831ead324712ae4f11868e07e545272f10aac4186060f1386f2629b38" export CC_FOR_BUILD = "${BUILD_CC}" export CXX_FOR_BUILD = "${BUILD_CXX}" diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian_7.4.1.bb b/meta/recipes-devtools/gdb/gdb-cross-canadian_7.4.1.bb new file mode 100644 index 0000000000..c15aa7a489 --- /dev/null +++ b/meta/recipes-devtools/gdb/gdb-cross-canadian_7.4.1.bb @@ -0,0 +1,8 @@ +require gdb-common.inc +require gdb-cross-canadian.inc + +PR = "${INC_PR}.0" + +GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'" + +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 deleted file mode 100644 index b2f39ce9d3..0000000000 --- a/meta/recipes-devtools/gdb/gdb-cross-canadian_7.4.bb +++ /dev/null @@ -1,8 +0,0 @@ -require gdb-common.inc -require gdb-cross-canadian.inc - -PR = "${INC_PR}.5" - -GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'" - -S = "${WORKDIR}/${BPN}-${PV}" diff --git a/meta/recipes-devtools/gdb/gdb-cross_7.4.1.bb b/meta/recipes-devtools/gdb/gdb-cross_7.4.1.bb new file mode 100644 index 0000000000..a14d0ba952 --- /dev/null +++ b/meta/recipes-devtools/gdb/gdb-cross_7.4.1.bb @@ -0,0 +1,7 @@ +require gdb-cross.inc + +SRC_URI += "file://sim-install-6.6.patch" + +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 deleted file mode 100644 index a14d0ba952..0000000000 --- a/meta/recipes-devtools/gdb/gdb-cross_7.4.bb +++ /dev/null @@ -1,7 +0,0 @@ -require gdb-cross.inc - -SRC_URI += "file://sim-install-6.6.patch" - -PR = "${INC_PR}.0" - -S = "${WORKDIR}/${BPN}-${PV}" diff --git a/meta/recipes-devtools/gdb/gdb_7.4.1.bb b/meta/recipes-devtools/gdb/gdb_7.4.1.bb new file mode 100644 index 0000000000..0645b5619d --- /dev/null +++ b/meta/recipes-devtools/gdb/gdb_7.4.1.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}" diff --git a/meta/recipes-devtools/gdb/gdb_7.4.bb b/meta/recipes-devtools/gdb/gdb_7.4.bb deleted file mode 100644 index 0645b5619d..0000000000 --- a/meta/recipes-devtools/gdb/gdb_7.4.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}" -- cgit 1.2.3-korg