From 2d912e2dfb04d10c5cd0ead33e3e5bd89f4ad5c7 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Thu, 9 May 2013 10:48:35 +0200 Subject: gdb: add 7.6 version (From OE-Core rev: ace67d28ab295451a59edcf02447bcd9095b3edb) Signed-off-by: Marcin Juszkiewicz Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-devtools/gdb/gdb-7.6.inc | 10 ++++++++++ meta/recipes-devtools/gdb/gdb-common.inc | 3 --- .../recipes-devtools/gdb/gdb-cross-canadian_7.5.1.bb | 8 -------- meta/recipes-devtools/gdb/gdb-cross-canadian_7.6.bb | 5 +++++ meta/recipes-devtools/gdb/gdb-cross_7.5.1.bb | 7 ------- meta/recipes-devtools/gdb/gdb-cross_7.6.bb | 4 ++++ .../gdb/gdb/gdbserver-cflags-last.diff | 20 +++++++++++++------- meta/recipes-devtools/gdb/gdb_7.5.1.bb | 9 --------- meta/recipes-devtools/gdb/gdb_7.6.bb | 2 ++ 9 files changed, 34 insertions(+), 34 deletions(-) create mode 100644 meta/recipes-devtools/gdb/gdb-7.6.inc delete mode 100644 meta/recipes-devtools/gdb/gdb-cross-canadian_7.5.1.bb create mode 100644 meta/recipes-devtools/gdb/gdb-cross-canadian_7.6.bb delete mode 100644 meta/recipes-devtools/gdb/gdb-cross_7.5.1.bb create mode 100644 meta/recipes-devtools/gdb/gdb-cross_7.6.bb delete mode 100644 meta/recipes-devtools/gdb/gdb_7.5.1.bb create mode 100644 meta/recipes-devtools/gdb/gdb_7.6.bb (limited to 'meta/recipes-devtools') diff --git a/meta/recipes-devtools/gdb/gdb-7.6.inc b/meta/recipes-devtools/gdb/gdb-7.6.inc new file mode 100644 index 0000000..00cb6ee --- /dev/null +++ b/meta/recipes-devtools/gdb/gdb-7.6.inc @@ -0,0 +1,10 @@ +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" + +S = "${WORKDIR}/${BPN}-${PV}" + +SRC_URI[md5sum] = "a9836707337e5f7bf76a009a8904f470" +SRC_URI[sha256sum] = "8070389a5dcc104eb0be483d582729f98ed4d761ad19cedd3f17b5d2502faa36" diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc index 6f42dff..deb3841 100644 --- a/meta/recipes-devtools/gdb/gdb-common.inc +++ b/meta/recipes-devtools/gdb/gdb-common.inc @@ -23,9 +23,6 @@ inherit autotools SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.gz \ " -SRC_URI[md5sum] = "b1519bf899890d21d4774845a6e602fe" -SRC_URI[sha256sum] = "f99f26e2c1127f12ba14ece0947a9a9948be45e96b69ef363131e469a698636e" - export CC_FOR_BUILD = "${BUILD_CC}" export CXX_FOR_BUILD = "${BUILD_CXX}" export CPP_FOR_BUILD = "${BUILD_CPP}" 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 deleted file mode 100644 index c15aa7a..0000000 --- a/meta/recipes-devtools/gdb/gdb-cross-canadian_7.5.1.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-canadian_7.6.bb b/meta/recipes-devtools/gdb/gdb-cross-canadian_7.6.bb new file mode 100644 index 0000000..a2194a1 --- /dev/null +++ b/meta/recipes-devtools/gdb/gdb-cross-canadian_7.6.bb @@ -0,0 +1,5 @@ +require gdb-common.inc +require gdb-cross-canadian.inc +require gdb-7.6.inc + +GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'" diff --git a/meta/recipes-devtools/gdb/gdb-cross_7.5.1.bb b/meta/recipes-devtools/gdb/gdb-cross_7.5.1.bb deleted file mode 100644 index a14d0ba..0000000 --- a/meta/recipes-devtools/gdb/gdb-cross_7.5.1.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-cross_7.6.bb b/meta/recipes-devtools/gdb/gdb-cross_7.6.bb new file mode 100644 index 0000000..62f6937 --- /dev/null +++ b/meta/recipes-devtools/gdb/gdb-cross_7.6.bb @@ -0,0 +1,4 @@ +require gdb-cross.inc +require gdb-7.6.inc + +SRC_URI += "file://sim-install-6.6.patch" diff --git a/meta/recipes-devtools/gdb/gdb/gdbserver-cflags-last.diff b/meta/recipes-devtools/gdb/gdb/gdbserver-cflags-last.diff index 8256f17..4dfc419 100644 --- a/meta/recipes-devtools/gdb/gdb/gdbserver-cflags-last.diff +++ b/meta/recipes-devtools/gdb/gdb/gdbserver-cflags-last.diff @@ -1,10 +1,14 @@ Upstream-Status: Pending -Index: gdb/gdbserver/Makefile.in -=================================================================== ---- gdb/gdbserver/Makefile.in.orig 2011-03-09 23:32:02.000000000 -0800 -+++ gdb/gdbserver/Makefile.in 2011-08-05 21:16:43.592202579 -0700 -@@ -94,10 +94,10 @@ +--- + gdb/gdbserver/Makefile.in | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +--- gdb/gdbserver/Makefile.in.orig ++++ gdb/gdbserver/Makefile.in +@@ -118,14 +118,14 @@ WARN_CFLAGS_NO_FORMAT = `echo " $(WARN_C + # CFLAGS is specifically reserved for setting from the command line + # when running make. I.E. "make CFLAGS=-Wmissing-prototypes". CFLAGS = @CFLAGS@ # INTERNAL_CFLAGS is the aggregate of all other *CFLAGS macros. @@ -12,8 +16,10 @@ Index: gdb/gdbserver/Makefile.in +INTERNAL_CFLAGS_BASE = ${GLOBAL_CFLAGS} \ ${PROFILE_CFLAGS} ${INCLUDE_CFLAGS} INTERNAL_WARN_CFLAGS = ${INTERNAL_CFLAGS_BASE} $(WARN_CFLAGS) --INTERNAL_CFLAGS = ${INTERNAL_WARN_CFLAGS} $(WERROR_CFLAGS) -+INTERNAL_CFLAGS = ${INTERNAL_WARN_CFLAGS} $(WERROR_CFLAGS) ${CFLAGS} +-INTERNAL_CFLAGS = ${INTERNAL_WARN_CFLAGS} $(WERROR_CFLAGS) -DGDBSERVER ++INTERNAL_CFLAGS = ${INTERNAL_WARN_CFLAGS} $(WERROR_CFLAGS) ${CFLAGS} -DGDBSERVER # LDFLAGS is specifically reserved for setting from the command line # when running make. + LDFLAGS = @LDFLAGS@ + INTERNAL_LDFLAGS = $(LDFLAGS) @RDYNAMIC@ diff --git a/meta/recipes-devtools/gdb/gdb_7.5.1.bb b/meta/recipes-devtools/gdb/gdb_7.5.1.bb deleted file mode 100644 index 0645b56..0000000 --- a/meta/recipes-devtools/gdb/gdb_7.5.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.6.bb b/meta/recipes-devtools/gdb/gdb_7.6.bb new file mode 100644 index 0000000..6b38812 --- /dev/null +++ b/meta/recipes-devtools/gdb/gdb_7.6.bb @@ -0,0 +1,2 @@ +require gdb.inc +require gdb-7.6.inc -- cgit v1.1