From: unixmania at gmail.com <unixmania@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/procps-ng: add PROCPS_NG_INSTALL_INIT_OPENRC
Date: Thu, 5 Mar 2020 07:55:21 -0300 [thread overview]
Message-ID: <20200305105521.26501-1-unixmania@gmail.com> (raw)
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
next reply other threads:[~2020-03-05 10:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-05 10:55 unixmania at gmail.com [this message]
2020-04-19 21:17 ` [Buildroot] [PATCH] package/procps-ng: add PROCPS_NG_INSTALL_INIT_OPENRC Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200305105521.26501-1-unixmania@gmail.com \
--to=unixmania@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox