All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Misc updates
@ 2013-08-16  8:14 Marko Lindqvist
  0 siblings, 0 replies; only message in thread
From: Marko Lindqvist @ 2013-08-16  8:14 UTC (permalink / raw)
  To: openembedded-core

Mainly straightforward minor package upgrades, gettext being the most
significant one.

The following changes since commit 57662d4f813d5795cac1529633db80a09efdb089:

  meta-skeleton: Add busybox config fragment example (2013-08-13 23:03:44 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib cazfi/up
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=cazfi/up

Marko Lindqvist (6):
  glib-2.0: use trim_version() to get the source directory
  pixman: update to upstream version 0.30.2
  curl: update to upstream version 7.32.0
  glib-2.0: update to upstream version 2.36.4
  gtk+: update to upstream version 2.24.20
  gettext: update to upstream version 0.18.3

 .../gettext/{gettext-0.18.2 => gettext-0.18.3}/parallel.patch  |    0
 meta/recipes-core/gettext/gettext-minimal-0.18.2/aclocal.tgz   |  Bin 37504 -> 0 bytes
 .../{gettext-minimal-0.18.2 => gettext-minimal-0.18.3}/COPYING |    0
 .../Makefile.in.in                                             |    3 ++-
 .../Makevars.template                                          |    0
 meta/recipes-core/gettext/gettext-minimal-0.18.3/aclocal.tgz   |  Bin 0 -> 37586 bytes
 .../config.rpath                                               |    2 +-
 .../remove-potcdate.sin                                        |    0
 ...nimal-native_0.18.2.bb => gettext-minimal-native_0.18.3.bb} |    0
 .../gettext/{gettext_0.18.2.bb => gettext_0.18.3.bb}           |    5 ++---
 .../glib-2.0/{glib-2.0_2.36.3.bb => glib-2.0_2.36.4.bb}        |    6 +++---
 .../0001-GtkButton-do-not-prelight-in-touchscreen-mode.patch   |    0
 ...-bgo-584832-Duplicate-the-exec-string-returned-by-gtk.patch |    0
 .../{gtk+-2.24.18 => gtk+-2.24.20}/cellrenderer-cairo.patch    |    0
 .../gtk+/{gtk+-2.24.18 => gtk+-2.24.20}/configure-nm.patch     |    0
 .../gtk+/{gtk+-2.24.18 => gtk+-2.24.20}/configurefix.patch     |    0
 .../gtk+/{gtk+-2.24.18 => gtk+-2.24.20}/doc-fixes.patch        |    0
 .../gtk+/{gtk+-2.24.18 => gtk+-2.24.20}/entry-cairo.patch      |    0
 .../{gtk+-2.24.18 => gtk+-2.24.20}/hardcoded_libtool.patch     |    0
 .../gtk+/{gtk+-2.24.18 => gtk+-2.24.20}/no-demos.patch         |    0
 .../gtk+/{gtk+-2.24.18 => gtk+-2.24.20}/run-iconcache.patch    |    0
 .../gtk+/{gtk+-2.24.18 => gtk+-2.24.20}/toggle-font.diff       |    0
 .../gtk+/{gtk+-2.24.18 => gtk+-2.24.20}/xsettings.patch        |    0
 meta/recipes-gnome/gtk+/{gtk+_2.24.18.bb => gtk+_2.24.20.bb}   |    8 +++-----
 .../xorg-lib/{pixman_0.30.0.bb => pixman_0.30.2.bb}            |    4 ++--
 meta/recipes-support/curl/{curl_7.31.0.bb => curl_7.32.0.bb}   |    4 ++--
 26 files changed, 15 insertions(+), 17 deletions(-)
 rename meta/recipes-core/gettext/{gettext-0.18.2 => gettext-0.18.3}/parallel.patch (100%)
 delete mode 100644 meta/recipes-core/gettext/gettext-minimal-0.18.2/aclocal.tgz
 rename meta/recipes-core/gettext/{gettext-minimal-0.18.2 => gettext-minimal-0.18.3}/COPYING (100%)
 rename meta/recipes-core/gettext/{gettext-minimal-0.18.2 => gettext-minimal-0.18.3}/Makefile.in.in (99%)
 rename meta/recipes-core/gettext/{gettext-minimal-0.18.2 => gettext-minimal-0.18.3}/Makevars.template (100%)
 create mode 100644 meta/recipes-core/gettext/gettext-minimal-0.18.3/aclocal.tgz
 rename meta/recipes-core/gettext/{gettext-minimal-0.18.2 => gettext-minimal-0.18.3}/config.rpath (99%)
 rename meta/recipes-core/gettext/{gettext-minimal-0.18.2 => gettext-minimal-0.18.3}/remove-potcdate.sin (100%)
 rename meta/recipes-core/gettext/{gettext-minimal-native_0.18.2.bb => gettext-minimal-native_0.18.3.bb} (100%)
 rename meta/recipes-core/gettext/{gettext_0.18.2.bb => gettext_0.18.3.bb} (96%)
 rename meta/recipes-core/glib-2.0/{glib-2.0_2.36.3.bb => glib-2.0_2.36.4.bb} (88%)
 rename meta/recipes-gnome/gtk+/{gtk+-2.24.18 => gtk+-2.24.20}/0001-GtkButton-do-not-prelight-in-touchscreen-mode.patch (100%)
 rename meta/recipes-gnome/gtk+/{gtk+-2.24.18 => gtk+-2.24.20}/0001-bgo-584832-Duplicate-the-exec-string-returned-by-gtk.patch (100%)
 rename meta/recipes-gnome/gtk+/{gtk+-2.24.18 => gtk+-2.24.20}/cellrenderer-cairo.patch (100%)
 rename meta/recipes-gnome/gtk+/{gtk+-2.24.18 => gtk+-2.24.20}/configure-nm.patch (100%)
 rename meta/recipes-gnome/gtk+/{gtk+-2.24.18 => gtk+-2.24.20}/configurefix.patch (100%)
 rename meta/recipes-gnome/gtk+/{gtk+-2.24.18 => gtk+-2.24.20}/doc-fixes.patch (100%)
 rename meta/recipes-gnome/gtk+/{gtk+-2.24.18 => gtk+-2.24.20}/entry-cairo.patch (100%)
 rename meta/recipes-gnome/gtk+/{gtk+-2.24.18 => gtk+-2.24.20}/hardcoded_libtool.patch (100%)
 rename meta/recipes-gnome/gtk+/{gtk+-2.24.18 => gtk+-2.24.20}/no-demos.patch (100%)
 rename meta/recipes-gnome/gtk+/{gtk+-2.24.18 => gtk+-2.24.20}/run-iconcache.patch (100%)
 rename meta/recipes-gnome/gtk+/{gtk+-2.24.18 => gtk+-2.24.20}/toggle-font.diff (100%)
 rename meta/recipes-gnome/gtk+/{gtk+-2.24.18 => gtk+-2.24.20}/xsettings.patch (100%)
 rename meta/recipes-gnome/gtk+/{gtk+_2.24.18.bb => gtk+_2.24.20.bb} (90%)
 rename meta/recipes-graphics/xorg-lib/{pixman_0.30.0.bb => pixman_0.30.2.bb} (89%)
 rename meta/recipes-support/curl/{curl_7.31.0.bb => curl_7.32.0.bb} (93%)

-- 
1.7.10.4



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-08-16  8:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-16  8:14 [PATCH 0/6] Misc updates Marko Lindqvist

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.