diff options
Diffstat (limited to 'sudo/sudo_1.6.7p5.oe')
-rw-r--r-- | sudo/sudo_1.6.7p5.oe | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sudo/sudo_1.6.7p5.oe b/sudo/sudo_1.6.7p5.oe index 0486668820..fda03abee1 100644 --- a/sudo/sudo_1.6.7p5.oe +++ b/sudo/sudo_1.6.7p5.oe @@ -4,9 +4,12 @@ administrator to give certain users (or groups of \ users) the ability to run some (or all) commands \ as root while logging all commands and arguments." +PR="r2" + SRC_URI = "ftp://ftp.sudo.ws/pub/sudo/sudo-${PV}.tar.gz \ file://nonrootinstall.patch;patch=1 \ - file://configure.patch;patch=1" + file://configure.patch;patch=1 \ + file://nostrip.patch;patch=1" inherit autotools |