Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] systemd: fix typo in sulogin-path setting
@ 2018-03-26  8:05 Chen Qi
  2018-03-26  8:05 ` [PATCH 1/1] " Chen Qi
  0 siblings, 1 reply; 3+ messages in thread
From: Chen Qi @ 2018-03-26  8:05 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 80c7ca2c28959d08a59d960d318d8360392bd488:

  kernel-dev: Clean up of "bsp_name" placeholder. (2018-03-25 09:41:13 +0100)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib ChenQi/systemd-sulogin-typo
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/systemd-sulogin-typo

Chen Qi (1):
  systemd: fix typo in sulogin-path setting

 meta/recipes-core/systemd/systemd_237.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.9.1



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] systemd: fix typo in sulogin-path setting
  2018-03-26  8:05 [PATCH 0/1] systemd: fix typo in sulogin-path setting Chen Qi
@ 2018-03-26  8:05 ` Chen Qi
  2018-04-04  5:15   ` Paul Eggleton
  0 siblings, 1 reply; 3+ messages in thread
From: Chen Qi @ 2018-03-26  8:05 UTC (permalink / raw)
  To: openembedded-core

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>
---
 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() {
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] systemd: fix typo in sulogin-path setting
  2018-03-26  8:05 ` [PATCH 1/1] " Chen Qi
@ 2018-04-04  5:15   ` Paul Eggleton
  0 siblings, 0 replies; 3+ messages in thread
From: Paul Eggleton @ 2018-04-04  5:15 UTC (permalink / raw)
  To: Ross Burton, Richard Purdie; +Cc: Chan, Aaron Chun Yew, openembedded-core

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@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




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-04-04  5:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-26  8:05 [PATCH 0/1] systemd: fix typo in sulogin-path setting Chen Qi
2018-03-26  8:05 ` [PATCH 1/1] " Chen Qi
2018-04-04  5:15   ` Paul Eggleton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox