sudo: Added '--with-vi=/bin/vi' to EXTRA_OECONF to match the default location of...
authorRod Whitby <rod@whitby.id.au>
Fri, 1 Jul 2005 07:39:55 +0000 (07:39 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 1 Jul 2005 07:39:55 +0000 (07:39 +0000)
packages/sudo/sudo.inc
packages/sudo/sudo_1.6.8p8.bb

index 0cd1845..279d1e6 100644 (file)
@@ -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
index 53cd9e4..087bcee 100644 (file)
@@ -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"