summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2018-03-26 16:05:20 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-04-04 08:50:49 +0100
commitc168f6fe35ada66f7d6d6b5151fa248230c38676 (patch)
tree1eafb0db5903fa9eb8b739e4d348be77387c1251 /meta/recipes-core
parent75bb95ada98ef129d2fa48568f27dddb078c852c (diff)
downloadopenembedded-core-c168f6fe35ada66f7d6d6b5151fa248230c38676.tar.gz
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@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/systemd/systemd_237.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_237.bb b/meta/recipes-core/systemd/systemd_237.bb
index 7ef42b2eae..1d04796f39 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() {