From: Rod Whitby Date: Fri, 1 Jul 2005 07:39:55 +0000 (+0000) Subject: sudo: Added '--with-vi=/bin/vi' to EXTRA_OECONF to match the default location of... X-Git-Tag: Release-2010-05/1~9453^2~4272^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e479db78e83fc974bfc2c9a89973125371b87b82;p=openembedded.git sudo: Added '--with-vi=/bin/vi' to EXTRA_OECONF to match the default location of vi in busybox. --- diff --git a/packages/sudo/sudo.inc b/packages/sudo/sudo.inc index 0cd18454ab..279d1e61ee 100644 --- a/packages/sudo/sudo.inc +++ b/packages/sudo/sudo.inc @@ -10,7 +10,7 @@ SECTION = "admin" inherit autotools -EXTRA_OECONF = "--with-env-editor" +EXTRA_OECONF = "--with-editor=/bin/vi --with-env-editor" do_configure_prepend () { rm -f acsite.m4 diff --git a/packages/sudo/sudo_1.6.8p8.bb b/packages/sudo/sudo_1.6.8p8.bb index 53cd9e4821..087bcee541 100644 --- a/packages/sudo/sudo_1.6.8p8.bb +++ b/packages/sudo/sudo_1.6.8p8.bb @@ -5,4 +5,4 @@ SRC_URI = "http://ftp.sudo.ws/sudo/dist/sudo-${PV}.tar.gz \ file://noexec-link.patch;patch=1" include sudo.inc -PR = "r2" +PR = "r3"