All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/openrc: fix post-install-target addition
@ 2020-02-29 18:18 unixmania at gmail.com
  2020-02-29 18:25 ` Yann E. MORIN
  2020-03-14 17:55 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: unixmania at gmail.com @ 2020-02-29 18:18 UTC (permalink / raw
  To: buildroot

From: Carlos Santos <unixmania@gmail.com>

OPENRC_POST_TARGET_INSTALL_HOOKS -> OPENRC_POST_INSTALL_TARGET_HOOKS

Signed-off-by: Carlos Santos <unixmania@gmail.com>
---
 package/openrc/openrc.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/openrc/openrc.mk b/package/openrc/openrc.mk
index 3f6453cef5..289bde4d03 100644
--- a/package/openrc/openrc.mk
+++ b/package/openrc/openrc.mk
@@ -47,7 +47,7 @@ define OPENRC_NO_NET
 	$(RM) $(TARGET_DIR)/etc/init.d/{network,staticroute,loopback}
 	$(RM) $(TARGET_DIR)/etc/conf.d/{network,staticroute,loopback}
 endef
-OPENRC_POST_TARGET_INSTALL_HOOKS += OPENRC_NO_NET
+OPENRC_POST_INSTALL_TARGET_HOOKS += OPENRC_NO_NET
 endif
 
 define OPENRC_REMOVE_UNNEEDED
-- 
2.18.2

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

* [Buildroot] [PATCH] package/openrc: fix post-install-target addition
  2020-02-29 18:18 [Buildroot] [PATCH] package/openrc: fix post-install-target addition unixmania at gmail.com
@ 2020-02-29 18:25 ` Yann E. MORIN
  2020-03-14 17:55 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2020-02-29 18:25 UTC (permalink / raw
  To: buildroot

Carlos, All,

On 2020-02-29 15:18 -0300, unixmania at gmail.com spake thusly:
> From: Carlos Santos <unixmania@gmail.com>
> 
> OPENRC_POST_TARGET_INSTALL_HOOKS -> OPENRC_POST_INSTALL_TARGET_HOOKS
> 
> Signed-off-by: Carlos Santos <unixmania@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/openrc/openrc.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/openrc/openrc.mk b/package/openrc/openrc.mk
> index 3f6453cef5..289bde4d03 100644
> --- a/package/openrc/openrc.mk
> +++ b/package/openrc/openrc.mk
> @@ -47,7 +47,7 @@ define OPENRC_NO_NET
>  	$(RM) $(TARGET_DIR)/etc/init.d/{network,staticroute,loopback}
>  	$(RM) $(TARGET_DIR)/etc/conf.d/{network,staticroute,loopback}
>  endef
> -OPENRC_POST_TARGET_INSTALL_HOOKS += OPENRC_NO_NET
> +OPENRC_POST_INSTALL_TARGET_HOOKS += OPENRC_NO_NET
>  endif
>  
>  define OPENRC_REMOVE_UNNEEDED
> -- 
> 2.18.2
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH] package/openrc: fix post-install-target addition
  2020-02-29 18:18 [Buildroot] [PATCH] package/openrc: fix post-install-target addition unixmania at gmail.com
  2020-02-29 18:25 ` Yann E. MORIN
@ 2020-03-14 17:55 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-03-14 17:55 UTC (permalink / raw
  To: buildroot

>>>>> "unixmania" == unixmania  <unixmania@gmail.com> writes:

 > From: Carlos Santos <unixmania@gmail.com>
 > OPENRC_POST_TARGET_INSTALL_HOOKS -> OPENRC_POST_INSTALL_TARGET_HOOKS

 > Signed-off-by: Carlos Santos <unixmania@gmail.com>

Committed to 2019.11.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-03-14 17:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-29 18:18 [Buildroot] [PATCH] package/openrc: fix post-install-target addition unixmania at gmail.com
2020-02-29 18:25 ` Yann E. MORIN
2020-03-14 17:55 ` Peter Korsgaard

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.