From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [CONSOLIDATED PULL 00/16] July 22, 2011
Date: Fri, 22 Jul 2011 00:25:48 -0700 [thread overview]
Message-ID: <cover.1311318447.git.sgw@linux.intel.com> (raw)
Richard,
This contains more uclibc updates from Khem along with Bruce's
3.0 Updates.
There are a couple of small updates for .gitignore and other recipes.
Thanks
Sau!
The following changes since commit f175e4f28aa835abef8c3d5e2065054416692418:
libiconv: Fix build failure on 1.13.1 (2011-07-21 22:50:06 +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/stage
Bruce Ashfield (4):
linux-yocto: kernel-3.0 support recipe
kernel: copy defconfig to {B} vs {S}
linux-yocto: update LICENSE to GPLv2
kern-tools: update SRCREV
Khem Raj (6):
mesa-xlib, mesa-dri: Probe for newlocale() before using it.
task-core-tools.bb: Exclude lttng-ust for x86_64/uclibc
uclibc: Add patch header for sync_file_range2.patch
strace: Define own sigmask macro if not defined already in signal.h
util-linux: Replace sigsetmask with posix compliant functions
tclibc-uclibc: Fix TARGET_OS for powerpc
Kumar Gala (1):
.gitignore: Update build ignores to have wildcard
Mei Lei (1):
dhcp: Fix libdir issue for multilib
Nitin A Kamble (3):
glib-2.0: fix a compilation issue due to dtrace
python: fix security vulnerability
fix Upstream-Status line for few patches
Saul Wold (1):
default-versions: Update pulseaudio as arm no longer needs a seperate
backport
.gitignore | 12 +-
meta/classes/kernel-yocto.bbclass | 6 -
meta/classes/kernel.bbclass | 4 +-
meta/conf/distro/include/default-versions.inc | 4 +-
meta/conf/distro/include/tclibc-uclibc.inc | 2 +-
.../dhcp/dhcp-4.2.0/fix-external-bind.patch | 14 +-
meta/recipes-connectivity/dhcp/dhcp4.inc | 2 +-
meta/recipes-core/glib-2.0/glib-2.0_2.27.5.bb | 2 +-
meta/recipes-core/glib-2.0/glib-2.0_2.28.8.bb | 3 +-
meta/recipes-core/tasks/task-core-tools.bb | 11 +-
.../uclibc/uclibc-0.9.32/sync_file_range2.patch | 7 +
.../util-linux-2.19.1/remove_sigsetmark.patch | 35 ++++
meta/recipes-core/util-linux/util-linux_2.19.1.bb | 3 +-
.../btrfs-tools/btrfs-tools/fix_use_of_gcc.patch | 2 +-
.../dosfstools/dosfstools-2.10-kernel-2.6.patch | 2 +-
.../elfutils/elfutils/fix_for_gcc-4.7.patch | 2 +-
meta/recipes-devtools/python/python.inc | 2 +-
.../python/python/security_issue_2254_fix.patch | 184 ++++++++++++++++++++
meta/recipes-devtools/python/python_2.6.6.bb | 1 +
.../strace/strace-4.5.20/sigmask.patch | 22 +++
meta/recipes-devtools/strace/strace_4.5.20.bb | 6 +-
meta/recipes-graphics/mesa/mesa-dri/uclibc.patch | 40 +++++
meta/recipes-graphics/mesa/mesa-dri_7.10.2.bb | 6 +-
meta/recipes-graphics/mesa/mesa-xlib_7.10.2.bb | 5 +-
.../kern-tools/kern-tools-native_git.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto.inc | 2 +-
meta/recipes-kernel/linux/linux-yocto_3.0.bb | 47 +++++
27 files changed, 387 insertions(+), 41 deletions(-)
create mode 100644 meta/recipes-core/util-linux/util-linux-2.19.1/remove_sigsetmark.patch
create mode 100644 meta/recipes-devtools/python/python/security_issue_2254_fix.patch
create mode 100644 meta/recipes-devtools/strace/strace-4.5.20/sigmask.patch
create mode 100644 meta/recipes-graphics/mesa/mesa-dri/uclibc.patch
create mode 100644 meta/recipes-kernel/linux/linux-yocto_3.0.bb
--
1.7.3.4
next reply other threads:[~2011-07-22 7:30 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-22 7:25 Saul Wold [this message]
2011-07-22 7:25 ` [CONSOLIDATED PULL 01/16] dhcp: Fix libdir issue for multilib Saul Wold
2011-07-22 7:25 ` [CONSOLIDATED PULL 02/16] linux-yocto: kernel-3.0 support recipe Saul Wold
2011-07-22 7:25 ` [CONSOLIDATED PULL 03/16] kernel: copy defconfig to {B} vs {S} Saul Wold
2011-07-22 7:25 ` [CONSOLIDATED PULL 04/16] linux-yocto: update LICENSE to GPLv2 Saul Wold
2011-07-22 7:25 ` [CONSOLIDATED PULL 05/16] kern-tools: update SRCREV Saul Wold
2011-07-22 7:25 ` [CONSOLIDATED PULL 06/16] default-versions: Update pulseaudio as arm no longer needs a seperate backport Saul Wold
2011-07-22 7:52 ` Koen Kooi
2011-07-22 7:25 ` [CONSOLIDATED PULL 07/16] mesa-xlib, mesa-dri: Probe for newlocale() before using it Saul Wold
2011-07-22 7:25 ` [CONSOLIDATED PULL 08/16] task-core-tools.bb: Exclude lttng-ust for x86_64/uclibc Saul Wold
2011-07-22 7:25 ` [CONSOLIDATED PULL 09/16] uclibc: Add patch header for sync_file_range2.patch Saul Wold
2011-07-22 7:25 ` [CONSOLIDATED PULL 10/16] strace: Define own sigmask macro if not defined already in signal.h Saul Wold
2011-07-22 7:25 ` [CONSOLIDATED PULL 11/16] util-linux: Replace sigsetmask with posix compliant functions Saul Wold
2011-07-22 7:26 ` [CONSOLIDATED PULL 12/16] .gitignore: Update build ignores to have wildcard Saul Wold
2011-07-22 7:26 ` [CONSOLIDATED PULL 13/16] tclibc-uclibc: Fix TARGET_OS for powerpc Saul Wold
2011-07-22 7:26 ` [CONSOLIDATED PULL 14/16] glib-2.0: fix a compilation issue due to dtrace Saul Wold
2011-07-22 7:26 ` [CONSOLIDATED PULL 15/16] python: fix security vulnerability Saul Wold
2011-07-22 7:26 ` [CONSOLIDATED PULL 16/16] fix Upstream-Status line for few patches Saul Wold
2011-07-22 10:51 ` [CONSOLIDATED PULL 00/16] July 22, 2011 Richard Purdie
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.1311318447.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 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.