Another pass of .oe cleanups.
[vuplus_openembedded] / sudo / sudo_1.6.7p5.oe
1 DEPENDS = "virtual/libc"
2 RDEPENDS = "libc6"
3 DESCRIPTION = "Sudo (superuser do) allows a system \
4 administrator to give certain users (or groups of \
5 users) the ability to run some (or all) commands \
6 as root while logging all commands and arguments."
7
8 SRC_URI = "ftp://ftp.sudo.ws/pub/sudo/sudo-${PV}.tar.gz \
9            file://${FILESDIR}/nonrootinstall.patch;patch=1 \
10            file://${FILESDIR}/configure.patch;patch=1"
11
12 inherit autotools
13
14 do_configure_prepend () {
15         if [ ! -e acinclude.m4 ]; then
16                 cat aclocal.m4 > acinclude.m4
17         fi
18 }