All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/procps-ng: add PROCPS_NG_INSTALL_INIT_OPENRC
@ 2020-03-05 10:55 unixmania at gmail.com
  2020-04-19 21:17 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: unixmania at gmail.com @ 2020-03-05 10:55 UTC (permalink / raw)
  To: buildroot

From: Carlos Santos <unixmania@gmail.com>

Avoid installing S02sysctl, since openrc provides /etc/init.d/sysctl.

Signed-off-by: Carlos Santos <unixmania@gmail.com>
---
 package/procps-ng/procps-ng.mk | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/package/procps-ng/procps-ng.mk b/package/procps-ng/procps-ng.mk
index 6a41e9b322..5bafc7ee97 100644
--- a/package/procps-ng/procps-ng.mk
+++ b/package/procps-ng/procps-ng.mk
@@ -44,6 +44,11 @@ ifeq ($(BR2_STATIC_LIBS),y)
 PROCPS_NG_CONF_OPTS += --disable-numa
 endif
 
+# Avoid installing S02sysctl, since openrc provides /etc/init.d/sysctl.
+define PROCPS_NG_INSTALL_INIT_OPENRC
+	@:
+endef
+
 define PROCPS_NG_INSTALL_INIT_SYSV
 	$(INSTALL) -D -m 755 package/procps-ng/S02sysctl \
 		$(TARGET_DIR)/etc/init.d/S02sysctl
-- 
2.18.2

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

* [Buildroot] [PATCH] package/procps-ng: add PROCPS_NG_INSTALL_INIT_OPENRC
  2020-03-05 10:55 [Buildroot] [PATCH] package/procps-ng: add PROCPS_NG_INSTALL_INIT_OPENRC unixmania at gmail.com
@ 2020-04-19 21:17 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2020-04-19 21:17 UTC (permalink / raw)
  To: buildroot

On Thu,  5 Mar 2020 07:55:21 -0300
unixmania at gmail.com wrote:

> From: Carlos Santos <unixmania@gmail.com>
> 
> Avoid installing S02sysctl, since openrc provides /etc/init.d/sysctl.
> 
> Signed-off-by: Carlos Santos <unixmania@gmail.com>
> ---
>  package/procps-ng/procps-ng.mk | 5 +++++
>  1 file changed, 5 insertions(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2020-04-19 21:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-05 10:55 [Buildroot] [PATCH] package/procps-ng: add PROCPS_NG_INSTALL_INIT_OPENRC unixmania at gmail.com
2020-04-19 21:17 ` Thomas Petazzoni

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.