mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 00:32:12 +02:00
sudo: Set vardir deterministically
Without setting this it will vary depending on which directories are present on the host. [YOCTO #13775] (From OE-Core rev: 39fe849b56d70689846262c31ab7c182c8443923) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -17,6 +17,7 @@ EXTRA_OECONF += " \
|
||||
ac_cv_type_rsize_t=no \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'pam', '--with-pam', '--without-pam', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '--enable-tmpfiles.d=${nonarch_libdir}/tmpfiles.d', '--disable-tmpfiles.d', d)} \
|
||||
--with-vardir=/var/lib/sudo \
|
||||
"
|
||||
|
||||
do_install_append () {
|
||||
|
||||
Reference in New Issue
Block a user