generic-poky/meta/packages/sudo/sudo_1.6.8p12.bb
Richard Purdie 5c96414966 sudo: Add from OE.dev with tweaks to SRC_URI
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-05-27 11:10:06 +01:00

13 lines
377 B
BlitzBasic

PR = "r3"
SRC_URI = "http://ftp.sudo.ws/sudo/dist/OLD/sudo-1.6.8.tar.gz \
http://ftp.sudo.ws/sudo/dist/OLD/sudo-1.6.8p12.patch.gz;patch=1 \
file://nonrootinstall.patch;patch=1 \
file://nostrip.patch;patch=1 \
file://autofoo.patch;patch=1 \
file://noexec-link.patch;patch=1"
require sudo.inc
S = "${WORKDIR}/sudo-1.6.8"