[OE-core] [PATCH 1/1] systemd: fix typo in sulogin-path setting

Paul Eggleton paul.eggleton at linux.intel.com
Wed Apr 4 05:15:32 UTC 2018


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.Chen at 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





More information about the Openembedded-core mailing list