From 6fe7cef27069415f2eba36bc640cf59013d4979b Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 24 May 2010 13:01:00 -0700 Subject: Make the do_patch apply=yes param implicit if extension is .diff/.patch For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson Acked-by: Denys Dmytriyenko Acked-by: Khem Raj --- recipes/glibc/glibc_2.10.1.bb | 34 ++++----- recipes/glibc/glibc_2.2.5.bb | 106 +++++++++++++------------- recipes/glibc/glibc_2.3.2+cvs20040726.bb | 26 +++---- recipes/glibc/glibc_2.3.2.bb | 124 +++++++++++++++---------------- recipes/glibc/glibc_2.3.3+cvs20041128.bb | 22 +++--- recipes/glibc/glibc_2.3.3+cvs20050221.bb | 24 +++--- recipes/glibc/glibc_2.3.3+cvs20050420.bb | 24 +++--- recipes/glibc/glibc_2.3.3.bb | 8 +- recipes/glibc/glibc_2.3.5+cvs20050627.bb | 48 ++++++------ recipes/glibc/glibc_2.3.6.bb | 38 +++++----- recipes/glibc/glibc_2.4.bb | 36 ++++----- recipes/glibc/glibc_2.5.bb | 40 +++++----- recipes/glibc/glibc_2.6.1.bb | 50 ++++++------- recipes/glibc/glibc_2.7.bb | 52 ++++++------- recipes/glibc/glibc_2.9.bb | 56 +++++++------- recipes/glibc/glibc_cvs.bb | 32 ++++---- 16 files changed, 360 insertions(+), 360 deletions(-) (limited to 'recipes/glibc') diff --git a/recipes/glibc/glibc_2.10.1.bb b/recipes/glibc/glibc_2.10.1.bb index 0ebba4b156..6f0d0f6971 100644 --- a/recipes/glibc/glibc_2.10.1.bb +++ b/recipes/glibc/glibc_2.10.1.bb @@ -37,34 +37,34 @@ RDEPENDS_${PN}-dev = "linux-libc-headers-dev" SRC_URI = "ftp://ftp.gnu.org/pub/gnu/glibc/glibc-${PV}.tar.bz2;name=archive \ ftp://ftp.gnu.org/pub/gnu/glibc/glibc-ports-${PV}.tar.bz2;name=ports \ ftp://ftp.gnu.org/pub/gnu/glibc/glibc-libidn-${PV}.tar.bz2;name=libidn \ - file://nscd-init.patch;apply=yes;striplevel=0 \ - file://arm-memcpy.patch;apply=yes \ - file://arm-longlong.patch;apply=yes \ - file://fhs-linux-paths.patch;apply=yes \ - file://dl-cache-libcmp.patch;apply=yes \ - file://ldsocache-varrun.patch;apply=yes \ - file://nptl-crosscompile.patch;apply=yes \ - file://glibc-check_pf.patch;apply=yes;striplevel=0 \ - file://ldd-unbash.patch;apply=yes \ - file://glibc-arm-IO-acquire-lock-fix.diff;apply=yes \ + file://nscd-init.patch;striplevel=0 \ + file://arm-memcpy.patch \ + file://arm-longlong.patch \ + file://fhs-linux-paths.patch \ + file://dl-cache-libcmp.patch \ + file://ldsocache-varrun.patch \ + file://nptl-crosscompile.patch \ + file://glibc-check_pf.patch;striplevel=0 \ + file://ldd-unbash.patch \ + file://glibc-arm-IO-acquire-lock-fix.diff \ file://generic-bits_select.h \ file://generic-bits_types.h \ file://generic-bits_typesizes.h \ file://generic-bits_time.h \ file://etc/ld.so.conf \ file://generate-supported.mk \ - file://march-i686.patch;apply=yes;striplevel=0 \ - file://arm-lowlevellock-include-tls.patch;apply=yes \ - file://glibc-2.9-enable-binutils-2.2.patch;apply=yes \ - file://armv4t-interworking.patch;apply=yes \ + file://march-i686.patch;striplevel=0 \ + file://arm-lowlevellock-include-tls.patch \ + file://glibc-2.9-enable-binutils-2.2.patch \ + file://armv4t-interworking.patch \ " # Build fails on sh3 and sh4 without additional patches -SRC_URI_append_sh3 = " file://no-z-defs.patch;apply=yes" -SRC_URI_append_sh4 = " file://no-z-defs.patch;apply=yes" +SRC_URI_append_sh3 = " file://no-z-defs.patch" +SRC_URI_append_sh4 = " file://no-z-defs.patch" #powerpc patches to add support for soft-float -SRC_URI_append_powerpc= " file://powerpc-sqrt-hack.diff;apply=yes" +SRC_URI_append_powerpc= " file://powerpc-sqrt-hack.diff" S = "${WORKDIR}/glibc-${PV}" B = "${WORKDIR}/build-${TARGET_SYS}" diff --git a/recipes/glibc/glibc_2.2.5.bb b/recipes/glibc/glibc_2.2.5.bb index 1c164f6a8e..8622950d76 100644 --- a/recipes/glibc/glibc_2.2.5.bb +++ b/recipes/glibc/glibc_2.2.5.bb @@ -42,68 +42,68 @@ FILES_localedef = "${bindir}/localedef" RDEPENDS_${PN}-dev = "linux-libc-headers-dev" RPROVIDES_${PN}-dev += "libc-dev virtual-libc-dev" -# file://noinfo.patch;apply=yes \ -# file://ldconfig.patch;apply=yes;striplevel=0 \ +# file://noinfo.patch \ +# file://ldconfig.patch;striplevel=0 \ SRC_URI = "${GNU_MIRROR}/glibc/glibc-${PV}.tar.gz;name=archive \ ${GNU_MIRROR}/glibc/glibc-linuxthreads-${PV}.tar.gz;name=linuxthreads \ - file://alpha-build-failure.patch;apply=yes \ - file://arm-asm-clobber.patch;apply=yes \ - file://arm-ctl_bus_isa.patch;apply=yes \ - file://cris-libc-symbols.patch;apply=yes \ - file://cris-stack-direction.patch;apply=yes \ - file://dl-machine-alpha.patch;apply=yes \ - file://dl-machine-arm.patch;apply=yes \ - file://dl-machine-m68k.patch;apply=yes \ - file://dl-machine-mips.patch;apply=yes \ - file://dl-machine-sh.patch;apply=yes \ - file://dl-machine-sparc.patch;apply=yes \ - file://errlist-1.9.patch;apply=yes \ - file://errlist-arm.patch;apply=yes \ - file://glibc-2.2.5-allow-gcc-3.4-fixup.patch;apply=yes \ - file://glibc-2.2.5-allow-gcc-3.4-grp.patch;apply=yes \ - file://glibc-2.2.5-allow-gcc-4.x-configure.patch;apply=yes \ - file://glibc-2.2.5-alpha-pwrite64.patch;apply=yes \ - file://glibc-2.2.5-arm-pwrite64.patch;apply=yes \ - file://glibc-2.2.5-crosstest.patch;apply=yes \ - file://glibc-2.2.5-crossyes.patch;apply=yes \ - file://glibc-2.2.5-cygwin.patch;apply=yes \ - file://glibc-2.2.5-hhl-powerpc-fpu.patch;apply=yes \ - file://glibc-2.2.5-mips-build-gmon.patch;apply=yes \ - file://glibc-2.2.5-mips-clone-local-label.patch;apply=yes \ - file://glibc-2.2.5-ppc405erratum77.patch;apply=yes \ - file://glibc-drow-sh.patch;apply=yes \ - file://glibc-test-lowram.patch;apply=yes \ - file://initfini-alpha.patch;apply=yes \ - file://initfini-sh.patch;apply=yes \ - file://longjmp-sparc.patch;apply=yes \ - file://sh-setjmp-fix.patch;apply=yes \ - file://sprintf-prototype.patch;apply=yes \ - file://sscanf.patch;apply=yes \ - file://unwind-arm.patch;apply=yes \ - file://ldd.patch;apply=yes;striplevel=0 \ - file://fhs-linux-paths.patch;apply=yes \ - file://arm-no-hwcap.patch;apply=yes;striplevel=0 \ - file://arm-memcpy.patch;apply=yes;striplevel=0 \ - file://arm-longlong.patch;apply=yes;striplevel=0 \ - file://arm-machine-gmon.patch;apply=yes;striplevel=0 \ - file://glibc-2.2.5-allow-gcc-3.4-td.patch;apply=yes \ - file://glibc-2.2.5-alpha-self-clobber.patch;apply=yes \ - file://pt-initfini-alpha.patch;apply=yes \ - file://pt-initfini-sh.patch;apply=yes \ - file://linuxthreads-2.2.5-ppc405erratum77.patch;apply=yes \ - file://threadparam.patch;apply=yes \ - file://initfini-flags.patch;apply=yes \ - file://pt-initfini-flags.patch;apply=yes \ - file://glibc-2.3.2-allow-solaris.patch;apply=yes \ + file://alpha-build-failure.patch \ + file://arm-asm-clobber.patch \ + file://arm-ctl_bus_isa.patch \ + file://cris-libc-symbols.patch \ + file://cris-stack-direction.patch \ + file://dl-machine-alpha.patch \ + file://dl-machine-arm.patch \ + file://dl-machine-m68k.patch \ + file://dl-machine-mips.patch \ + file://dl-machine-sh.patch \ + file://dl-machine-sparc.patch \ + file://errlist-1.9.patch \ + file://errlist-arm.patch \ + file://glibc-2.2.5-allow-gcc-3.4-fixup.patch \ + file://glibc-2.2.5-allow-gcc-3.4-grp.patch \ + file://glibc-2.2.5-allow-gcc-4.x-configure.patch \ + file://glibc-2.2.5-alpha-pwrite64.patch \ + file://glibc-2.2.5-arm-pwrite64.patch \ + file://glibc-2.2.5-crosstest.patch \ + file://glibc-2.2.5-crossyes.patch \ + file://glibc-2.2.5-cygwin.patch \ + file://glibc-2.2.5-hhl-powerpc-fpu.patch \ + file://glibc-2.2.5-mips-build-gmon.patch \ + file://glibc-2.2.5-mips-clone-local-label.patch \ + file://glibc-2.2.5-ppc405erratum77.patch \ + file://glibc-drow-sh.patch \ + file://glibc-test-lowram.patch \ + file://initfini-alpha.patch \ + file://initfini-sh.patch \ + file://longjmp-sparc.patch \ + file://sh-setjmp-fix.patch \ + file://sprintf-prototype.patch \ + file://sscanf.patch \ + file://unwind-arm.patch \ + file://ldd.patch;striplevel=0 \ + file://fhs-linux-paths.patch \ + file://arm-no-hwcap.patch;striplevel=0 \ + file://arm-memcpy.patch;striplevel=0 \ + file://arm-longlong.patch;striplevel=0 \ + file://arm-machine-gmon.patch;striplevel=0 \ + file://glibc-2.2.5-allow-gcc-3.4-td.patch \ + file://glibc-2.2.5-alpha-self-clobber.patch \ + file://pt-initfini-alpha.patch \ + file://pt-initfini-sh.patch \ + file://linuxthreads-2.2.5-ppc405erratum77.patch \ + file://threadparam.patch \ + file://initfini-flags.patch \ + file://pt-initfini-flags.patch \ + file://glibc-2.3.2-allow-solaris.patch \ \ file://etc/ld.so.conf \ file://generate-supported.mk" -# file://makeconfig.patch;apply=yes;striplevel=0 +# file://makeconfig.patch;striplevel=0 # seems to break on TLS platforms -# SRC_URI_append_arm = " file://dyn-ldconfig.patch;apply=yes;striplevel=0" +# SRC_URI_append_arm = " file://dyn-ldconfig.patch;striplevel=0" S = "${WORKDIR}/glibc-${PV}" B = "${WORKDIR}/build-${TARGET_SYS}" diff --git a/recipes/glibc/glibc_2.3.2+cvs20040726.bb b/recipes/glibc/glibc_2.3.2+cvs20040726.bb index 674c96e4af..712ad3f28c 100644 --- a/recipes/glibc/glibc_2.3.2+cvs20040726.bb +++ b/recipes/glibc/glibc_2.3.2+cvs20040726.bb @@ -7,26 +7,26 @@ PR = "${INC_PR}.0" GLIBC_ADDONS ?= "linuxthreads" -# file://noinfo.patch;apply=yes -# file://ldconfig.patch;apply=yes;striplevel=0 +# file://noinfo.patch +# file://ldconfig.patch;striplevel=0 SRC_URI = "cvs://anoncvs@sources.redhat.com/cvs/glibc;module=libc;date=${@bb.data.getVar('PV', d, 1)[9:]} \ - file://arm-ioperm.patch;apply=yes;striplevel=0 \ - file://makeconfig.patch;apply=yes;striplevel=0 \ - file://ldd.patch;apply=yes;striplevel=0 \ - file://fhs-linux-paths.patch;apply=yes \ - file://arm-no-hwcap.patch;apply=yes;striplevel=0 \ - file://arm-memcpy.patch;apply=yes;striplevel=0 \ - file://arm-longlong.patch;apply=yes;striplevel=0 \ - file://arm-machine-gmon.patch;apply=yes;striplevel=0 \ - file://glibc-fp-byteorder.patch;apply=yes \ + file://arm-ioperm.patch;striplevel=0 \ + file://makeconfig.patch;striplevel=0 \ + file://ldd.patch;striplevel=0 \ + file://fhs-linux-paths.patch \ + file://arm-no-hwcap.patch;striplevel=0 \ + file://arm-memcpy.patch;striplevel=0 \ + file://arm-longlong.patch;striplevel=0 \ + file://arm-machine-gmon.patch;striplevel=0 \ + file://glibc-fp-byteorder.patch \ \ file://etc/ld.so.conf \ file://generate-supported.mk" # seems to fail on tls platforms -SRC_URI_append_arm = " file://dyn-ldconfig.patch;apply=yes;striplevel=0" +SRC_URI_append_arm = " file://dyn-ldconfig.patch;striplevel=0" -SRC_URI_append_openmn = " file://ldsocache-varrun.patch;apply=yes" +SRC_URI_append_openmn = " file://ldsocache-varrun.patch" S = "${WORKDIR}/libc" B = "${WORKDIR}/build-${TARGET_SYS}" diff --git a/recipes/glibc/glibc_2.3.2.bb b/recipes/glibc/glibc_2.3.2.bb index e9c5457f14..632df5b5d6 100644 --- a/recipes/glibc/glibc_2.3.2.bb +++ b/recipes/glibc/glibc_2.3.2.bb @@ -43,71 +43,71 @@ RPROVIDES_${PN}-dev += "libc-dev virtual-libc-dev" SRC_URI = "ftp://ftp.gnu.org/gnu/glibc/glibc-${PV}.tar.gz;name=archive \ ftp://ftp.gnu.org/pub/gnu/glibc/glibc-linuxthreads-2.3.2.tar.gz;name=linuxthreads \ - file://noinfo.patch;apply=yes \ - file://10_cvs.patch;apply=yes \ - file://arm-ioperm.patch;apply=yes;striplevel=0 \ - file://glibc-i686-timing.patch;apply=yes \ - file://makeconfig.patch;apply=yes;striplevel=0 \ - file://locale-es_AR.patch;apply=yes;striplevel=0 \ - file://ldconfig.patch;apply=yes;striplevel=0 \ - file://ldd.patch;apply=yes;striplevel=0 \ - file://fhs-linux-paths.patch;apply=yes \ - file://glibc22-nss-upgrade.patch;apply=yes \ - file://glibc22-eo_EO.patch;apply=yes \ - file://glibc22-m68k-compat.patch;apply=yes \ - file://glibc22-m68k-fpic.patch;apply=yes \ - file://glibc22-locales.patch;apply=yes;striplevel=0 \ - file://sparc64-fixups.patch;apply=yes \ - file://glibc22-ttyname-devfs.patch;apply=yes;striplevel=0 \ - file://powerpc-sysconf.patch;apply=yes \ - file://arm-no-hwcap.patch;apply=yes;striplevel=0 \ - file://locales-stuff.patch;apply=yes \ - file://librt-mips.patch;apply=yes;striplevel=0 \ - file://glibc23-ctype-compat.patch;apply=yes \ - file://glibc23-hppa-Rminkernel.patch;apply=yes;striplevel=0 \ - file://glibc23-function-compat.patch;apply=yes \ - file://glibc23-errno.patch;apply=yes \ - file://glibc23-asserth-decls.patch;apply=yes;striplevel=0 \ - file://alpha-pic.patch;apply=yes;striplevel=0 \ - file://glibc23-cmov.patch;apply=yes \ - file://libgcc-compat-all.patch;apply=yes;striplevel=0 \ - file://locales-supported.patch;apply=yes;striplevel=0 \ - file://libgcc-compat-other.patch;apply=yes \ - file://s390-tls.patch;apply=yes;striplevel=0 \ - file://hurd-enable-ldconfig.patch;apply=yes \ - file://30_glibc232-base.patch;apply=yes;striplevel=0 \ - file://sparcv8-target.patch;apply=yes;striplevel=0 \ - file://50_glibc232-arm-dwarf2-buildfix.patch;apply=yes;striplevel=0 \ - file://50_glibc232-m68k-dwarf2-buildfix.patch;apply=yes \ - file://arm-output-format.patch;apply=yes;striplevel=0 \ - file://pthread-cleanup.patch;apply=yes;striplevel=0 \ - file://glibc-${PV}-ldconfig-tls.patch;apply=yes \ - file://glibc23-mips-msq.patch;apply=yes;striplevel=0 \ - file://glibc23-libio-compat.patch;apply=yes \ - file://80_glibc232-locales-nb_NO-fix.patch;apply=yes;striplevel=0 \ - file://ldso-disable-hwcap.patch;apply=yes \ - file://11_shlib-lds.patch;apply=yes \ - file://glibc23-version-sanity.patch;apply=yes \ - file://glibc23-sse-oldkernel.patch;apply=yes \ - file://glibc23-sparc-pread64.patch;apply=yes \ - file://glibc23-powerpc-sigcontext.patch;apply=yes \ - file://hppa-syscall.patch;apply=yes;striplevel=0 \ - file://glibc23-errno-hack.patch;apply=yes \ - file://90_glibc232-statvfs.patch;apply=yes;striplevel=0 \ - file://90_glibc232-timezones.patch;apply=yes;striplevel=0 \ - file://arm-memcpy.patch;apply=yes;striplevel=0 \ - file://arm-longlong.patch;apply=yes;striplevel=0 \ - file://arm-machine-gmon.patch;apply=yes;striplevel=0 \ - file://dyn-ldconfig.diff;apply=yes;striplevel=0 \ - file://glibc232-gcc34-i386-fixup-attribute.patch;apply=yes \ - file://glibc232-gcc34-no-unit-at-a-time.patch;apply=yes \ + file://noinfo.patch \ + file://10_cvs.patch \ + file://arm-ioperm.patch;striplevel=0 \ + file://glibc-i686-timing.patch \ + file://makeconfig.patch;striplevel=0 \ + file://locale-es_AR.patch;striplevel=0 \ + file://ldconfig.patch;striplevel=0 \ + file://ldd.patch;striplevel=0 \ + file://fhs-linux-paths.patch \ + file://glibc22-nss-upgrade.patch \ + file://glibc22-eo_EO.patch \ + file://glibc22-m68k-compat.patch \ + file://glibc22-m68k-fpic.patch \ + file://glibc22-locales.patch;striplevel=0 \ + file://sparc64-fixups.patch \ + file://glibc22-ttyname-devfs.patch;striplevel=0 \ + file://powerpc-sysconf.patch \ + file://arm-no-hwcap.patch;striplevel=0 \ + file://locales-stuff.patch \ + file://librt-mips.patch;striplevel=0 \ + file://glibc23-ctype-compat.patch \ + file://glibc23-hppa-Rminkernel.patch;striplevel=0 \ + file://glibc23-function-compat.patch \ + file://glibc23-errno.patch \ + file://glibc23-asserth-decls.patch;striplevel=0 \ + file://alpha-pic.patch;striplevel=0 \ + file://glibc23-cmov.patch \ + file://libgcc-compat-all.patch;striplevel=0 \ + file://locales-supported.patch;striplevel=0 \ + file://libgcc-compat-other.patch \ + file://s390-tls.patch;striplevel=0 \ + file://hurd-enable-ldconfig.patch \ + file://30_glibc232-base.patch;striplevel=0 \ + file://sparcv8-target.patch;striplevel=0 \ + file://50_glibc232-arm-dwarf2-buildfix.patch;striplevel=0 \ + file://50_glibc232-m68k-dwarf2-buildfix.patch \ + file://arm-output-format.patch;striplevel=0 \ + file://pthread-cleanup.patch;striplevel=0 \ + file://glibc-${PV}-ldconfig-tls.patch \ + file://glibc23-mips-msq.patch;striplevel=0 \ + file://glibc23-libio-compat.patch \ + file://80_glibc232-locales-nb_NO-fix.patch;striplevel=0 \ + file://ldso-disable-hwcap.patch \ + file://11_shlib-lds.patch \ + file://glibc23-version-sanity.patch \ + file://glibc23-sse-oldkernel.patch \ + file://glibc23-sparc-pread64.patch \ + file://glibc23-powerpc-sigcontext.patch \ + file://hppa-syscall.patch;striplevel=0 \ + file://glibc23-errno-hack.patch \ + file://90_glibc232-statvfs.patch;striplevel=0 \ + file://90_glibc232-timezones.patch;striplevel=0 \ + file://arm-memcpy.patch;striplevel=0 \ + file://arm-longlong.patch;striplevel=0 \ + file://arm-machine-gmon.patch;striplevel=0 \ + file://dyn-ldconfig.diff;striplevel=0 \ + file://glibc232-gcc34-i386-fixup-attribute.patch \ + file://glibc232-gcc34-no-unit-at-a-time.patch \ file://etc/ld.so.conf \ file://generate-supported.mk" -SRC_URI_append_mtx-1 = " file://mips-abio32.patch;apply=yes \ - file://allow-gcc.patch;apply=yes " -SRC_URI_append_mtx-2 = " file://mips-abio32.patch;apply=yes \ - file://allow-gcc.patch;apply=yes " +SRC_URI_append_mtx-1 = " file://mips-abio32.patch \ + file://allow-gcc.patch " +SRC_URI_append_mtx-2 = " file://mips-abio32.patch \ + file://allow-gcc.patch " S = "${WORKDIR}/glibc-${PV}" B = "${WORKDIR}/build-${TARGET_SYS}" diff --git a/recipes/glibc/glibc_2.3.3+cvs20041128.bb b/recipes/glibc/glibc_2.3.3+cvs20041128.bb index 534b68403a..b1e5509e16 100644 --- a/recipes/glibc/glibc_2.3.3+cvs20041128.bb +++ b/recipes/glibc/glibc_2.3.3+cvs20041128.bb @@ -28,24 +28,24 @@ python __anonymous () { bb.data.getVar('TARGET_OS', d, 1)) } -# file://noinfo.patch;apply=yes -# file://ldconfig.patch;apply=yes;striplevel=0 +# file://noinfo.patch +# file://ldconfig.patch;striplevel=0 SRC_URI = "cvs://anoncvs@sources.redhat.com/cvs/glibc;module=libc;date=${@bb.data.getVar('PV', d, 1)[9:]} \ - file://arm-ioperm.patch;apply=yes;striplevel=0 \ - file://ldd.patch;apply=yes;striplevel=0 \ - file://fhs-linux-paths.patch;apply=yes \ - file://arm-no-hwcap.patch;apply=yes;striplevel=0 \ - file://arm-memcpy.patch;apply=yes;striplevel=0 \ - file://arm-longlong.patch;apply=yes;striplevel=0 \ - file://arm-machine-gmon.patch;apply=yes;striplevel=0 \ + file://arm-ioperm.patch;striplevel=0 \ + file://ldd.patch;striplevel=0 \ + file://fhs-linux-paths.patch \ + file://arm-no-hwcap.patch;striplevel=0 \ + file://arm-memcpy.patch;striplevel=0 \ + file://arm-longlong.patch;striplevel=0 \ + file://arm-machine-gmon.patch;striplevel=0 \ \ file://etc/ld.so.conf \ file://generate-supported.mk" # seems to fail on tls platforms -SRC_URI_append_arm = " file://dyn-ldconfig-20041128.patch;apply=yes" +SRC_URI_append_arm = " file://dyn-ldconfig-20041128.patch" -SRC_URI_append_openmn = " file://ldsocache-varrun.patch;apply=yes" +SRC_URI_append_openmn = " file://ldsocache-varrun.patch" S = "${WORKDIR}/libc" B = "${WORKDIR}/build-${TARGET_SYS}" diff --git a/recipes/glibc/glibc_2.3.3+cvs20050221.bb b/recipes/glibc/glibc_2.3.3+cvs20050221.bb index 8db3f89aaf..3164a57b47 100644 --- a/recipes/glibc/glibc_2.3.3+cvs20050221.bb +++ b/recipes/glibc/glibc_2.3.3+cvs20050221.bb @@ -12,25 +12,25 @@ DEFAULT_PREFERENCE_i686 = "0" DEFAULT_PREFERENCE_sh3 = "0" DEFAULT_PREFERENCE_sh4 = "0" -# file://noinfo.patch;apply=yes -# file://ldconfig.patch;apply=yes;striplevel=0 +# file://noinfo.patch +# file://ldconfig.patch;striplevel=0 SRC_URI = "cvs://anoncvs@sources.redhat.com/cvs/glibc;module=libc;date=${@bb.data.getVar('PV', d, 1)[9:]} \ - file://arm-ioperm.patch;apply=yes;striplevel=0 \ - file://fhs-linux-paths.patch;apply=yes \ - file://arm-no-hwcap.patch;apply=yes;striplevel=0 \ - file://arm-memcpy.patch;apply=yes;striplevel=0 \ - file://arm-longlong.patch;apply=yes;striplevel=0 \ - file://arm-machine-gmon.patch;apply=yes;striplevel=0 \ - file://trampoline.patch;apply=yes;striplevel=0 \ - file://dl-cache-libcmp.patch;apply=yes \ + file://arm-ioperm.patch;striplevel=0 \ + file://fhs-linux-paths.patch \ + file://arm-no-hwcap.patch;striplevel=0 \ + file://arm-memcpy.patch;striplevel=0 \ + file://arm-longlong.patch;striplevel=0 \ + file://arm-machine-gmon.patch;striplevel=0 \ + file://trampoline.patch;striplevel=0 \ + file://dl-cache-libcmp.patch \ \ file://etc/ld.so.conf \ file://generate-supported.mk" # seems to fail on tls platforms -SRC_URI_append_arm = " file://dyn-ldconfig-20041128.patch;apply=yes" +SRC_URI_append_arm = " file://dyn-ldconfig-20041128.patch" -SRC_URI_append_openmn = " file://ldsocache-varrun.patch;apply=yes" +SRC_URI_append_openmn = " file://ldsocache-varrun.patch" S = "${WORKDIR}/libc" B = "${WORKDIR}/build-${TARGET_SYS}" diff --git a/recipes/glibc/glibc_2.3.3+cvs20050420.bb b/recipes/glibc/glibc_2.3.3+cvs20050420.bb index 72942585fd..1169d4271e 100644 --- a/recipes/glibc/glibc_2.3.3+cvs20050420.bb +++ b/recipes/glibc/glibc_2.3.3+cvs20050420.bb @@ -11,27 +11,27 @@ GLIBC_ADDONS ?= "linuxthreads" DEFAULT_PREFERENCE = "-1" -# file://noinfo.patch;apply=yes -# file://ldconfig.patch;apply=yes;striplevel=0 +# file://noinfo.patch +# file://ldconfig.patch;striplevel=0 SRC_URI = "cvs://anoncvs@sources.redhat.com/cvs/glibc;module=libc;date=${@bb.data.getVar('PV', d, 1)[9:]} \ - file://arm-ioperm.patch;apply=yes;striplevel=0 \ - file://fhs-linux-paths.patch;apply=yes \ - file://arm-no-hwcap.patch;apply=yes;striplevel=0 \ - file://arm-memcpy.patch;apply=yes;striplevel=0 \ - file://arm-longlong.patch;apply=yes;striplevel=0 \ - file://arm-machine-gmon.patch;apply=yes;striplevel=0 \ - file://trampoline.patch;apply=yes;striplevel=0 \ + file://arm-ioperm.patch;striplevel=0 \ + file://fhs-linux-paths.patch \ + file://arm-no-hwcap.patch;striplevel=0 \ + file://arm-memcpy.patch;striplevel=0 \ + file://arm-longlong.patch;striplevel=0 \ + file://arm-machine-gmon.patch;striplevel=0 \ + file://trampoline.patch;striplevel=0 \ file://eabi-patch-1;apply=yes \ file://eabi-patch-2;apply=yes \ file://eabi-patch-3;apply=yes \ - file://5090_all_stubs-rule-fix.patch;apply=yes \ + file://5090_all_stubs-rule-fix.patch \ file://etc/ld.so.conf \ file://generate-supported.mk" # seems to fail on tls platforms -SRC_URI_append_arm = " file://dyn-ldconfig-20041128.patch;apply=yes" +SRC_URI_append_arm = " file://dyn-ldconfig-20041128.patch" -SRC_URI_append_openmn = " file://ldsocache-varrun.patch;apply=yes" +SRC_URI_append_openmn = " file://ldsocache-varrun.patch" S = "${WORKDIR}/libc" B = "${WORKDIR}/build-${TARGET_SYS}" diff --git a/recipes/glibc/glibc_2.3.3.bb b/recipes/glibc/glibc_2.3.3.bb index bc77d75234..6e0ed6bd68 100644 --- a/recipes/glibc/glibc_2.3.3.bb +++ b/recipes/glibc/glibc_2.3.3.bb @@ -49,10 +49,10 @@ SRC_URI = "ftp://ftp.gnu.org/gnu/glibc/glibc-${PV}.tar.gz;name=archive \ file://etc/ld.so.conf \ file://generate-supported.mk" -SRC_URI_append_mtx-1 = " file://mips-abio32.patch;apply=yes \ - file://allow-gcc.patch;apply=yes " -SRC_URI_append_mtx-2 = " file://mips-abio32.patch;apply=yes \ - file://allow-gcc.patch;apply=yes " +SRC_URI_append_mtx-1 = " file://mips-abio32.patch \ + file://allow-gcc.patch " +SRC_URI_append_mtx-2 = " file://mips-abio32.patch \ + file://allow-gcc.patch " S = "${WORKDIR}/glibc-${PV}" B = "${WORKDIR}/build-${TARGET_SYS}" diff --git a/recipes/glibc/glibc_2.3.5+cvs20050627.bb b/recipes/glibc/glibc_2.3.5+cvs20050627.bb index 8426796548..212445390f 100644 --- a/recipes/glibc/glibc_2.3.5+cvs20050627.bb +++ b/recipes/glibc/glibc_2.3.5+cvs20050627.bb @@ -30,39 +30,39 @@ python __anonymous () { RDEPENDS_${PN}-dev = "linux-libc-headers-dev" RPROVIDES_${PN}-dev += "libc-dev virtual-libc-dev" -# file://noinfo.patch;apply=yes -# file://ldconfig.patch;apply=yes;striplevel=0 -# file://arm-machine-gmon.patch;apply=yes;striplevel=0 \ +# file://noinfo.patch +# file://ldconfig.patch;striplevel=0 +# file://arm-machine-gmon.patch;striplevel=0 \ # \ -# file://arm-ioperm.patch;apply=yes;striplevel=0 \ -# file://ldd.patch;apply=yes;striplevel=0 \ +# file://arm-ioperm.patch;striplevel=0 \ +# file://ldd.patch;striplevel=0 \ SRC_URI = "http://familiar.handhelds.org/source/v0.8.3/stash_libc_sources.redhat.com__20050627.tar.gz;name=archive \ http://familiar.handhelds.org/source/v0.8.3/stash_ports_sources.redhat.com__20050627.tar.gz;name=ports \ - file://arm-audit.patch;apply=yes \ - file://arm-audit2.patch;apply=yes \ - file://arm-no-hwcap.patch;apply=yes \ - file://arm-memcpy.patch;apply=yes \ - file://arm-longlong.patch;apply=yes;striplevel=0 \ - file://fhs-linux-paths.patch;apply=yes \ - file://dl-cache-libcmp.patch;apply=yes \ - file://ldsocache-varrun.patch;apply=yes \ - file://5090_all_stubs-rule-fix.patch;apply=yes \ - file://raise.patch;apply=yes \ - file://zecke-sane-readelf.patch;apply=yes \ - file://glibc-2.3.5-fix-weak-alias-arm.patch;apply=yes \ - file://glibc-2.3.5-fix-weak-alias-arm-2.patch;apply=yes \ + file://arm-audit.patch \ + file://arm-audit2.patch \ + file://arm-no-hwcap.patch \ + file://arm-memcpy.patch \ + file://arm-longlong.patch;striplevel=0 \ + file://fhs-linux-paths.patch \ + file://dl-cache-libcmp.patch \ + file://ldsocache-varrun.patch \ + file://5090_all_stubs-rule-fix.patch \ + file://raise.patch \ + file://zecke-sane-readelf.patch \ + file://glibc-2.3.5-fix-weak-alias-arm.patch \ + file://glibc-2.3.5-fix-weak-alias-arm-2.patch \ file://etc/ld.so.conf \ file://generate-supported.mk" # seems to fail on tls platforms -SRC_URI_append_arm = " file://dyn-ldconfig-20041128.patch;apply=yes" -SRC_URI_append_armeb = " file://dyn-ldconfig-20041128.patch;apply=yes" +SRC_URI_append_arm = " file://dyn-ldconfig-20041128.patch" +SRC_URI_append_armeb = " file://dyn-ldconfig-20041128.patch" # Build fails on sh3 and sh4 without additional patches -SRC_URI_append_sh3 = " file://no-z-defs.patch;apply=yes \ - file://superh-fcntl.patch;apply=yes;striplevel=0" -SRC_URI_append_sh4 = " file://no-z-defs.patch;apply=yes \ - file://superh-fcntl.patch;apply=yes;striplevel=0" +SRC_URI_append_sh3 = " file://no-z-defs.patch \ + file://superh-fcntl.patch;striplevel=0" +SRC_URI_append_sh4 = " file://no-z-defs.patch \ + file://superh-fcntl.patch;striplevel=0" S = "${WORKDIR}/libc" B = "${WORKDIR}/build-${TARGET_SYS}" diff --git a/recipes/glibc/glibc_2.3.6.bb b/recipes/glibc/glibc_2.3.6.bb index 8d20c60d3d..a2b2953222 100644 --- a/recipes/glibc/glibc_2.3.6.bb +++ b/recipes/glibc/glibc_2.3.6.bb @@ -4,29 +4,29 @@ PR = "${INC_PR}.0" GLIBC_ADDONS ?= "linuxthreads" -# ${CROSSTOOL_PATCH_URL}glibc-2.3.5-cygwin.patch;apply=yes +# ${CROSSTOOL_PATCH_URL}glibc-2.3.5-cygwin.patch CROSSTOOL_PATCH_URL = "http://www.kegel.com/crosstool/crosstool-0.43/patches/glibc-2.3.6/" SRC_URI = "ftp://ftp.gnu.org/pub/gnu/glibc/glibc-${PV}.tar.bz2;name=archive \ ftp://ftp.gnu.org/pub/gnu/glibc/glibc-linuxthreads-${PV}.tar.bz2;name=linuxthreads \ - ${CROSSTOOL_PATCH_URL}glibc-2.3.5-sh-lowlevellock.patch;apply=yes;name=crosspatch1 \ - ${CROSSTOOL_PATCH_URL}glibc-2.3.5-sh-memset.patch;apply=yes;name=crosspatch2 \ - ${CROSSTOOL_PATCH_URL}glibc-2.3.6-allow-gcc-4.0-arm.patch;apply=yes;name=crosspatch3 \ - ${CROSSTOOL_PATCH_URL}glibc-2.3.6-allow-gcc-4.0-elf.patch;apply=yes;name=crosspatch4 \ - ${CROSSTOOL_PATCH_URL}glibc-2.3.6-configure-apple-as.patch;apply=yes;name=crosspatch5 \ - ${CROSSTOOL_PATCH_URL}glibc-2.3.6-fix-pr631.patch;apply=yes;name=crosspatch6 \ - ${CROSSTOOL_PATCH_URL}glibc-fp-byteorder.patch;apply=yes;name=crosspatch7 \ - ${CROSSTOOL_PATCH_URL}glibc-mips-bootstrap-gcc-header-install.patch;apply=yes;name=crosspatch8 \ - ${CROSSTOOL_PATCH_URL}arm-ctl_bus_isa.patch;apply=yes;name=crosspatch9 \ - ${CROSSTOOL_PATCH_URL}make-install-lib-all.patch;apply=yes;name=crosspatch10 \ - ${CROSSTOOL_PATCH_URL}maybe/glibc-2.3.6-allow-gcc-4.0-powerpc32.patch;apply=yes;name=crosspatch11 \ - file://glibc-2.3.6-bind-already-defined-on-powerpc.patch;apply=yes \ - file://glibc-2.3.6-allow-gcc-4.1-powerpc32-initfini.s.patch;apply=yes \ - file://glibc-2.3.6-linuxthreads-allow-gcc-4.1-powerpc32-initfini.s.patch;apply=yes \ - file://late-install-loop-break.patch;apply=yes \ - file://glibc-arm-socket-weakalias.patch;apply=yes \ - file://glibc-2.3.6-linuxthreads-pthread-raise.patch;apply=yes \ - file://glibc-cross_sunrpc.patch;apply=yes \ + ${CROSSTOOL_PATCH_URL}glibc-2.3.5-sh-lowlevellock.patch;name=crosspatch1 \ + ${CROSSTOOL_PATCH_URL}glibc-2.3.5-sh-memset.patch;name=crosspatch2 \ + ${CROSSTOOL_PATCH_URL}glibc-2.3.6-allow-gcc-4.0-arm.patch;name=crosspatch3 \ + ${CROSSTOOL_PATCH_URL}glibc-2.3.6-allow-gcc-4.0-elf.patch;name=crosspatch4 \ + ${CROSSTOOL_PATCH_URL}glibc-2.3.6-configure-apple-as.patch;name=crosspatch5 \ + ${CROSSTOOL_PATCH_URL}glibc-2.3.6-fix-pr631.patch;name=crosspatch6 \ + ${CROSSTOOL_PATCH_URL}glibc-fp-byteorder.patch;name=crosspatch7 \ + ${CROSSTOOL_PATCH_URL}glibc-mips-bootstrap-gcc-header-install.patch;name=crosspatch8 \ + ${CROSSTOOL_PATCH_URL}arm-ctl_bus_isa.patch;name=crosspatch9 \ + ${CROSSTOOL_PATCH_URL}make-install-lib-all.patch;name=crosspatch10 \ + ${CROSSTOOL_PATCH_URL}maybe/glibc-2.3.6-allow-gcc-4.0-powerpc32.patch;name=crosspatch11 \ + file://glibc-2.3.6-bind-already-defined-on-powerpc.patch \ + file://glibc-2.3.6-allow-gcc-4.1-powerpc32-initfini.s.patch \ + file://glibc-2.3.6-linuxthreads-allow-gcc-4.1-powerpc32-initfini.s.patch \ + file://late-install-loop-break.patch \ + file://glibc-arm-socket-weakalias.patch \ + file://glibc-2.3.6-linuxthreads-pthread-raise.patch \ + file://glibc-cross_sunrpc.patch \ file://etc/ld.so.conf \ file://generate-supported.mk" diff --git a/recipes/glibc/glibc_2.4.bb b/recipes/glibc/glibc_2.4.bb index acf662cfb2..cba0fb3492 100644 --- a/recipes/glibc/glibc_2.4.bb +++ b/recipes/glibc/glibc_2.4.bb @@ -36,26 +36,26 @@ python __anonymous () { RDEPENDS_${PN}-dev = "linux-libc-headers-dev" RPROVIDES_${PN}-dev += "libc-dev virtual-libc-dev" -# file://noinfo.patch;apply=yes -# file://ldconfig.patch;apply=yes;striplevel=0 -# file://arm-machine-gmon.patch;apply=yes;striplevel=0 \ +# file://noinfo.patch +# file://ldconfig.patch;striplevel=0 +# file://arm-machine-gmon.patch;striplevel=0 \ # \ -# file://arm-ioperm.patch;apply=yes;striplevel=0 \ -# file://ldd.patch;apply=yes;striplevel=0 \ +# file://arm-ioperm.patch;striplevel=0 \ +# file://ldd.patch;striplevel=0 \ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/glibc/glibc-2.4.tar.bz2;name=archive \ ftp://ftp.gnu.org/pub/gnu/glibc/glibc-ports-2.4.tar.bz2;name=ports \ ftp://ftp.gnu.org/pub/gnu/glibc/glibc-libidn-2.4.tar.bz2;name=libidn \ - file://arm-memcpy.patch;apply=yes \ - file://arm-longlong.patch;apply=yes \ - file://fhs-linux-paths.patch;apply=yes \ - file://dl-cache-libcmp.patch;apply=yes \ - file://ldsocache-varrun.patch;apply=yes \ - file://nptl-crosscompile.patch;apply=yes \ - file://glibc-2.4-compile.patch;apply=yes \ - file://glibc-2.4-openat-3.patch;apply=yes \ - file://fixup-aeabi-syscalls.patch;apply=yes \ - file://zecke-sane-readelf.patch;apply=yes \ - file://arm_eabi_ipc_fix.patch;apply=yes \ + file://arm-memcpy.patch \ + file://arm-longlong.patch \ + file://fhs-linux-paths.patch \ + file://dl-cache-libcmp.patch \ + file://ldsocache-varrun.patch \ + file://nptl-crosscompile.patch \ + file://glibc-2.4-compile.patch \ + file://glibc-2.4-openat-3.patch \ + file://fixup-aeabi-syscalls.patch \ + file://zecke-sane-readelf.patch \ + file://arm_eabi_ipc_fix.patch \ file://generic-bits_select.h \ file://generic-bits_types.h \ file://generic-bits_typesizes.h \ @@ -65,8 +65,8 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/glibc/glibc-2.4.tar.bz2;name=archive \ # Build fails on sh3 and sh4 without additional patches -SRC_URI_append_sh3 = " file://no-z-defs.patch;apply=yes" -SRC_URI_append_sh4 = " file://no-z-defs.patch;apply=yes" +SRC_URI_append_sh3 = " file://no-z-defs.patch" +SRC_URI_append_sh4 = " file://no-z-defs.patch" S = "${WORKDIR}/glibc-2.4" B = "${WORKDIR}/build-${TARGET_SYS}" diff --git a/recipes/glibc/glibc_2.5.bb b/recipes/glibc/glibc_2.5.bb index e3228e26cd..06b813d895 100644 --- a/recipes/glibc/glibc_2.5.bb +++ b/recipes/glibc/glibc_2.5.bb @@ -38,18 +38,18 @@ SRC_URI = "\ ftp://ftp.gnu.org/pub/gnu/glibc/glibc-${PV}.tar.bz2;name=archive \ ftp://ftp.gnu.org/pub/gnu/glibc/glibc-ports-${PV}.tar.bz2;name=ports \ ftp://ftp.gnu.org/pub/gnu/glibc/glibc-libidn-${PV}.tar.bz2;name=libidn \ - file://arm-memcpy.patch;apply=yes \ - file://arm-longlong.patch;apply=yes \ - file://fhs-linux-paths.patch;apply=yes \ - file://dl-cache-libcmp.patch;apply=yes \ - file://ldsocache-varrun.patch;apply=yes \ - file://nptl-crosscompile.patch;apply=yes \ - file://glibc-2.5-local-dynamic-resolvconf.patch;apply=yes;striplevel=0 \ - file://glibc-check_pf.patch;apply=yes;striplevel=0 \ - file://zecke-sane-readelf.patch;apply=yes \ - file://ldd-unbash.patch;apply=yes \ - file://glibc-2.6.1-use-short-for-fnstsw.patch;apply=yes \ - file://glibc-arm-no-asm-page.patch;apply=yes \ + file://arm-memcpy.patch \ + file://arm-longlong.patch \ + file://fhs-linux-paths.patch \ + file://dl-cache-libcmp.patch \ + file://ldsocache-varrun.patch \ + file://nptl-crosscompile.patch \ + file://glibc-2.5-local-dynamic-resolvconf.patch;striplevel=0 \ + file://glibc-check_pf.patch;striplevel=0 \ + file://zecke-sane-readelf.patch \ + file://ldd-unbash.patch \ + file://glibc-2.6.1-use-short-for-fnstsw.patch \ + file://glibc-arm-no-asm-page.patch \ file://generic-bits_select.h \ file://generic-bits_types.h \ file://generic-bits_typesizes.h \ @@ -59,16 +59,16 @@ SRC_URI = "\ " # Build fails on sh3 and sh4 without additional patches -SRC_URI_append_sh3 = " file://no-z-defs.patch;apply=yes" -SRC_URI_append_sh4 = " file://no-z-defs.patch;apply=yes" +SRC_URI_append_sh3 = " file://no-z-defs.patch" +SRC_URI_append_sh4 = " file://no-z-defs.patch" # Powerpc patches to add support for soft-float -SRC_URI_append_powerpc = " file://ppc-sfp-machine.patch;apply=yes \ - file://ppc-soft-fp-20070115.patch;apply=yes \ - file://ppc-ld-nofpu-20070104.patch;apply=yes \ - file://ppc-ports-ld-nofpu-20070114.patch;apply=yes \ - file://powerpc-sqrt-hack.diff;apply=yes \ - file://glibc-2.5-soft-fp-separate-strong-alias.patch;apply=yes" +SRC_URI_append_powerpc = " file://ppc-sfp-machine.patch \ + file://ppc-soft-fp-20070115.patch \ + file://ppc-ld-nofpu-20070104.patch \ + file://ppc-ports-ld-nofpu-20070114.patch \ + file://powerpc-sqrt-hack.diff \ + file://glibc-2.5-soft-fp-separate-strong-alias.patch" S = "${WORKDIR}/glibc-${PV}" B = "${WORKDIR}/build-${TARGET_SYS}" diff --git a/recipes/glibc/glibc_2.6.1.bb b/recipes/glibc/glibc_2.6.1.bb index 104ce88170..8acfeffad9 100644 --- a/recipes/glibc/glibc_2.6.1.bb +++ b/recipes/glibc/glibc_2.6.1.bb @@ -37,46 +37,46 @@ SRC_URI = "\ ftp://ftp.gnu.org/pub/gnu/glibc/glibc-${PV}.tar.bz2;name=archive \ ftp://ftp.gnu.org/pub/gnu/glibc/glibc-ports-${PV}.tar.bz2;name=ports \ ftp://ftp.gnu.org/pub/gnu/glibc/glibc-libidn-${PV}.tar.bz2;name=libidn \ - file://arm-memcpy.patch;apply=yes \ - file://arm-longlong.patch;apply=yes \ - file://fhs-linux-paths.patch;apply=yes \ - file://dl-cache-libcmp.patch;apply=yes \ - file://nptl-crosscompile.patch;apply=yes \ - file://glibc-2.5-local-dynamic-resolvconf.patch;apply=yes;striplevel=0 \ - file://glibc-check_pf.patch;apply=yes;striplevel=0 \ - file://zecke-sane-readelf.patch;apply=yes \ - file://ldd-unbash.patch;apply=yes \ + file://arm-memcpy.patch \ + file://arm-longlong.patch \ + file://fhs-linux-paths.patch \ + file://dl-cache-libcmp.patch \ + file://nptl-crosscompile.patch \ + file://glibc-2.5-local-dynamic-resolvconf.patch;striplevel=0 \ + file://glibc-check_pf.patch;striplevel=0 \ + file://zecke-sane-readelf.patch \ + file://ldd-unbash.patch \ file://generic-bits_select.h \ file://generic-bits_types.h \ file://generic-bits_typesizes.h \ file://generic-bits_time.h \ file://etc/ld.so.conf \ file://generate-supported.mk \ - file://glibc-2.6.1-RTLD_SINGLE_THREAD_P-1.patch;apply=yes \ - file://glibc-2.6.1-use-short-for-fnstsw.patch;apply=yes \ - file://glibc-use-isystem-include-fixed.patch;apply=yes \ - file://glibc-arm-no-asm-page.patch;apply=yes \ - file://armv4t-interworking.patch;apply=yes \ - file://march-i686.patch;apply=yes;striplevel=0 \ + file://glibc-2.6.1-RTLD_SINGLE_THREAD_P-1.patch \ + file://glibc-2.6.1-use-short-for-fnstsw.patch \ + file://glibc-use-isystem-include-fixed.patch \ + file://glibc-arm-no-asm-page.patch \ + file://armv4t-interworking.patch \ + file://march-i686.patch;striplevel=0 \ " SRC_URI_append_ep9312 = "\ - file://glibc-crunch-endian-littleword-littlebyte.patch;apply=yes \ - file://glibc-crunch-eabi-setjmp_longjmp.patch;apply=yes \ - file://glibc-crunch-eabi-unwind.patch;apply=yes \ - file://glibc-crunch-eabi.patch;apply=yes \ - file://glibc-crunch-eabi-force.patch;apply=yes \ - file://glibc-crunch-eabi-fraiseexcpt.patch;apply=yes \ + file://glibc-crunch-endian-littleword-littlebyte.patch \ + file://glibc-crunch-eabi-setjmp_longjmp.patch \ + file://glibc-crunch-eabi-unwind.patch \ + file://glibc-crunch-eabi.patch \ + file://glibc-crunch-eabi-force.patch \ + file://glibc-crunch-eabi-fraiseexcpt.patch \ " # Build fails on sh3 and sh4 without additional patches -SRC_URI_append_sh3 = " file://no-z-defs.patch;apply=yes" -SRC_URI_append_sh4 = " file://no-z-defs.patch;apply=yes" +SRC_URI_append_sh3 = " file://no-z-defs.patch" +SRC_URI_append_sh4 = " file://no-z-defs.patch" # PowerPC Patches to add support for soft-float SRC_URI_append_powerpc = "\ - file://powerpc-sqrt-hack.diff;apply=yes \ - file://glibc-2.6.1-powerpc-nofpu.patch;apply=yes \ + file://powerpc-sqrt-hack.diff \ + file://glibc-2.6.1-powerpc-nofpu.patch \ " S = "${WORKDIR}/glibc-${PV}" diff --git a/recipes/glibc/glibc_2.7.bb b/recipes/glibc/glibc_2.7.bb index 4357a5b7ce..2f2fc364eb 100644 --- a/recipes/glibc/glibc_2.7.bb +++ b/recipes/glibc/glibc_2.7.bb @@ -36,48 +36,48 @@ python __anonymous () { RDEPENDS_${PN}-dev = "linux-libc-headers-dev" -# file://noinfo.patch;apply=yes -# file://ldconfig.patch;apply=yes;striplevel=0 -# file://arm-machine-gmon.patch;apply=yes;striplevel=0 \ +# file://noinfo.patch +# file://ldconfig.patch;striplevel=0 +# file://arm-machine-gmon.patch;striplevel=0 \ # \ -# file://arm-ioperm.patch;apply=yes;striplevel=0 \ -# file://ldd.patch;apply=yes;striplevel=0 \ +# file://arm-ioperm.patch;striplevel=0 \ +# file://ldd.patch;striplevel=0 \ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/glibc/glibc-${PV}.tar.bz2;name=archive \ ftp://ftp.gnu.org/pub/gnu/glibc/glibc-ports-${PV}.tar.bz2;name=ports \ ftp://ftp.gnu.org/pub/gnu/glibc/glibc-libidn-${PV}.tar.bz2;name=libidn \ - file://arm-memcpy.patch;apply=yes \ - file://arm-longlong.patch;apply=yes \ - file://fhs-linux-paths.patch;apply=yes \ - file://dl-cache-libcmp.patch;apply=yes \ - file://ldsocache-varrun.patch;apply=yes \ - file://nptl-crosscompile.patch;apply=yes \ - file://glibc-check_pf.patch;apply=yes;striplevel=0 \ -# file://glibc-2.4-compile.patch;apply=yes \ -# file://glibc-2.4-openat-3.patch;apply=yes \ -# file://fixup-aeabi-syscalls.patch;apply=yes \ -# file://zecke-sane-readelf.patch;apply=yes \ - file://ldd-unbash.patch;apply=yes \ - file://glibc-arm-IO-acquire-lock-fix.diff;apply=yes \ - file://all_glibc-i586-chk.patch;apply=yes \ - file://glibc-2.6.1-use-short-for-fnstsw.patch;apply=yes \ - file://glibc-use-isystem-include-fixed.patch;apply=yes \ + file://arm-memcpy.patch \ + file://arm-longlong.patch \ + file://fhs-linux-paths.patch \ + file://dl-cache-libcmp.patch \ + file://ldsocache-varrun.patch \ + file://nptl-crosscompile.patch \ + file://glibc-check_pf.patch;striplevel=0 \ +# file://glibc-2.4-compile.patch \ +# file://glibc-2.4-openat-3.patch \ +# file://fixup-aeabi-syscalls.patch \ +# file://zecke-sane-readelf.patch \ + file://ldd-unbash.patch \ + file://glibc-arm-IO-acquire-lock-fix.diff \ + file://all_glibc-i586-chk.patch \ + file://glibc-2.6.1-use-short-for-fnstsw.patch \ + file://glibc-use-isystem-include-fixed.patch \ file://generic-bits_select.h \ file://generic-bits_types.h \ file://generic-bits_typesizes.h \ file://generic-bits_time.h \ file://etc/ld.so.conf \ file://generate-supported.mk \ - file://march-i686.patch;apply=yes;striplevel=0 \ - file://glibc-arm-no-asm-page.patch;apply=yes \ + file://march-i686.patch;striplevel=0 \ + file://glibc-arm-no-asm-page.patch \ " # Build fails on sh3 and sh4 without additional patches -SRC_URI_append_sh3 = " file://no-z-defs.patch;apply=yes" -SRC_URI_append_sh4 = " file://no-z-defs.patch;apply=yes" +SRC_URI_append_sh3 = " file://no-z-defs.patch" +SRC_URI_append_sh4 = " file://no-z-defs.patch" #powerpc patches to add support for soft-float -SRC_URI_append_powerpc= " file://powerpc-sqrt-hack.diff;apply=yes" +SRC_URI_append_powerpc= " file://powerpc-sqrt-hack.diff" S = "${WORKDIR}/glibc-${PV}" B = "${WORKDIR}/build-${TARGET_SYS}" diff --git a/recipes/glibc/glibc_2.9.bb b/recipes/glibc/glibc_2.9.bb index ab5ddcb14b..e7ab63d6d6 100644 --- a/recipes/glibc/glibc_2.9.bb +++ b/recipes/glibc/glibc_2.9.bb @@ -36,52 +36,52 @@ python __anonymous () { RDEPENDS_${PN}-dev = "linux-libc-headers-dev" -# file://noinfo.patch;apply=yes -# file://ldconfig.patch;apply=yes;striplevel=0 -# file://arm-machine-gmon.patch;apply=yes;striplevel=0 \ +# file://noinfo.patch +# file://ldconfig.patch;striplevel=0 +# file://arm-machine-gmon.patch;striplevel=0 \ # \ -# file://arm-ioperm.patch;apply=yes;striplevel=0 \ -# file://ldd.patch;apply=yes;striplevel=0 \ +# file://arm-ioperm.patch;striplevel=0 \ +# file://ldd.patch;striplevel=0 \ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/glibc/glibc-${PV}.tar.bz2;name=archive \ ftp://ftp.gnu.org/pub/gnu/glibc/glibc-ports-${PV}.tar.bz2;name=ports \ ftp://ftp.gnu.org/pub/gnu/glibc/glibc-libidn-${PV}.tar.bz2;name=libidn \ - file://nscd-init.patch;apply=yes;striplevel=0 \ - file://arm-memcpy.patch;apply=yes \ - file://arm-longlong.patch;apply=yes \ - file://fhs-linux-paths.patch;apply=yes \ - file://dl-cache-libcmp.patch;apply=yes \ - file://ldsocache-varrun.patch;apply=yes \ - file://nptl-crosscompile.patch;apply=yes \ - file://glibc-check_pf.patch;apply=yes;striplevel=0 \ - file://ldd-unbash.patch;apply=yes \ - file://glibc-arm-IO-acquire-lock-fix.diff;apply=yes \ + file://nscd-init.patch;striplevel=0 \ + file://arm-memcpy.patch \ + file://arm-longlong.patch \ + file://fhs-linux-paths.patch \ + file://dl-cache-libcmp.patch \ + file://ldsocache-varrun.patch \ + file://nptl-crosscompile.patch \ + file://glibc-check_pf.patch;striplevel=0 \ + file://ldd-unbash.patch \ + file://glibc-arm-IO-acquire-lock-fix.diff \ file://generic-bits_select.h \ file://generic-bits_types.h \ file://generic-bits_typesizes.h \ file://generic-bits_time.h \ file://etc/ld.so.conf \ file://generate-supported.mk \ - file://march-i686.patch;apply=yes;striplevel=0 \ - file://tls_i486.patch;apply=yes \ - file://glibc-2.9-use-_begin.patch;apply=yes \ - file://arm-lowlevellock-include-tls.patch;apply=yes \ - file://glibc-2.9-enable-binutils-2.2.patch;apply=yes \ + file://march-i686.patch;striplevel=0 \ + file://tls_i486.patch \ + file://glibc-2.9-use-_begin.patch \ + file://arm-lowlevellock-include-tls.patch \ + file://glibc-2.9-enable-binutils-2.2.patch \ " # patches to fix libmemusage.so -SRC_URI_append = " file://0001-malloc-memusage.c-update_data-Fix-handling-of-wrappi.patch;apply=yes \ - file://0002-malloc-memusage.c-DEFAULT_BUFFER_SIZE-Change-to-3276.patch;apply=yes \ - file://0003-Fix-wrap-around-in-memusage.patch;apply=yes " +SRC_URI_append = " file://0001-malloc-memusage.c-update_data-Fix-handling-of-wrappi.patch \ + file://0002-malloc-memusage.c-DEFAULT_BUFFER_SIZE-Change-to-3276.patch \ + file://0003-Fix-wrap-around-in-memusage.patch " # Build fails on sh3 and sh4 without additional patches -SRC_URI_append_sh3 = " file://no-z-defs.patch;apply=yes \ - file://glibc-2.9-sh-fix.patch;apply=yes" -SRC_URI_append_sh4 = " file://no-z-defs.patch;apply=yes \ - file://glibc-2.9-sh-fix.patch;apply=yes" +SRC_URI_append_sh3 = " file://no-z-defs.patch \ + file://glibc-2.9-sh-fix.patch" +SRC_URI_append_sh4 = " file://no-z-defs.patch \ + file://glibc-2.9-sh-fix.patch" #powerpc patches to add support for soft-float -SRC_URI_append_powerpc= " file://powerpc-sqrt-hack.diff;apply=yes" +SRC_URI_append_powerpc= " file://powerpc-sqrt-hack.diff" S = "${WORKDIR}/glibc-${PV}" B = "${WORKDIR}/build-${TARGET_SYS}" diff --git a/recipes/glibc/glibc_cvs.bb b/recipes/glibc/glibc_cvs.bb index efc1dca98e..1c7a785931 100644 --- a/recipes/glibc/glibc_cvs.bb +++ b/recipes/glibc/glibc_cvs.bb @@ -27,29 +27,29 @@ python __anonymous () { RDEPENDS_${PN}-dev = "linux-libc-headers-dev" RPROVIDES_${PN}-dev += "libc-dev virtual-libc-dev" -# file://noinfo.patch;apply=yes -# file://ldconfig.patch;apply=yes;striplevel=0 -# file://arm-no-hwcap.patch;apply=yes;striplevel=0 \ -# file://arm-memcpy.patch;apply=yes;striplevel=0 \ -# file://arm-machine-gmon.patch;apply=yes;striplevel=0 \ +# file://noinfo.patch +# file://ldconfig.patch;striplevel=0 +# file://arm-no-hwcap.patch;striplevel=0 \ +# file://arm-memcpy.patch;striplevel=0 \ +# file://arm-machine-gmon.patch;striplevel=0 \ # \ -# file://arm-ioperm.patch;apply=yes;striplevel=0 \ -# file://ldd.patch;apply=yes;striplevel=0 \ +# file://arm-ioperm.patch;striplevel=0 \ +# file://ldd.patch;striplevel=0 \ SRC_URI = "cvs://anoncvs@sources.redhat.com/cvs/glibc;module=libc \ cvs://anoncvs@sources.redhat.com/cvs/glibc;module=ports \ - file://nscd-init.patch;apply=yes;striplevel=0 \ - file://arm-audit.patch;apply=yes \ - file://arm-audit2.patch;apply=yes \ - file://arm-memcpy.patch;apply=yes \ - file://arm-longlong.patch;apply=yes;striplevel=0 \ - file://fhs-linux-paths.patch;apply=yes \ - file://dl-cache-libcmp.patch;apply=yes \ - file://ldsocache-varrun.patch;apply=yes \ + file://nscd-init.patch;striplevel=0 \ + file://arm-audit.patch \ + file://arm-audit2.patch \ + file://arm-memcpy.patch \ + file://arm-longlong.patch;striplevel=0 \ + file://fhs-linux-paths.patch \ + file://dl-cache-libcmp.patch \ + file://ldsocache-varrun.patch \ file://etc/ld.so.conf \ file://generate-supported.mk" # seems to fail on tls platforms -SRC_URI_append_arm = " file://dyn-ldconfig-20041128.patch;apply=yes" +SRC_URI_append_arm = " file://dyn-ldconfig-20041128.patch" S = "${WORKDIR}/libc" B = "${WORKDIR}/build-${TARGET_SYS}" -- cgit 1.2.3-korg