From: Chris Larson Date: Sun, 2 Nov 2003 03:48:23 +0000 (+0000) Subject: Fix the sudo non-root do_install. X-Git-Tag: Release-2010-05/1~20589 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03ac9e1b96c29cd1a6dcec5ce6a6b66977376080;p=openembedded.git Fix the sudo non-root do_install. BKrev: 3fa47e87tmH9RPKIPgVGt0l_1LYXzw --- diff --git a/sudo/sudo-1.6.7p5/nonrootinstall.patch b/sudo/sudo-1.6.7p5/nonrootinstall.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/sudo/sudo_1.6.7p5.oe b/sudo/sudo_1.6.7p5.oe index e69de29bb2..6d1f9cbabc 100644 --- a/sudo/sudo_1.6.7p5.oe +++ b/sudo/sudo_1.6.7p5.oe @@ -0,0 +1,14 @@ +DEPENDS = virtual/libc +RDEPENDS = libc6 + +SRC_URI = ftp://ftp.sudo.ws/pub/sudo/sudo-${PV}.tar.gz \ + file://${FILESDIR}/configure.patch;patch=1 \ + file://${FILESDIR}/nonrootinstall.patch;patch=1 + +inherit autotools + +do_configure_prepend () { + if [ ! -e acinclude.m4 ]; then + cat aclocal.m4 > acinclude.m4 + fi +}