Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 4/6] gdb: upgrade from 7.4 to 7.4.1
Date: Tue, 01 May 2012 18:12:09 -0700	[thread overview]
Message-ID: <4FA089E9.10509@linux.intel.com> (raw)
In-Reply-To: <5d131cb45b8cb298fda838defe6d5eaed0c15919.1335909595.git.nitin.a.kamble@intel.com>

On 05/01/2012 03:00 PM, nitin.a.kamble@intel.com wrote:
> From: Nitin A Kamble<nitin.a.kamble@intel.com>
>
> Signed-off-by: Nitin A Kamble<nitin.a.kamble@intel.com>
> ---
>   meta/recipes-devtools/gdb/gdb-common.inc           |    6 +++---
>   ...canadian_7.4.bb =>  gdb-cross-canadian_7.4.1.bb} |    2 +-
>   .../gdb/{gdb-cross_7.4.bb =>  gdb-cross_7.4.1.bb}   |    0
>   .../gdb/{gdb_7.4.bb =>  gdb_7.4.1.bb}               |    0
>   4 files changed, 4 insertions(+), 4 deletions(-)
>   rename meta/recipes-devtools/gdb/{gdb-cross-canadian_7.4.bb =>  gdb-cross-canadian_7.4.1.bb} (88%)
>   rename meta/recipes-devtools/gdb/{gdb-cross_7.4.bb =>  gdb-cross_7.4.1.bb} (100%)
>   rename meta/recipes-devtools/gdb/{gdb_7.4.bb =>  gdb_7.4.1.bb} (100%)
>
> diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc
> index 8836aa3..ae82226 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] = "f99d2be831ead324712ae4f11868e07e545272f10aac4186060f1386f2629b3"
>
Got a WARNING here and the checksum is wrong.

Sau!

>   export CC_FOR_BUILD = "${BUILD_CC}"
>   export CXX_FOR_BUILD = "${BUILD_CXX}"
> diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian_7.4.bb b/meta/recipes-devtools/gdb/gdb-cross-canadian_7.4.1.bb
> similarity index 88%
> rename from meta/recipes-devtools/gdb/gdb-cross-canadian_7.4.bb
> rename to meta/recipes-devtools/gdb/gdb-cross-canadian_7.4.1.bb
> index b2f39ce..c15aa7a 100644
> --- a/meta/recipes-devtools/gdb/gdb-cross-canadian_7.4.bb
> +++ b/meta/recipes-devtools/gdb/gdb-cross-canadian_7.4.1.bb
> @@ -1,7 +1,7 @@
>   require gdb-common.inc
>   require gdb-cross-canadian.inc
>
> -PR = "${INC_PR}.5"
> +PR = "${INC_PR}.0"
>
>   GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'"
>
> diff --git a/meta/recipes-devtools/gdb/gdb-cross_7.4.bb b/meta/recipes-devtools/gdb/gdb-cross_7.4.1.bb
> similarity index 100%
> rename from meta/recipes-devtools/gdb/gdb-cross_7.4.bb
> rename to meta/recipes-devtools/gdb/gdb-cross_7.4.1.bb
> diff --git a/meta/recipes-devtools/gdb/gdb_7.4.bb b/meta/recipes-devtools/gdb/gdb_7.4.1.bb
> similarity index 100%
> rename from meta/recipes-devtools/gdb/gdb_7.4.bb
> rename to meta/recipes-devtools/gdb/gdb_7.4.1.bb



  reply	other threads:[~2012-05-02  1:21 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-01 22:00 [PATCH 0/6] Recipe upgrades nitin.a.kamble
2012-05-01 22:00 ` [PATCH 1/6] qt4: fix compilation issue nitin.a.kamble
2012-05-02  3:38   ` Saul Wold
2012-05-02 19:33     ` Kamble, Nitin A
2012-05-01 22:00 ` [PATCH 2/6] makedepend: upgrade from 1.0.3 to 1.0.4 nitin.a.kamble
2012-05-01 22:00 ` [PATCH 3/6] quilt: upgrade from 0.51 to 0.60 nitin.a.kamble
2012-05-01 22:00 ` [PATCH 4/6] gdb: upgrade from 7.4 to 7.4.1 nitin.a.kamble
2012-05-02  1:12   ` Saul Wold [this message]
2012-05-02  1:42     ` Kamble, Nitin A
2012-05-01 22:00 ` [PATCH 5/6] python: upgrade from 2.7.2 to 2.7.3 nitin.a.kamble
2012-05-01 22:00 ` [PATCH 6/6] distro-tracking: update as per recent recipe upgrades nitin.a.kamble
2012-05-03 19:50 ` [PATCH 0/6] Recipe upgrades Saul Wold

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=4FA089E9.10509@linux.intel.com \
    --to=sgw@linux.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox