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/coreutils/coreutils_7.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/coreutils/coreutils_7.1.bb') diff --git a/recipes/coreutils/coreutils_7.1.bb b/recipes/coreutils/coreutils_7.1.bb index c43bc7bb37..539340f910 100644 --- a/recipes/coreutils/coreutils_7.1.bb +++ b/recipes/coreutils/coreutils_7.1.bb @@ -3,8 +3,8 @@ require coreutils-target.inc PR = "r0.1" -SRC_URI += "file://automake-version.patch;apply=yes \ - file://man.patch;apply=yes" +SRC_URI += "file://automake-version.patch \ + file://man.patch" SRC_URI[md5sum] = "cbb2b3d1718ee1237b808e00b5c11b1e" SRC_URI[sha256sum] = "813cb19fa19a885f342664109c7c5810f0081b624ff317bba8d1b6ccd83c2a05" -- cgit 1.2.3-korg