Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Kang Kai <kai.kang@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 0/8] Update packages
Date: Wed, 14 Mar 2012 17:03:35 +0800	[thread overview]
Message-ID: <cover.1331713107.git.kai.kang@windriver.com> (raw)

Hello,

This serious patches try to update some packages.

Regards,


The following changes since commit 19b38a6486086b62efbff2bf8192adbaa34ecc0a:

  package.bbclass: Drop python depends from rpmdeps (2012-03-11 18:27:45 +0000)

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

Kang Kai (8):
  gobject-introspection: update to 1.31.20
  newt: update to 0.52.14
  libsdl: update to 1.2.15
  alsa-lib: update to 1.0.25
  alsa-utils: update to 1.0.25
  alsa-tools: update to 1.0.25
  ghostscript: update to 9.05
  distro_tracking_fields: udpate package status

 .../conf/distro/include/distro_tracking_fields.inc |   48 ++++++------
 .../ghostscript/ghostscript-9.02-genarch.patch     |   12 ++--
 .../ghostscript-9.05-NOT-check-endian.patch        |   54 +++++++++++++
 .../{ghostscript_9.04.bb => ghostscript_9.05.bb}   |    9 +-
 .../{libnewt_0.52.13.bb => libnewt_0.52.14.bb}     |    6 +-
 .../gnome/gobject-introspection_1.31.20.bb         |   28 +++++++
 .../libsdl-1.2.14/add.XGetRequest.symbol.patch     |   79 --------------------
 .../configure_tweak.patch                          |    0
 .../libsdl/{libsdl_1.2.14.bb => libsdl_1.2.15.bb}  |    7 +-
 .../fix-tstamp-declaration.patch                   |    0
 .../unbreak_plugindir.patch                        |    0
 .../{alsa-lib_1.0.24.1.bb => alsa-lib_1.0.25.bb}   |    6 +-
 .../autotools.patch                                |    0
 ...alsa-tools_1.0.24.1.bb => alsa-tools_1.0.25.bb} |    6 +-
 ...-t-let-systemd-unit-restore-the-volume-wh.patch |    4 +-
 .../ncursesfix.patch                               |    0
 .../uclibc-exp10-replacement.patch                 |    0
 ...alsa-utils_1.0.24.2.bb => alsa-utils_1.0.25.bb} |    8 +-
 18 files changed, 134 insertions(+), 133 deletions(-)
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.05-NOT-check-endian.patch
 rename meta/recipes-extended/ghostscript/{ghostscript_9.04.bb => ghostscript_9.05.bb} (92%)
 rename meta/recipes-extended/newt/{libnewt_0.52.13.bb => libnewt_0.52.14.bb} (84%)
 create mode 100644 meta/recipes-gnome/gnome/gobject-introspection_1.31.20.bb
 delete mode 100644 meta/recipes-graphics/libsdl/libsdl-1.2.14/add.XGetRequest.symbol.patch
 rename meta/recipes-graphics/libsdl/{libsdl-1.2.14 => libsdl-1.2.15}/configure_tweak.patch (100%)
 rename meta/recipes-graphics/libsdl/{libsdl_1.2.14.bb => libsdl_1.2.15.bb} (93%)
 rename meta/recipes-multimedia/alsa/{alsa-lib-1.0.24.1 => alsa-lib-1.0.25}/fix-tstamp-declaration.patch (100%)
 rename meta/recipes-multimedia/alsa/{alsa-lib-1.0.24.1 => alsa-lib-1.0.25}/unbreak_plugindir.patch (100%)
 rename meta/recipes-multimedia/alsa/{alsa-lib_1.0.24.1.bb => alsa-lib_1.0.25.bb} (92%)
 rename meta/recipes-multimedia/alsa/{alsa-tools-1.0.24.1 => alsa-tools-1.0.25}/autotools.patch (100%)
 rename meta/recipes-multimedia/alsa/{alsa-tools_1.0.24.1.bb => alsa-tools_1.0.25.bb} (83%)
 rename meta/recipes-multimedia/alsa/{alsa-utils-1.0.24.2 => alsa-utils-1.0.25}/0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch (87%)
 rename meta/recipes-multimedia/alsa/{alsa-utils-1.0.24.2 => alsa-utils-1.0.25}/ncursesfix.patch (100%)
 rename meta/recipes-multimedia/alsa/{alsa-utils-1.0.24.2 => alsa-utils-1.0.25}/uclibc-exp10-replacement.patch (100%)
 rename meta/recipes-multimedia/alsa/{alsa-utils_1.0.24.2.bb => alsa-utils_1.0.25.bb} (93%)

-- 
1.7.5.4




             reply	other threads:[~2012-03-14  9:12 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-14  9:03 Kang Kai [this message]
2012-03-14  9:03 ` [PATCH 1/8] gobject-introspection: update to 1.31.20 Kang Kai
2012-03-14  9:03 ` [PATCH 2/8] newt: update to 0.52.14 Kang Kai
2012-03-14  9:03 ` [PATCH 3/8] libsdl: update to 1.2.15 Kang Kai
2012-03-14  9:03 ` [PATCH 4/8] alsa-lib: update to 1.0.25 Kang Kai
2012-03-14  9:03 ` [PATCH 5/8] alsa-utils: " Kang Kai
2012-03-16  7:25   ` Wang, Shane
2012-03-19  2:05     ` Kang Kai
2012-03-14  9:03 ` [PATCH 6/8] alsa-tools: " Kang Kai
2012-03-14 15:55   ` Richard Purdie
2012-03-15  5:58     ` Kang Kai
2012-03-14  9:03 ` [PATCH 7/8] ghostscript: update to 9.05 Kang Kai
2012-03-14  9:03 ` [PATCH 8/8] distro_tracking_fields: udpate package status Kang Kai
2012-03-14 13:23 ` [PATCH 0/8] Update packages Richard Purdie

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.1331713107.git.kai.kang@windriver.com \
    --to=kai.kang@windriver.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