All of lore.kernel.org
 help / color / mirror / Atom feed
From: nitin.a.kamble@intel.com
To: openembedded-core@lists.openembedded.org
Subject: [patch-v2 0/7] Various recipe upgrades
Date: Wed,  1 Feb 2012 15:40:59 -0800	[thread overview]
Message-ID: <cover.1328139407.git.nitin.a.kamble@intel.com> (raw)

From: Nitin A Kamble <nitin.a.kamble@intel.com>

Just upgrades. And some cleanups as per comments on v1 pull request.

Nitin

The following changes since commit 8d4d9a15c4947e55ed217c6035e76fcff724e544:

  package bbclass: allow per package PRIVATE_LIBS (2012-02-01 15:15:15 +0000)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib nitin/upgrades
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/upgrades

Nitin A Kamble (7):
  byacc: upggrade from 20111219 to 20120115
  gmp: upgrade from 5.0.2 to 5.0.3
  gdb: upgrade from 7.3.1 to 7.4
  quilt: upgrade from 0.50 to 0.51
  python-dbus: upgrade from 0.84.0 to 1.0.0
  bdwgc: change the PV
  distro_tracking: update for current upgrades

 .../conf/distro/include/distro_tracking_fields.inc |   47 ++++++++--------
 meta/recipes-devtools/gdb/gdb-common.inc           |    4 +-
 ...canadian_7.3.1.bb => gdb-cross-canadian_7.4.bb} |    0
 .../gdb/{gdb-cross_7.3.1.bb => gdb-cross_7.4.bb}   |    0
 .../gdb/{gdb_7.3.1.bb => gdb_7.4.bb}               |    0
 ...{python-dbus_0.84.0.bb => python-dbus_1.0.0.bb} |    4 +-
 .../quilt/{quilt-0.50.inc => quilt-0.51.inc}       |    4 +-
 .../{quilt-native_0.50.bb => quilt-native_0.51.bb} |    0
 .../quilt/{quilt_0.50.bb => quilt_0.51.bb}         |    0
 .../byacc/{byacc_20111219.bb => byacc_20120115.bb} |    6 +-
 .../{bdwgc_20110107.bb => bdwgc_7.2alpha5.bb}      |    0
 meta/recipes-support/gmp/gmp/amd64.patch           |    8 ++-
 meta/recipes-support/gmp/gmp/configure.patch       |   60 ++++++++++++--------
 meta/recipes-support/gmp/gmp/sh4-asmfix.patch      |   28 ---------
 .../gmp/{gmp_5.0.2.bb => gmp_5.0.3.bb}             |    9 +--
 15 files changed, 77 insertions(+), 93 deletions(-)
 rename meta/recipes-devtools/gdb/{gdb-cross-canadian_7.3.1.bb => gdb-cross-canadian_7.4.bb} (100%)
 rename meta/recipes-devtools/gdb/{gdb-cross_7.3.1.bb => gdb-cross_7.4.bb} (100%)
 rename meta/recipes-devtools/gdb/{gdb_7.3.1.bb => gdb_7.4.bb} (100%)
 rename meta/recipes-devtools/python/{python-dbus_0.84.0.bb => python-dbus_1.0.0.bb} (83%)
 rename meta/recipes-devtools/quilt/{quilt-0.50.inc => quilt-0.51.inc} (86%)
 rename meta/recipes-devtools/quilt/{quilt-native_0.50.bb => quilt-native_0.51.bb} (100%)
 rename meta/recipes-devtools/quilt/{quilt_0.50.bb => quilt_0.51.bb} (100%)
 rename meta/recipes-extended/byacc/{byacc_20111219.bb => byacc_20120115.bb} (59%)
 rename meta/recipes-support/bdwgc/{bdwgc_20110107.bb => bdwgc_7.2alpha5.bb} (100%)
 delete mode 100644 meta/recipes-support/gmp/gmp/sh4-asmfix.patch
 rename meta/recipes-support/gmp/{gmp_5.0.2.bb => gmp_5.0.3.bb} (57%)

-- 
1.7.6.4




             reply	other threads:[~2012-02-01 23:48 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-01 23:40 nitin.a.kamble [this message]
2012-02-01 23:40 ` [patch-v2 1/7] byacc: upggrade from 20111219 to 20120115 nitin.a.kamble
2012-02-02  8:32   ` Paul Menzel
2012-02-03  5:49     ` Kamble, Nitin A
2012-02-01 23:40 ` [patch-v2 2/7] gmp: upgrade from 5.0.2 to 5.0.3 nitin.a.kamble
2012-02-01 23:40 ` [patch-v2 3/7] gdb: upgrade from 7.3.1 to 7.4 nitin.a.kamble
2012-02-01 23:40 ` [patch-v2 4/7] quilt: upgrade from 0.50 to 0.51 nitin.a.kamble
2012-02-01 23:40 ` [patch-v2 5/7] python-dbus: upgrade from 0.84.0 to 1.0.0 nitin.a.kamble
2012-02-01 23:41 ` [patch-v2 6/7] bdwgc: change the PV nitin.a.kamble
2012-02-01 23:41 ` [patch-v2 7/7] distro_tracking: update for current upgrades nitin.a.kamble
2012-02-03 15:57 ` [patch-v2 0/7] Various recipe upgrades Richard Purdie
2012-02-03 16:30   ` Sergey Lapin
2012-02-03 16:50     ` Richard Purdie
2012-02-03 16:58       ` Koen Kooi
2012-02-04  8:19         ` Martin Jansa

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=cover.1328139407.git.nitin.a.kamble@intel.com \
    --to=nitin.a.kamble@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.