All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] Variosu recipe upgrades
@ 2012-02-01 21:55 nitin.a.kamble
  2012-02-01 21:55 ` [PATCH 1/8] byacc: upggrade from 20111219 to 20120115 nitin.a.kamble
                   ` (7 more replies)
  0 siblings, 8 replies; 20+ messages in thread
From: nitin.a.kamble @ 2012-02-01 21:55 UTC (permalink / raw)
  To: openembedded-core

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




^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2012-02-02  6:06 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-01 21:55 [PATCH 0/8] Variosu recipe upgrades nitin.a.kamble
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

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.