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/eglibc/eglibc_2.9.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'recipes/eglibc/eglibc_2.9.bb') diff --git a/recipes/eglibc/eglibc_2.9.bb b/recipes/eglibc/eglibc_2.9.bb index 9a763e8e90..a7d9aedea1 100644 --- a/recipes/eglibc/eglibc_2.9.bb +++ b/recipes/eglibc/eglibc_2.9.bb @@ -8,10 +8,10 @@ PR_append = "+svnr${SRCPV}" SRCREV="10153" EGLIBC_BRANCH="eglibc-2_9" SRC_URI = "svn://svn.eglibc.org/branches;module=${EGLIBC_BRANCH};proto=svn \ - file://eglibc-svn-arm-lowlevellock-include-tls.patch;apply=yes \ - file://armv4t-interworking.patch;apply=yes \ - file://IO-acquire-lock-fix.patch;apply=yes \ - file://shorten-build-commands.patch;apply=yes \ + file://eglibc-svn-arm-lowlevellock-include-tls.patch \ + file://armv4t-interworking.patch \ + file://IO-acquire-lock-fix.patch \ + file://shorten-build-commands.patch \ file://etc/ld.so.conf \ file://generate-supported.mk" S = "${WORKDIR}/${EGLIBC_BRANCH}/libc" -- cgit 1.2.3-korg