[oe-commits] [openembedded-core] 11/11: systemd: explicitly set the path to nologin

git at git.openembedded.org git at git.openembedded.org
Tue Sep 3 11:24:23 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 235098a75455ba04ef867c69b3496547bd123707
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Mon Sep 2 19:54:15 2019 +0100

    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 <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/systemd/systemd_242.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/systemd/systemd_242.bb b/meta/recipes-core/systemd/systemd_242.bb
index 6fbb854..759d6af 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() {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list