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 _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core