This patchset updates uclibc git and 0.9.33 recipes to latest git commits Some recipes needed fixing for new posix_spawn feature in uclibc_git fixed some recipes to let them build on SH4 architecture
The following changes since commit b8dc9182ed8959ce5a6aa285c3c7f78df2432ac3: qt-4.8.1: Fix compile failures on qemux86 (2012-04-30 10:42:07 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib kraj/uclibc-update http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/uclibc-update Khem Raj (10): uclibc-git: Update to latest git tip uclibc-0.9.33: Update to tip of 0.9.33 branch glib-2.0: Dont disable iconv for uclibc gettext,m4: Add -lrt to LDFLAGS for uclibc musicbrainz: Specify libpthread on cmdline for uclibc gdb: Dont need lttng-ust for SH4 gcc-cross.inc: Fix cross testing script pcmanfm: Add sh3/sh4 to supported hosts gdb: Add support for building gdb target for SH4 busybox: Pass HOST_CC_ARCH through CONFIG_EXTRA_CFLAGS meta/recipes-core/busybox/busybox.inc | 2 +- meta/recipes-core/busybox/busybox_1.19.4.bb | 2 +- meta/recipes-core/gettext/gettext_0.18.1.1.bb | 6 +- meta/recipes-core/glib-2.0/glib-2.0/no-iconv.patch | 106 -- meta/recipes-core/glib-2.0/glib-2.0_2.30.3.bb | 5 +- meta/recipes-core/uclibc/uclibc_0.9.33.bb | 4 +- meta/recipes-core/uclibc/uclibc_git.bb | 4 +- meta/recipes-devtools/gcc/gcc-cross.inc | 5 +- meta/recipes-devtools/gdb/gdb-common.inc | 3 +- meta/recipes-devtools/gdb/gdb.inc | 1 + .../gdb/gdb/renesas-sh-native-support.patch | 1389 ++++++++++++++++++++ meta/recipes-devtools/m4/m4-1.4.16.inc | 2 +- meta/recipes-devtools/m4/m4-1.4.9.inc | 2 +- meta/recipes-devtools/m4/m4.inc | 2 +- .../musicbrainz/libmusicbrainz_3.0.3.bb | 4 +- meta/recipes-sato/pcmanfm/pcmanfm_0.9.10.bb | 2 +- 16 files changed, 1412 insertions(+), 127 deletions(-) delete mode 100644 meta/recipes-core/glib-2.0/glib-2.0/no-iconv.patch create mode 100644 meta/recipes-devtools/gdb/gdb/renesas-sh-native-support.patch -- 1.7.5.4 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
