Richard: Pulling a number of patches and updates from the list, they have been built on the autobuild.
This has the gcc fix for qt4-x11-free in the form of a gcc patch Sau! The following changes since commit 0a496df0209c93fd00ea929b5f27faa1a6e600c0: clutter-1.6: Add patch to update gettext macro version (2011-06-01 18:32:30 +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 Jingdong Lu (1): libx11: fix libX11 keysyms to pass xts5 of lsb Kang Kai (1): task-core-lsb: add cups and ghostscript into image Koen Kooi (3): u-boot: package up u-boot.bin for field upgrades shadow: remove selinux entry from pam.d/login avahi: enable service when using systemd Nitin A Kamble (4): m4: upgrade from 1.4.15 to 1.4.16 autoconf: upgrade from 2.65 to 2.68 bison: upgrade from 2.4.3 to 2.5 gettext-0.16.1: mark upstream status for gplv2 recipe's patches Phil Blundell (1): rootfs_ipk: delete opkg metadata if package management not required and all packages are configured Saul Wold (2): ghostscript: Fix up file locations and add i686 gcc: Fix volatile access issue for ARM meta/classes/rootfs_ipk.bbclass | 11 ++ meta/recipes-bsp/uboot/u-boot.inc | 11 ++ meta/recipes-bsp/uboot/u-boot_2011.03.bb | 2 +- meta/recipes-connectivity/avahi/avahi.inc | 18 +++ meta/recipes-connectivity/avahi/avahi_0.6.30.bb | 2 +- .../gettext/gettext-0.16.1/disable_java.patch | 3 +- .../gettext-0.16.1/fix_aclocal_version.patch | 1 + .../gettext-0.16.1/fix_gnu_source_circular.patch | 3 +- .../gettext/gettext-0.16.1/fixchicken.patch | 3 +- .../gettext/gettext-0.16.1/getline.m4.patch | 3 +- .../gettext-autoconf-lib-link-no-L.patch | 3 +- .../gettext-error_print_progname.patch | 3 +- .../gettext/gettext-0.16.1/gettext-vpath.patch | 3 +- .../gettext-0.16.1/hardcode_macro_version.patch | 3 +- .../gettext/gettext-0.16.1/linklib_from_0.17.patch | 3 +- .../{autoconf-2.65 => autoconf}/autoconf-x.patch | 0 .../autoheader-nonfatal-warnings.patch | 0 .../autoreconf-exclude.patch | 0 .../autoreconf-foreign.patch | 0 .../autoreconf-gnuconfigize.patch | 0 .../autoreconf-include.patch | 0 .../{autoconf-2.65 => autoconf}/config_site.patch | 19 ++- .../fix_path_xtra.patch | 14 +- .../path_prog_fixes.patch | 0 .../program_prefix.patch | 0 .../{autoconf_2.65.bb => autoconf_2.68.bb} | 6 +- meta/recipes-devtools/bison/bison/m4.patch | 131 -------------------- .../bison/bison/uclibc-sched_param-def.patch | 21 --- .../bison/{bison_2.4.3.bb => bison_2.5.bb} | 7 +- meta/recipes-devtools/gcc/gcc-4.6.0.inc | 4 +- .../gcc/gcc-4.6.0/volatile_access_backport.patch | 28 ++++ .../{m4-native_1.4.15.bb => m4-native_1.4.16.bb} | 0 .../m4/{m4_1.4.15.bb => m4_1.4.16.bb} | 6 +- .../ghostscript/{ => }/ghostscript/arm/objarch.h | 0 .../ghostscript/{ => }/ghostscript/arm/soobjarch.h | 0 .../ghostscript/{ => }/ghostscript/i586/objarch.h | 0 .../{ => }/ghostscript/i586/soobjarch.h | 0 meta/recipes-extended/ghostscript/ghostscript/i686 | 1 + .../ghostscript/{ => }/ghostscript/mips/objarch.h | 0 .../{ => }/ghostscript/mips/soobjarch.h | 0 .../{ => }/ghostscript/powerpc/objarch.h | 0 .../{ => }/ghostscript/powerpc/soobjarch.h | 0 .../{ => }/ghostscript/x86_64/objarch.h | 0 .../{ => }/ghostscript/x86_64/soobjarch.h | 0 meta/recipes-extended/shadow/files/pam.d/login | 7 - meta/recipes-extended/shadow/shadow.inc | 2 + meta/recipes-extended/tasks/task-core-lsb.bb | 3 +- .../libx11-1.3.4/makekeys_crosscompile.patch | 45 +++++++ .../recipes-graphics/xorg-lib/libx11-trim_1.3.4.bb | 5 +- meta/recipes-graphics/xorg-lib/libx11.inc | 8 +- meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb | 5 +- 51 files changed, 185 insertions(+), 199 deletions(-) rename meta/recipes-devtools/autoconf/{autoconf-2.65 => autoconf}/autoconf-x.patch (100%) rename meta/recipes-devtools/autoconf/{autoconf-2.65 => autoconf}/autoheader-nonfatal-warnings.patch (100%) rename meta/recipes-devtools/autoconf/{autoconf-2.65 => autoconf}/autoreconf-exclude.patch (100%) rename meta/recipes-devtools/autoconf/{autoconf-2.65 => autoconf}/autoreconf-foreign.patch (100%) rename meta/recipes-devtools/autoconf/{autoconf-2.65 => autoconf}/autoreconf-gnuconfigize.patch (100%) rename meta/recipes-devtools/autoconf/{autoconf-2.65 => autoconf}/autoreconf-include.patch (100%) rename meta/recipes-devtools/autoconf/{autoconf-2.65 => autoconf}/config_site.patch (60%) rename meta/recipes-devtools/autoconf/{autoconf-2.65 => autoconf}/fix_path_xtra.patch (90%) rename meta/recipes-devtools/autoconf/{autoconf-2.65 => autoconf}/path_prog_fixes.patch (100%) rename meta/recipes-devtools/autoconf/{autoconf-2.65 => autoconf}/program_prefix.patch (100%) rename meta/recipes-devtools/autoconf/{autoconf_2.65.bb => autoconf_2.68.bb} (85%) delete mode 100644 meta/recipes-devtools/bison/bison/uclibc-sched_param-def.patch rename meta/recipes-devtools/bison/{bison_2.4.3.bb => bison_2.5.bb} (85%) create mode 100644 meta/recipes-devtools/gcc/gcc-4.6.0/volatile_access_backport.patch rename meta/recipes-devtools/m4/{m4-native_1.4.15.bb => m4-native_1.4.16.bb} (100%) rename meta/recipes-devtools/m4/{m4_1.4.15.bb => m4_1.4.16.bb} (75%) rename meta/recipes-extended/ghostscript/{ => }/ghostscript/arm/objarch.h (100%) rename meta/recipes-extended/ghostscript/{ => }/ghostscript/arm/soobjarch.h (100%) rename meta/recipes-extended/ghostscript/{ => }/ghostscript/i586/objarch.h (100%) rename meta/recipes-extended/ghostscript/{ => }/ghostscript/i586/soobjarch.h (100%) create mode 120000 meta/recipes-extended/ghostscript/ghostscript/i686 rename meta/recipes-extended/ghostscript/{ => }/ghostscript/mips/objarch.h (100%) rename meta/recipes-extended/ghostscript/{ => }/ghostscript/mips/soobjarch.h (100%) rename meta/recipes-extended/ghostscript/{ => }/ghostscript/powerpc/objarch.h (100%) rename meta/recipes-extended/ghostscript/{ => }/ghostscript/powerpc/soobjarch.h (100%) rename meta/recipes-extended/ghostscript/{ => }/ghostscript/x86_64/objarch.h (100%) rename meta/recipes-extended/ghostscript/{ => }/ghostscript/x86_64/soobjarch.h (100%) create mode 100644 meta/recipes-graphics/xorg-lib/libx11-1.3.4/makekeys_crosscompile.patch -- 1.7.3.4 _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core