Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/8] Update packages
@ 2012-03-14  9:03 Kang Kai
  2012-03-14  9:03 ` [PATCH 1/8] gobject-introspection: update to 1.31.20 Kang Kai
                   ` (8 more replies)
  0 siblings, 9 replies; 14+ messages in thread
From: Kang Kai @ 2012-03-14  9:03 UTC (permalink / raw)
  To: openembedded-core

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




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

end of thread, other threads:[~2012-03-19  2:14 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-14  9:03 [PATCH 0/8] Update packages Kang Kai
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox