blob: c88fc383cb5e404e1b4c9b9266f205468381e625 (
plain)
1
2
3
4
5
6
7
8
9
|
FILE_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"
require sudo.inc
|