diff options
Diffstat (limited to 'packages/sudo')
-rw-r--r-- | packages/sudo/sudo_1.6.8p6.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/sudo/sudo_1.6.8p6.bb b/packages/sudo/sudo_1.6.8p6.bb index e69de29bb2..f9d55411f8 100644 --- a/packages/sudo/sudo_1.6.8p6.bb +++ b/packages/sudo/sudo_1.6.8p6.bb @@ -0,0 +1,7 @@ +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" + +include sudo.inc |