summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-09-02 19:54:15 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-09-06 08:15:45 +0100
commitefafb13e2eab821ae777fcb451080c921213c093 (patch)
tree87497936c1da0b7379cdb7de813ef2852d03b054 /meta/recipes-core/systemd
parent1a4eb65982c5671f7a32a923916e2e5e035b3d2b (diff)
downloadpoky-efafb13e2eab821ae777fcb451080c921213c093.tar.gz
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). (From OE-Core rev: 15d57de00a5c2763cc9ddb71d3e6b52a57f3fcd1) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd')
-rw-r--r--meta/recipes-core/systemd/systemd_242.bb1
1 files changed, 1 insertions, 0 deletions
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 \
206 -Dquotacheck-path=${sbindir}/quotacheck \ 206 -Dquotacheck-path=${sbindir}/quotacheck \
207 -Dquotaon-path=${sbindir}/quotaon \ 207 -Dquotaon-path=${sbindir}/quotaon \
208 -Dsulogin-path=${base_sbindir}/sulogin \ 208 -Dsulogin-path=${base_sbindir}/sulogin \
209 -Dnologin-path=${base_sbindir}/nologin \
209 -Dumount-path=${base_bindir}/umount" 210 -Dumount-path=${base_bindir}/umount"
210 211
211do_install() { 212do_install() {