| Submitter | Kang Kai |
|---|---|
| Date | March 14, 2012, 9:03 a.m. |
| Message ID | <cover.1331713107.git.kai.kang@windriver.com> |
| Download | mbox |
| Permalink | /patch/23263/ |
| State | New |
| Headers | show |
Pull-request
git://git.pokylinux.org/poky-contrib kangkai/update-packagesComments
On Wed, 2012-03-14 at 17:03 +0800, Kang Kai wrote: > 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 Merged to master, thanks. Richard
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%)