]> code.ossystems Code Review - openembedded-core.git/commitdiff
systemd: fix typo in sulogin-path setting
authorChen Qi <Qi.Chen@windriver.com>
Mon, 26 Mar 2018 08:05:20 +0000 (16:05 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 4 Apr 2018 07:50:49 +0000 (08:50 +0100)
Fix typo in sulogin-path setting. It should be ${base_sbindir} instead of
just {base_sbindir}.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/systemd/systemd_237.bb

index 7ef42b2eaedb6cde23d0f4fc22b21c8937a63f02..1d04796f39ba064c1a7c4362643395dcfc679179 100644 (file)
@@ -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() {