All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][dunfell] update-rc.d: update SRCREV to pull in fix for non-bash shell support
@ 2021-07-09 18:16 Marek Vasut
  2021-07-09 18:32 ` Steve Sakoman
  0 siblings, 1 reply; 3+ messages in thread
From: Marek Vasut @ 2021-07-09 18:16 UTC (permalink / raw)
  To: openembedded-core
  Cc: Marek Vasut, Changqing Li, Richard Purdie, Steve Sakoman

This pulls in non-bash shell fix for enable/disable command, upstream
commit 8636cf4 ("update-rc.d: Fix enable/disable command"). This way
update-rc.d works with e.g. dash shell again.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Changqing Li <changqing.li@windriver.com>
Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
Cc: Steve Sakoman <steve@sakoman.com>
---
 meta/recipes-core/update-rc.d/update-rc.d_0.8.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb b/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb
index 75632d9434..da716674c3 100644
--- a/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb
+++ b/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb
@@ -7,7 +7,7 @@ LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://update-rc.d;beginline=5;endline=15;md5=d40a07c27f535425934bb5001f2037d9"
 
 SRC_URI = "git://git.yoctoproject.org/update-rc.d"
-SRCREV = "4b150b25b38de688d25cde2b2d22c268ed65a748"
+SRCREV = "8636cf478d426b568c1be11dbd9346f67e03adac"
 
 UPSTREAM_CHECK_COMMITS = "1"
 
-- 
2.30.2


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

* Re: [PATCH][dunfell] update-rc.d: update SRCREV to pull in fix for non-bash shell support
  2021-07-09 18:16 [PATCH][dunfell] update-rc.d: update SRCREV to pull in fix for non-bash shell support Marek Vasut
@ 2021-07-09 18:32 ` Steve Sakoman
  2021-07-09 18:56   ` Marek Vasut
  0 siblings, 1 reply; 3+ messages in thread
From: Steve Sakoman @ 2021-07-09 18:32 UTC (permalink / raw)
  To: Marek Vasut
  Cc: Patches and discussions about the oe-core layer, Changqing Li,
	Richard Purdie

I'll cherry-pick this into dunfell once it hits master.

Steve

On Fri, Jul 9, 2021 at 8:16 AM Marek Vasut <marex@denx.de> wrote:
>
> This pulls in non-bash shell fix for enable/disable command, upstream
> commit 8636cf4 ("update-rc.d: Fix enable/disable command"). This way
> update-rc.d works with e.g. dash shell again.
>
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Changqing Li <changqing.li@windriver.com>
> Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
> Cc: Steve Sakoman <steve@sakoman.com>
> ---
>  meta/recipes-core/update-rc.d/update-rc.d_0.8.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb b/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb
> index 75632d9434..da716674c3 100644
> --- a/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb
> +++ b/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb
> @@ -7,7 +7,7 @@ LICENSE = "GPLv2+"
>  LIC_FILES_CHKSUM = "file://update-rc.d;beginline=5;endline=15;md5=d40a07c27f535425934bb5001f2037d9"
>
>  SRC_URI = "git://git.yoctoproject.org/update-rc.d"
> -SRCREV = "4b150b25b38de688d25cde2b2d22c268ed65a748"
> +SRCREV = "8636cf478d426b568c1be11dbd9346f67e03adac"
>
>  UPSTREAM_CHECK_COMMITS = "1"
>
> --
> 2.30.2
>

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

* Re: [PATCH][dunfell] update-rc.d: update SRCREV to pull in fix for non-bash shell support
  2021-07-09 18:32 ` Steve Sakoman
@ 2021-07-09 18:56   ` Marek Vasut
  0 siblings, 0 replies; 3+ messages in thread
From: Marek Vasut @ 2021-07-09 18:56 UTC (permalink / raw)
  To: Steve Sakoman
  Cc: Patches and discussions about the oe-core layer, Changqing Li,
	Richard Purdie

On 7/9/21 8:32 PM, Steve Sakoman wrote:
> I'll cherry-pick this into dunfell once it hits master.

Thank you

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

end of thread, other threads:[~2021-07-09 18:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-09 18:16 [PATCH][dunfell] update-rc.d: update SRCREV to pull in fix for non-bash shell support Marek Vasut
2021-07-09 18:32 ` Steve Sakoman
2021-07-09 18:56   ` Marek Vasut

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.