All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Bogdan Marinescu <bogdan.a.marinescu@intel.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] gdb: upgraded to 7.6
Date: Wed, 08 May 2013 07:29:40 -0700	[thread overview]
Message-ID: <518A6154.6090007@linux.intel.com> (raw)
In-Reply-To: <1368014380-23653-1-git-send-email-bogdan.a.marinescu@intel.com>

On 05/08/2013 04:59 AM, Bogdan Marinescu wrote:
> 'gdbserver-cflags-last.diff' was integrated into upstream.
>
Was it really?  I note that the patch from Marcin still incorporates a 
similar patch, please verify this should not be a rebase.


Sau!

> Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com>
> ---
>   meta/recipes-devtools/gdb/gdb-common.inc            |    6 ++----
>   ...-canadian_7.5.1.bb => gdb-cross-canadian_7.6.bb} |    2 --
>   .../gdb/{gdb-cross_7.5.1.bb => gdb-cross_7.6.bb}    |    2 --
>   meta/recipes-devtools/gdb/gdb.inc                   |    1 -
>   .../gdb/gdb/gdbserver-cflags-last.diff              |   19 -------------------
>   .../gdb/{gdb_7.5.1.bb => gdb_7.6.bb}                |    1 -
>   6 files changed, 2 insertions(+), 29 deletions(-)
>   rename meta/recipes-devtools/gdb/{gdb-cross-canadian_7.5.1.bb => gdb-cross-canadian_7.6.bb} (87%)
>   rename meta/recipes-devtools/gdb/{gdb-cross_7.5.1.bb => gdb-cross_7.6.bb} (82%)
>   delete mode 100644 meta/recipes-devtools/gdb/gdb/gdbserver-cflags-last.diff
>   rename meta/recipes-devtools/gdb/{gdb_7.5.1.bb => gdb_7.6.bb} (94%)
>
> diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc
> index f574d5c..eca66b4 100644
> --- a/meta/recipes-devtools/gdb/gdb-common.inc
> +++ b/meta/recipes-devtools/gdb/gdb-common.inc
> @@ -12,8 +12,6 @@ LTTNGUST_mips64 = ""
>   LTTNGUST_mips64el = ""
>   LTTNGUST_sh4 = ""
>
> -INC_PR = "r0"
> -
>   LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
>   		file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674 \
>   		file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \
> @@ -22,8 +20,8 @@ inherit autotools
>
>   SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.gz \
>             "
> -SRC_URI[md5sum] = "b1519bf899890d21d4774845a6e602fe"
> -SRC_URI[sha256sum] = "f99f26e2c1127f12ba14ece0947a9a9948be45e96b69ef363131e469a698636e"
> +SRC_URI[md5sum] = "a9836707337e5f7bf76a009a8904f470"
> +SRC_URI[sha256sum] = "8070389a5dcc104eb0be483d582729f98ed4d761ad19cedd3f17b5d2502faa36"
>
>   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.6.bb
> similarity index 87%
> rename from meta/recipes-devtools/gdb/gdb-cross-canadian_7.5.1.bb
> rename to meta/recipes-devtools/gdb/gdb-cross-canadian_7.6.bb
> index c15aa7a..cbb7402 100644
> --- a/meta/recipes-devtools/gdb/gdb-cross-canadian_7.5.1.bb
> +++ b/meta/recipes-devtools/gdb/gdb-cross-canadian_7.6.bb
> @@ -1,8 +1,6 @@
>   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.6.bb
> similarity index 82%
> rename from meta/recipes-devtools/gdb/gdb-cross_7.5.1.bb
> rename to meta/recipes-devtools/gdb/gdb-cross_7.6.bb
> index a14d0ba..8836119 100644
> --- a/meta/recipes-devtools/gdb/gdb-cross_7.5.1.bb
> +++ b/meta/recipes-devtools/gdb/gdb-cross_7.6.bb
> @@ -2,6 +2,4 @@ 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.inc b/meta/recipes-devtools/gdb/gdb.inc
> index a620eca..eb65939 100644
> --- a/meta/recipes-devtools/gdb/gdb.inc
> +++ b/meta/recipes-devtools/gdb/gdb.inc
> @@ -3,7 +3,6 @@ require gdb-common.inc
>   inherit gettext
>
>   SRC_URI += "file://kill_arm_map_symbols.patch \
> -            file://gdbserver-cflags-last.diff;striplevel=0 \
>   	    file://renesas-sh-native-support.patch \
>              "
>   #LDFLAGS_append = " -s"
> diff --git a/meta/recipes-devtools/gdb/gdb/gdbserver-cflags-last.diff b/meta/recipes-devtools/gdb/gdb/gdbserver-cflags-last.diff
> deleted file mode 100644
> index 8256f17..0000000
> --- a/meta/recipes-devtools/gdb/gdb/gdbserver-cflags-last.diff
> +++ /dev/null
> @@ -1,19 +0,0 @@
> -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 @@
> - CFLAGS = @CFLAGS@
> -
> - # INTERNAL_CFLAGS is the aggregate of all other *CFLAGS macros.
> --INTERNAL_CFLAGS_BASE =  ${CFLAGS} ${GLOBAL_CFLAGS} \
> -+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}
> -
> - # LDFLAGS is specifically reserved for setting from the command line
> - # when running make.
> diff --git a/meta/recipes-devtools/gdb/gdb_7.5.1.bb b/meta/recipes-devtools/gdb/gdb_7.6.bb
> similarity index 94%
> rename from meta/recipes-devtools/gdb/gdb_7.5.1.bb
> rename to meta/recipes-devtools/gdb/gdb_7.6.bb
> index 0645b56..cd323f5 100644
> --- a/meta/recipes-devtools/gdb/gdb_7.5.1.bb
> +++ b/meta/recipes-devtools/gdb/gdb_7.6.bb
> @@ -4,6 +4,5 @@ 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}"
>



  reply	other threads:[~2013-05-08 14:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-08 11:59 [PATCH] gdb: upgraded to 7.6 Bogdan Marinescu
2013-05-08 14:29 ` Saul Wold [this message]
2013-05-09  7:48   ` Marinescu, Bogdan A
2013-05-09  8:36     ` Marcin Juszkiewicz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=518A6154.6090007@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=bogdan.a.marinescu@intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.