From: Marko Lindqvist <cazfi74@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/6] Misc updates
Date: Fri, 16 Aug 2013 11:14:37 +0300 [thread overview]
Message-ID: <cover.1376640731.git.cazfi74@gmail.com> (raw)
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
reply other threads:[~2013-08-16 8:14 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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.1376640731.git.cazfi74@gmail.com \
--to=cazfi74@gmail.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 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.