From patchwork Wed May 25 08:40:22 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Updated,Consolidated,Pull,00/19] Updates and 1.1_M1 Targeted Fixes Date: Wed, 25 May 2011 08:40:22 -0000 From: Saul Wold X-Patchwork-Id: 4727 Message-Id: To: openembedded-core@lists.openembedded.org Richard, General consolidation of patches and updates over the last few days with testing done. This includes the proposed ROOTFS_SIZE cleanup, there will be a corresponding push to poky after this is in. Once some of the M1 patches are in, I will cherry-pick them for the RC3 build. Thanks 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/stage Darren Hart (1): create-pull-request: generalize the repository URL parsing Kang Kai (1): ghostscript: fix run failure on mpc8315e Khem Raj (2): elfutils_0.148.bb: Fix compilation on uclibc eglibc.inc: Transfer PARALLEL_MAKE to PARALLELMFLAGS 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 Phil Blundell (1): rootfs_ipk: issue a diagnostic if rootfs is declared read-only and not all maintainer scripts could be applied offline Saul Wold (6): gail: update gail to 1.20.2 update-alternatives-dpkg: Update to dpkg base 1.15.8.7 gst-plugins-base: Add tremor to DEPENDS IMAGE_ROOTFS_SIZE Cleanup image_types: add IMAGE_ROOTFS_EXTRA_SPACE gnutls: update to 2.12.5 meta/classes/image_types.bbclass | 9 ++- meta/classes/rootfs_ipk.bbclass | 10 ++ meta/conf/bitbake.conf | 8 +- meta/conf/distro/include/default-distrovars.inc | 2 - .../conf/distro/include/distro_tracking_fields.inc | 3 + meta/conf/machine/include/qemu.inc | 2 - meta/recipes-core/eglibc/eglibc.inc | 6 ++ .../images/core-image-minimal-initramfs.bb | 2 + meta/recipes-core/images/core-image-minimal.bb | 2 + .../elfutils/elfutils-0.148/uclibc-support.patch | 91 ++++++++++++++++++++ meta/recipes-devtools/elfutils/elfutils_0.148.bb | 15 +++- 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 ++- .../gstreamer/gst-plugins-base_0.10.32.bb | 2 +- meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 2 +- .../pulseaudio/pulseaudio_0.9.15.bb | 2 +- .../pulseaudio/pulseaudio_0.9.22.bb | 2 +- .../configure-fix.patch | 0 .../gnutls-openssl.patch | 0 .../gnutls-texinfo-euro.patch | 0 meta/recipes-support/gnutls/gnutls.inc | 2 +- .../gnutls/{gnutls_2.10.4.bb => gnutls_2.12.5.bb} | 4 +- .../libpcre/{libpcre_8.10.bb => libpcre_8.12.bb} | 6 +- scripts/create-pull-request | 29 +++---- scripts/send-pull-request | 16 ---- 46 files changed, 648 insertions(+), 104 deletions(-) create mode 100644 meta/recipes-devtools/elfutils/elfutils-0.148/uclibc-support.patch 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/gnutls/{gnutls-2.10.4 => gnutls-2.12.5}/configure-fix.patch (100%) rename meta/recipes-support/gnutls/{gnutls-2.10.4 => gnutls-2.12.5}/gnutls-openssl.patch (100%) rename meta/recipes-support/gnutls/{gnutls-2.10.4 => gnutls-2.12.5}/gnutls-texinfo-euro.patch (100%) rename meta/recipes-support/gnutls/{gnutls_2.10.4.bb => gnutls_2.12.5.bb} (53%) rename meta/recipes-support/libpcre/{libpcre_8.10.bb => libpcre_8.12.bb} (94%)