Openembedded Core Discussions
 help / color / mirror / Atom feed
From: nitin.a.kamble@intel.com
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/8] Variosu recipe upgrades
Date: Wed,  1 Feb 2012 13:55:20 -0800	[thread overview]
Message-ID: <cover.1328133261.git.nitin.a.kamble@intel.com> (raw)

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

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 (8):
  byacc: upggrade from 20111219 to 20120115
  gmp: upgrade from 5.0.2 to 5.0.3
  bdwgc: change the PV
  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
  linux-libc-headers: new recipes for latest upstream 3.2.2
  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 +-
 .../linux-libc-headers/linux-libc-headers_3.2.2.bb |    7 ++
 .../{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 +--
 16 files changed, 84 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%)
 create mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.2.2.bb
 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 22:03 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-01 21:55 nitin.a.kamble [this message]
2012-02-01 21:55 ` [PATCH 1/8] byacc: upggrade from 20111219 to 20120115 nitin.a.kamble
2012-02-01 21:55 ` [PATCH 2/8] gmp: upgrade from 5.0.2 to 5.0.3 nitin.a.kamble
2012-02-01 22:02   ` Khem Raj
2012-02-01 23:20     ` Kamble, Nitin A
2012-02-02  5:11       ` Khem Raj
2012-02-01 21:55 ` [PATCH 3/8] bdwgc: change the PV nitin.a.kamble
2012-02-01 22:07   ` Khem Raj
2012-02-01 22:23   ` Phil Blundell
2012-02-01 23:18     ` Kamble, Nitin A
2012-02-01 21:55 ` [PATCH 4/8] gdb: upgrade from 7.3.1 to 7.4 nitin.a.kamble
2012-02-01 21:55 ` [PATCH 5/8] quilt: upgrade from 0.50 to 0.51 nitin.a.kamble
2012-02-01 21:55 ` [PATCH 6/8] python-dbus: upgrade from 0.84.0 to 1.0.0 nitin.a.kamble
2012-02-01 21:55 ` [PATCH 7/8] linux-libc-headers: new recipes for latest upstream 3.2.2 nitin.a.kamble
2012-02-01 22:14   ` Khem Raj
2012-02-01 23:23     ` Kamble, Nitin A
2012-02-02  1:01     ` Bruce Ashfield
2012-02-02  5:14       ` Khem Raj
2012-02-02  5:58         ` Bruce Ashfield
2012-02-01 21:55 ` [PATCH 8/8] distro_tracking: update for current upgrades nitin.a.kamble

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.1328133261.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox