First pass of .oe cleanups.
[openembedded.git] / sudo / sudo_1.6.7p5.oe
1 DEPENDS = "virtual/libc"
2 RDEPENDS = "libc6"
3
4 SRC_URI = ftp://ftp.sudo.ws/pub/sudo/sudo-${PV}.tar.gz \
5           file://${FILESDIR}/nonrootinstall.patch;patch=1 \
6           file://${FILESDIR}/configure.patch;patch=1
7
8 inherit autotools
9
10 do_configure_prepend () {
11         if [ ! -e acinclude.m4 ]; then
12                 cat aclocal.m4 > acinclude.m4
13         fi
14 }