From 7dd275a2e24bc1881ce9f4b3a64155067b341b6d Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Fri, 14 Dec 2012 12:54:13 +0200 Subject: gdb: update to upstream version 7.5.1 (From OE-Core rev: 6d797dd2e506588cd6e79e1da7c2d68810394208) Signed-off-by: Marko Lindqvist Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-devtools/gdb/gdb-common.inc | 4 ++-- meta/recipes-devtools/gdb/gdb-cross-canadian_7.5.1.bb | 8 ++++++++ meta/recipes-devtools/gdb/gdb-cross-canadian_7.5.bb | 8 -------- meta/recipes-devtools/gdb/gdb-cross_7.5.1.bb | 7 +++++++ meta/recipes-devtools/gdb/gdb-cross_7.5.bb | 7 ------- meta/recipes-devtools/gdb/gdb_7.5.1.bb | 9 +++++++++ meta/recipes-devtools/gdb/gdb_7.5.bb | 9 --------- 7 files changed, 26 insertions(+), 26 deletions(-) create mode 100644 meta/recipes-devtools/gdb/gdb-cross-canadian_7.5.1.bb delete mode 100644 meta/recipes-devtools/gdb/gdb-cross-canadian_7.5.bb create mode 100644 meta/recipes-devtools/gdb/gdb-cross_7.5.1.bb delete mode 100644 meta/recipes-devtools/gdb/gdb-cross_7.5.bb create mode 100644 meta/recipes-devtools/gdb/gdb_7.5.1.bb delete mode 100644 meta/recipes-devtools/gdb/gdb_7.5.bb diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc index ea4098c..9eb6b60 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 \ " -SRC_URI[md5sum] = "c9f5ed81008194f8f667f131234f3ef0" -SRC_URI[sha256sum] = "8dcf38dd04f7f031b51d0672050d6b14626302ddc24d74e486b4666335de2df3" +SRC_URI[md5sum] = "b1519bf899890d21d4774845a6e602fe" +SRC_URI[sha256sum] = "f99f26e2c1127f12ba14ece0947a9a9948be45e96b69ef363131e469a698636e" export CC_FOR_BUILD = "${BUILD_CC}" export CXX_FOR_BUILD = "${BUILD_CXX}" diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian_7.5.1.bb b/meta/recipes-devtools/gdb/gdb-cross-canadian_7.5.1.bb new file mode 100644 index 0000000..c15aa7a --- /dev/null +++ b/meta/recipes-devtools/gdb/gdb-cross-canadian_7.5.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.5.bb b/meta/recipes-devtools/gdb/gdb-cross-canadian_7.5.bb deleted file mode 100644 index c15aa7a..0000000 --- a/meta/recipes-devtools/gdb/gdb-cross-canadian_7.5.bb +++ /dev/null @@ -1,8 +0,0 @@ -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_7.5.1.bb b/meta/recipes-devtools/gdb/gdb-cross_7.5.1.bb new file mode 100644 index 0000000..a14d0ba --- /dev/null +++ b/meta/recipes-devtools/gdb/gdb-cross_7.5.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.5.bb b/meta/recipes-devtools/gdb/gdb-cross_7.5.bb deleted file mode 100644 index a14d0ba..0000000 --- a/meta/recipes-devtools/gdb/gdb-cross_7.5.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.5.1.bb b/meta/recipes-devtools/gdb/gdb_7.5.1.bb new file mode 100644 index 0000000..0645b56 --- /dev/null +++ b/meta/recipes-devtools/gdb/gdb_7.5.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.5.bb b/meta/recipes-devtools/gdb/gdb_7.5.bb deleted file mode 100644 index 0645b56..0000000 --- a/meta/recipes-devtools/gdb/gdb_7.5.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 v1.1