[Buildroot] [PATCH 1/1] package/ipmitool: add freeipmi optional dependency

Yann E. MORIN yann.morin.1998 at free.fr
Sat Jan 15 10:19:29 UTC 2022


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 at 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 at 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.  |
'------------------------------^-------^------------------^--------------------'



More information about the buildroot mailing list