From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [Consolidated Pull 00/12] 24-May-2011
Date: Tue, 24 May 2011 09:02:47 -0700 [thread overview]
Message-ID: <cover.1306219274.git.sgw@linux.intel.com> (raw)
Various updates and clean-up
Sau!
The following changes since commit ad72ffadca975166cd8a416e4bf7b7fe33616d39:
Merge branch 'master', remote-tracking branch 'origin/master' (2011-05-23 23:00:20 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib sgw/stage
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/rootfs_size
Darren Hart (1):
create-pull-request: generalize the repository URL parsing
Kang Kai (1):
ghostscript: fix run failure on mpc8315e
Koen Kooi (1):
pulseaudio: package udev rules
Nitin A Kamble (5):
git: upgrade from 1.7.4.3 to 1.7.5.1
libpcre: upgrade from 8.10 to 8.12
byacc: upgrade from 20101127 to 20101229
python-pygpbject: upgrade from 2.27 to 2.27.91
distro-tracking: update toolchain recipe fields
Otavio Salvador (2):
send-pull-request: drop sendemail checks
syslinux: rdepends on mtools
Saul Wold (2):
gail: update gail to 1.20.2
update-alternatives-dpkg: Update to dpkg base 1.15.8.7
.../conf/distro/include/distro_tracking_fields.inc | 3 +
meta/recipes-devtools/git/files/autotools.patch | 16 --------
meta/recipes-devtools/git/git.inc | 3 +-
.../git/{git_1.7.4.3.bb => git_1.7.5.1.bb} | 6 +-
...bject_2.27.0.bb => python-pygobject_2.27.91.bb} | 6 +-
meta/recipes-devtools/syslinux/syslinux_4.03.bb | 4 +-
.../update-alternatives-dpkg.inc | 12 +++++-
.../update-alternatives-dpkg_1.13.22.bb | 7 ---
.../update-alternatives-dpkg_1.15.8.7.bb | 8 ++++
meta/recipes-extended/byacc/byacc_20101127.bb | 7 ---
meta/recipes-extended/byacc/byacc_20101229.bb | 7 +++
meta/recipes-extended/ghostscript/arm/objarch.h | 40 +++++++++++++++++++
meta/recipes-extended/ghostscript/arm/soobjarch.h | 40 +++++++++++++++++++
.../ghostscript/ghostscript-9.02-genarch.patch | 27 +++++++++++++
.../ghostscript/ghostscript_9.02.bb | 22 +++++++++-
meta/recipes-extended/ghostscript/i586/objarch.h | 41 ++++++++++++++++++++
meta/recipes-extended/ghostscript/i586/soobjarch.h | 41 ++++++++++++++++++++
meta/recipes-extended/ghostscript/mips/objarch.h | 40 +++++++++++++++++++
meta/recipes-extended/ghostscript/mips/soobjarch.h | 40 +++++++++++++++++++
.../recipes-extended/ghostscript/powerpc/objarch.h | 40 +++++++++++++++++++
.../ghostscript/powerpc/soobjarch.h | 40 +++++++++++++++++++
meta/recipes-extended/ghostscript/x86_64/objarch.h | 40 +++++++++++++++++++
.../ghostscript/x86_64/soobjarch.h | 40 +++++++++++++++++++
.../gnome/{gail_1.20.0.bb => gail_1.20.2.bb} | 10 +++-
meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 2 +-
.../pulseaudio/pulseaudio_0.9.15.bb | 2 +-
.../pulseaudio/pulseaudio_0.9.22.bb | 2 +-
.../libpcre/{libpcre_8.10.bb => libpcre_8.12.bb} | 6 +-
scripts/create-pull-request | 29 ++++++--------
scripts/send-pull-request | 16 --------
30 files changed, 511 insertions(+), 86 deletions(-)
delete mode 100644 meta/recipes-devtools/git/files/autotools.patch
rename meta/recipes-devtools/git/{git_1.7.4.3.bb => git_1.7.5.1.bb} (56%)
rename meta/recipes-devtools/python/{python-pygobject_2.27.0.bb => python-pygobject_2.27.91.bb} (87%)
delete mode 100644 meta/recipes-devtools/update-alternatives/update-alternatives-dpkg_1.13.22.bb
create mode 100644 meta/recipes-devtools/update-alternatives/update-alternatives-dpkg_1.15.8.7.bb
delete mode 100644 meta/recipes-extended/byacc/byacc_20101127.bb
create mode 100644 meta/recipes-extended/byacc/byacc_20101229.bb
create mode 100644 meta/recipes-extended/ghostscript/arm/objarch.h
create mode 100644 meta/recipes-extended/ghostscript/arm/soobjarch.h
create mode 100644 meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-genarch.patch
create mode 100644 meta/recipes-extended/ghostscript/i586/objarch.h
create mode 100644 meta/recipes-extended/ghostscript/i586/soobjarch.h
create mode 100644 meta/recipes-extended/ghostscript/mips/objarch.h
create mode 100644 meta/recipes-extended/ghostscript/mips/soobjarch.h
create mode 100644 meta/recipes-extended/ghostscript/powerpc/objarch.h
create mode 100644 meta/recipes-extended/ghostscript/powerpc/soobjarch.h
create mode 100644 meta/recipes-extended/ghostscript/x86_64/objarch.h
create mode 100644 meta/recipes-extended/ghostscript/x86_64/soobjarch.h
rename meta/recipes-gnome/gnome/{gail_1.20.0.bb => gail_1.20.2.bb} (72%)
rename meta/recipes-support/libpcre/{libpcre_8.10.bb => libpcre_8.12.bb} (94%)
--
1.7.3.4
next reply other threads:[~2011-05-24 16:06 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-24 16:02 Saul Wold [this message]
2011-05-24 16:02 ` [Consolidated Pull 01/12] gail: update gail to 1.20.2 Saul Wold
2011-05-24 16:02 ` [Consolidated Pull 02/12] update-alternatives-dpkg: Update to dpkg base 1.15.8.7 Saul Wold
2011-05-24 16:02 ` [Consolidated Pull 03/12] send-pull-request: drop sendemail checks Saul Wold
2011-05-24 16:02 ` [Consolidated Pull 04/12] syslinux: rdepends on mtools Saul Wold
2011-05-24 16:02 ` [Consolidated Pull 05/12] pulseaudio: package udev rules Saul Wold
2011-05-24 16:02 ` [Consolidated Pull 06/12] ghostscript: fix run failure on mpc8315e Saul Wold
2011-05-24 16:02 ` [Consolidated Pull 07/12] create-pull-request: generalize the repository URL parsing Saul Wold
2011-05-24 16:02 ` [Consolidated Pull 08/12] git: upgrade from 1.7.4.3 to 1.7.5.1 Saul Wold
2011-05-24 16:02 ` [Consolidated Pull 09/12] libpcre: upgrade from 8.10 to 8.12 Saul Wold
2011-05-24 16:02 ` [Consolidated Pull 10/12] byacc: upgrade from 20101127 to 20101229 Saul Wold
2011-05-24 16:02 ` [Consolidated Pull 11/12] python-pygpbject: upgrade from 2.27 to 2.27.91 Saul Wold
2011-05-24 16:02 ` [Consolidated Pull 12/12] distro-tracking: update toolchain recipe fields Saul Wold
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.1306219274.git.sgw@linux.intel.com \
--to=sgw@linux.intel.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