diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-05-24 13:01:00 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-05-25 12:54:52 -0700 |
commit | 6fe7cef27069415f2eba36bc640cf59013d4979b (patch) | |
tree | b0cb8845ddc6b8bcffc50e08a2eeae98e049be98 /recipes/uclibc/uclibc_0.9.28.bb | |
parent | bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (diff) |
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 <chris_larson@mentor.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/uclibc/uclibc_0.9.28.bb')
-rw-r--r-- | recipes/uclibc/uclibc_0.9.28.bb | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/recipes/uclibc/uclibc_0.9.28.bb b/recipes/uclibc/uclibc_0.9.28.bb index 5e8da03e6b..a43d5ed462 100644 --- a/recipes/uclibc/uclibc_0.9.28.bb +++ b/recipes/uclibc/uclibc_0.9.28.bb @@ -16,22 +16,22 @@ S = "${WORKDIR}/uClibc-${PV}" # functioning correct now so the patch is not included. It may # be necessary to add this for architectures which do not initially # have a 'good' set of kernel header files in the cross directory. -#SRC_URI += "file://nokernelheadercheck.patch;apply=yes" +#SRC_URI += "file://nokernelheadercheck.patch" # # Thumb support # # Thumb interworking support THUMBSTUFF = " \ - file://thumb-defined-arm-or-thumb.patch;apply=yes \ - file://thumb-mov-pc-bx.patch;apply=yes \ - file://thumb-swi-r7.patch;apply=yes \ - file://thumb-sysnum-h.patch;apply=yes \ - file://thumb-asm-swi.patch;apply=yes \ - file://thumb-call-via-rx.patch;apply=yes \ - file://dl-startup.h.patch;apply=yes \ - file://dl-string.h.patch;apply=yes \ - file://dl-sysdep.h.patch;apply=yes \ - file://uclibc-libgcc-eh.patch;apply=yes \ + file://thumb-defined-arm-or-thumb.patch \ + file://thumb-mov-pc-bx.patch \ + file://thumb-swi-r7.patch \ + file://thumb-sysnum-h.patch \ + file://thumb-asm-swi.patch \ + file://thumb-call-via-rx.patch \ + file://dl-startup.h.patch \ + file://dl-string.h.patch \ + file://dl-sysdep.h.patch \ + file://uclibc-libgcc-eh.patch \ " SRC_URI_append_arm = " ${THUMBSTUFF} " @@ -40,37 +40,37 @@ SRC_URI_append_arm = " ${THUMBSTUFF} " # This is a core change and is controversial, maybe even wrong # on some architectures THUMB_INTERWORK_RESOLVE_PATCH = "" -THUMB_INTERWORK_RESOLVE_PATCH_thumb-interwork = " file://thumb-resolve.patch;apply=yes" +THUMB_INTERWORK_RESOLVE_PATCH_thumb-interwork = " file://thumb-resolve.patch" SRC_URI += " ${THUMB_INTERWORK_RESOLVE_PATCH}" DEFAULT_PREFERENCE_avr32 = "6000" SRC_URI_append_avr32 = " \ - file://uclibc-makefile.patch;apply=yes \ - file://remove-bogus-version-hack-and-just-use-asm-generic-if-it-exists.patch;apply=yes \ - file://let-optimized-stringops-override-default-ones.patch;apply=yes \ - file://fix-getrusage-argument-type.patch;apply=yes \ - file://fix-__libc_fcntl64-varargs-prototype.patch;apply=yes \ - file://fix-broken-__libc_open-declaration.patch;apply=yes \ - file://avr32-arch-2.patch;apply=yes \ - file://avr32-linkrelax-option.patch;apply=yes \ - file://avr32-string-ops.patch;apply=yes \ - file://no-create_module-on-avr32.patch;apply=yes \ - file://ldso-always-inline-_dl_memcpy.patch;apply=yes \ - file://ldso-define-MAP_FAILED.patch;apply=yes \ - file://ldso-always-inline-syscalls.patch;apply=yes \ - file://ldso-avr32-2.patch;apply=yes \ - file://ldso-avr32-needs-CONSTANT_STRING_GOT_FIXUP.patch;apply=yes \ - file://ldso-avr32-startup-hack.patch;apply=yes \ - file://ldd-avr32-support.patch;apply=yes \ - file://libpthread-avr32.patch;apply=yes \ - file://sync-fcntl-h-with-linux-kernel.patch;apply=yes \ + file://uclibc-makefile.patch \ + file://remove-bogus-version-hack-and-just-use-asm-generic-if-it-exists.patch \ + file://let-optimized-stringops-override-default-ones.patch \ + file://fix-getrusage-argument-type.patch \ + file://fix-__libc_fcntl64-varargs-prototype.patch \ + file://fix-broken-__libc_open-declaration.patch \ + file://avr32-arch-2.patch \ + file://avr32-linkrelax-option.patch \ + file://avr32-string-ops.patch \ + file://no-create_module-on-avr32.patch \ + file://ldso-always-inline-_dl_memcpy.patch \ + file://ldso-define-MAP_FAILED.patch \ + file://ldso-always-inline-syscalls.patch \ + file://ldso-avr32-2.patch \ + file://ldso-avr32-needs-CONSTANT_STRING_GOT_FIXUP.patch \ + file://ldso-avr32-startup-hack.patch \ + file://ldd-avr32-support.patch \ + file://libpthread-avr32.patch \ + file://sync-fcntl-h-with-linux-kernel.patch \ " -#file://uClibc-0.9.28-avr32-20060621.patch;apply=yes \ -#file://uClibc-0.9.28-avr32-20061019.patch;apply=yes \ -#file://uclibc-avr32-no-msoft-float.patch;apply=yes \ +#file://uClibc-0.9.28-avr32-20060621.patch \ +#file://uClibc-0.9.28-avr32-20061019.patch \ +#file://uclibc-avr32-no-msoft-float.patch \ SRC_URI[uClibc-0.9.28.md5sum] = "1ada58d919a82561061e4741fb6abd29" SRC_URI[uClibc-0.9.28.sha256sum] = "c8bc5383eafaa299e9874ae50acc6549f8b54bc29ed64a9a3387b3e4cd7f4bcb" |