[oe-commits] [openembedded-core] branch master updated: systemd: fix typo in sulogin-path setting

git at git.openembedded.org git at git.openembedded.org
Wed Apr 4 07:51:22 UTC 2018


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

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

The following commit(s) were added to refs/heads/master by this push:
     new c168f6f  systemd: fix typo in sulogin-path setting
c168f6f is described below

commit c168f6fe35ada66f7d6d6b5151fa248230c38676
Author: Chen Qi <Qi.Chen at windriver.com>
AuthorDate: Mon Mar 26 16:05:20 2018 +0800

    systemd: fix typo in sulogin-path setting
    
    Fix typo in sulogin-path setting. It should be ${base_sbindir} instead of
    just {base_sbindir}.
    
    Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/systemd/systemd_237.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/systemd/systemd_237.bb b/meta/recipes-core/systemd/systemd_237.bb
index 7ef42b2..1d04796 100644
--- a/meta/recipes-core/systemd/systemd_237.bb
+++ b/meta/recipes-core/systemd/systemd_237.bb
@@ -189,7 +189,7 @@ EXTRA_OEMESON += "-Dkexec-path=${sbindir}/kexec \
                   -Dmount-path=${base_bindir}/mount \
                   -Dquotacheck-path=${sbindir}/quotacheck \
                   -Dquotaon-path=${sbindir}/quotaon \
-                  -Dsulogin-path={base_sbindir}/sulogin \
+                  -Dsulogin-path=${base_sbindir}/sulogin \
                   -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