diff options
author | Ross Burton <ross.burton@intel.com> | 2019-09-02 19:54:15 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-06 08:15:45 +0100 |
commit | efafb13e2eab821ae777fcb451080c921213c093 (patch) | |
tree | 87497936c1da0b7379cdb7de813ef2852d03b054 /meta | |
parent | 1a4eb65982c5671f7a32a923916e2e5e035b3d2b (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-core/systemd/systemd_242.bb | 1 |
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 | ||
211 | do_install() { | 212 | do_install() { |