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/sudo/sudo_1.6.8p12.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'recipes/sudo') diff --git a/recipes/sudo/sudo_1.6.8p12.bb b/recipes/sudo/sudo_1.6.8p12.bb index 60389164f0..d0e56cf7d3 100644 --- a/recipes/sudo/sudo_1.6.8p12.bb +++ b/recipes/sudo/sudo_1.6.8p12.bb @@ -1,10 +1,10 @@ PR = "r3" SRC_URI = "http://ftp.sudo.ws/sudo/dist/sudo-${PV}.tar.gz \ - file://nonrootinstall.patch;apply=yes \ - file://nostrip.patch;apply=yes \ - file://autofoo.patch;apply=yes \ - file://noexec-link.patch;apply=yes" + file://nonrootinstall.patch \ + file://nostrip.patch \ + file://autofoo.patch \ + file://noexec-link.patch" require sudo.inc -- cgit v1.2.3