From: Ross Burton Date: Mon, 2 Sep 2019 18:54:15 +0000 (+0100) Subject: systemd: explicitly set the path to nologin X-Git-Tag: uninative-2.7~286 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=15d57de00a5c2763cc9ddb71d3e6b52a57f3fcd1;p=openembedded-core.git systemd: explicitly set the path to nologin Set the path to nologin as with sulogin etc so we don't try to execute binaries from the build path on the target (as the build finds a nologin in the sysroot at build time). Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/systemd/systemd_242.bb b/meta/recipes-core/systemd/systemd_242.bb index 6fbb854886..759d6af602 100644 --- a/meta/recipes-core/systemd/systemd_242.bb +++ b/meta/recipes-core/systemd/systemd_242.bb @@ -206,6 +206,7 @@ EXTRA_OEMESON += "-Dkexec-path=${sbindir}/kexec \ -Dquotacheck-path=${sbindir}/quotacheck \ -Dquotaon-path=${sbindir}/quotaon \ -Dsulogin-path=${base_sbindir}/sulogin \ + -Dnologin-path=${base_sbindir}/nologin \ -Dumount-path=${base_bindir}/umount" do_install() {