diff options
-rw-r--r-- | meta/recipes-extended/sudo/sudo.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/sudo/sudo.inc b/meta/recipes-extended/sudo/sudo.inc index 6de984a9f5..1d7e541024 100644 --- a/meta/recipes-extended/sudo/sudo.inc +++ b/meta/recipes-extended/sudo/sudo.inc | |||
@@ -18,6 +18,8 @@ inherit autotools | |||
18 | PACKAGECONFIG ??= "" | 18 | PACKAGECONFIG ??= "" |
19 | PACKAGECONFIG[zlib] = "--enable-zlib,--disable-zlib,zlib" | 19 | PACKAGECONFIG[zlib] = "--enable-zlib,--disable-zlib,zlib" |
20 | 20 | ||
21 | CONFFILES_${PN} = "${sysconfdir}/sudoers" | ||
22 | |||
21 | EXTRA_OECONF = "--with-editor=/bin/vi --with-env-editor" | 23 | EXTRA_OECONF = "--with-editor=/bin/vi --with-env-editor" |
22 | 24 | ||
23 | do_configure_prepend () { | 25 | do_configure_prepend () { |