Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/netdata: add freeipmi optional dependency
@ 2022-07-27  6:54 Fabrice Fontaine
  2022-07-27  7:40 ` Thomas Petazzoni via buildroot
  2022-08-29 11:35 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2022-07-27  6:54 UTC (permalink / raw)
  To: buildroot; +Cc: Marcin Niestroj, Fabrice Fontaine

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/netdata/netdata.mk | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/package/netdata/netdata.mk b/package/netdata/netdata.mk
index 9e661f4943..4bc573df59 100644
--- a/package/netdata/netdata.mk
+++ b/package/netdata/netdata.mk
@@ -36,6 +36,13 @@ else
 NETDATA_CONF_OPTS += --disable-plugin-cups
 endif
 
+ifeq ($(BR2_PACKAGE_FREEIPMI),y)
+NETDATA_CONF_OPTS += --enable-plugin-freeipmi
+NETDATA_DEPENDENCIES += freeipmi
+else
+NETDATA_CONF_OPTS += --disable-plugin-freeipmi
+endif
+
 ifeq ($(BR2_PACKAGE_JSON_C),y)
 NETDATA_CONF_OPTS += --enable-jsonc
 NETDATA_DEPENDENCIES += json-c
-- 
2.35.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/netdata: add freeipmi optional dependency
  2022-07-27  6:54 [Buildroot] [PATCH 1/1] package/netdata: add freeipmi optional dependency Fabrice Fontaine
@ 2022-07-27  7:40 ` Thomas Petazzoni via buildroot
  2022-08-29 11:35 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-07-27  7:40 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Marcin Niestroj, buildroot

On Wed, 27 Jul 2022 08:54:09 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/netdata/netdata.mk | 7 +++++++
>  1 file changed, 7 insertions(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/netdata: add freeipmi optional dependency
  2022-07-27  6:54 [Buildroot] [PATCH 1/1] package/netdata: add freeipmi optional dependency Fabrice Fontaine
  2022-07-27  7:40 ` Thomas Petazzoni via buildroot
@ 2022-08-29 11:35 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-08-29 11:35 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Marcin Niestroj, buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2022.05.x and 2022.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-08-29 11:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-27  6:54 [Buildroot] [PATCH 1/1] package/netdata: add freeipmi optional dependency Fabrice Fontaine
2022-07-27  7:40 ` Thomas Petazzoni via buildroot
2022-08-29 11:35 ` Peter Korsgaard

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