diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2018-03-26 16:05:20 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-04-04 08:51:02 +0100 |
commit | 9e3a9637b8f86f504e187b96cd0c98d8e1f651da (patch) | |
tree | 726cdf42c83b10cd9b13d0037398185f76a2b6b9 /meta | |
parent | f5cd91aae0c0dcd891f07dd6934662ea3a834959 (diff) | |
download | poky-9e3a9637b8f86f504e187b96cd0c98d8e1f651da.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}.
(From OE-Core rev: c168f6fe35ada66f7d6d6b5151fa248230c38676)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/systemd/systemd_237.bb | 2 |
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 \ | |||
189 | -Dmount-path=${base_bindir}/mount \ | 189 | -Dmount-path=${base_bindir}/mount \ |
190 | -Dquotacheck-path=${sbindir}/quotacheck \ | 190 | -Dquotacheck-path=${sbindir}/quotacheck \ |
191 | -Dquotaon-path=${sbindir}/quotaon \ | 191 | -Dquotaon-path=${sbindir}/quotaon \ |
192 | -Dsulogin-path={base_sbindir}/sulogin \ | 192 | -Dsulogin-path=${base_sbindir}/sulogin \ |
193 | -Dumount-path=${base_bindir}/umount" | 193 | -Dumount-path=${base_bindir}/umount" |
194 | 194 | ||
195 | do_install() { | 195 | do_install() { |