On Monday, 26 March 2018 9:05:20 PM NZST Chen Qi wrote: > Fix typo in sulogin-path setting. It should be ${base_sbindir} instead of > just {base_sbindir}. > > Signed-off-by: Chen Qi <qi.c...@windriver.com> > --- > 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() { >
I talked with Aaron this morning and he has been seeing the results of this on his autobuilder (failed boot with systemd) - can we pull this in as soon as possible? Thanks, Paul -- Paul Eggleton Intel Open Source Technology Centre -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core