All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/ipmitool: add freeipmi optional dependency
@ 2022-01-14 21:45 Fabrice Fontaine
  2022-01-15 10:19 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2022-01-14 21:45 UTC (permalink / raw)
  To: buildroot; +Cc: Floris Bos, Heiko Thiery, Fabrice Fontaine

freeipmi is an optional dependency which is enabled by default

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

diff --git a/package/ipmitool/ipmitool.mk b/package/ipmitool/ipmitool.mk
index facd97a0b8..801f1ea6b0 100644
--- a/package/ipmitool/ipmitool.mk
+++ b/package/ipmitool/ipmitool.mk
@@ -19,6 +19,13 @@ IPMITOOL_CPE_ID_VENDOR = ipmitool_project
 # 0013-fru-sdr-Fix-id_string-buffer-overflows.patch
 IPMITOOL_IGNORE_CVES += CVE-2020-5208
 
+ifeq ($(BR2_PACKAGE_FREEIPMI),y)
+IPMITOOL_DEPENDENCIES += freeipmi
+IPMITOOL_CONF_OPTS += --enable-intf-free
+else
+IPMITOOL_CONF_OPTS += --disable-intf-free
+endif
+
 ifeq ($(BR2_PACKAGE_IPMITOOL_LANPLUS),y)
 IPMITOOL_DEPENDENCIES += openssl
 IPMITOOL_CONF_OPTS += --enable-intf-lanplus
-- 
2.34.1

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

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

* Re: [Buildroot] [PATCH 1/1] package/ipmitool: add freeipmi optional dependency
  2022-01-14 21:45 [Buildroot] [PATCH 1/1] package/ipmitool: add freeipmi optional dependency Fabrice Fontaine
@ 2022-01-15 10:19 ` Yann E. MORIN
  0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2022-01-15 10:19 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Floris Bos, Heiko Thiery, buildroot

Fabrice, All,

On 2022-01-14 22:45 +0100, Fabrice Fontaine spake thusly:
> freeipmi is an optional dependency which is enabled by default
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/ipmitool/ipmitool.mk | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/package/ipmitool/ipmitool.mk b/package/ipmitool/ipmitool.mk
> index facd97a0b8..801f1ea6b0 100644
> --- a/package/ipmitool/ipmitool.mk
> +++ b/package/ipmitool/ipmitool.mk
> @@ -19,6 +19,13 @@ IPMITOOL_CPE_ID_VENDOR = ipmitool_project
>  # 0013-fru-sdr-Fix-id_string-buffer-overflows.patch
>  IPMITOOL_IGNORE_CVES += CVE-2020-5208
>  
> +ifeq ($(BR2_PACKAGE_FREEIPMI),y)
> +IPMITOOL_DEPENDENCIES += freeipmi
> +IPMITOOL_CONF_OPTS += --enable-intf-free
> +else
> +IPMITOOL_CONF_OPTS += --disable-intf-free
> +endif
> +
>  ifeq ($(BR2_PACKAGE_IPMITOOL_LANPLUS),y)
>  IPMITOOL_DEPENDENCIES += openssl
>  IPMITOOL_CONF_OPTS += --enable-intf-lanplus
> -- 
> 2.34.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/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.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-01-15 10:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-14 21:45 [Buildroot] [PATCH 1/1] package/ipmitool: add freeipmi optional dependency Fabrice Fontaine
2022-01-15 10:19 ` Yann E. MORIN

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.