From bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sun, 23 May 2010 20:23:53 -0700 Subject: Rename url params patch=/pnum= to apply={yes,no}/striplevel= I think this makes the behavior rather more clear. 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 2ee656ae61..60389164f0 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;patch=1 \ - file://nostrip.patch;patch=1 \ - file://autofoo.patch;patch=1 \ - file://noexec-link.patch;patch=1" + file://nonrootinstall.patch;apply=yes \ + file://nostrip.patch;apply=yes \ + file://autofoo.patch;apply=yes \ + file://noexec-link.patch;apply=yes" require sudo.inc -- cgit v1.2.3