* [Buildroot] [PATCH 1/1] package/gensio: add openipmi support
@ 2022-07-27 6:46 Fabrice Fontaine
2022-07-27 7:40 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2022-07-27 6:46 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Fabrice Fontaine
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/gensio/gensio.mk | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/package/gensio/gensio.mk b/package/gensio/gensio.mk
index 266ac137a2..b27158c61f 100644
--- a/package/gensio/gensio.mk
+++ b/package/gensio/gensio.mk
@@ -11,10 +11,16 @@ GENSIO_LICENSE_FILES = COPYING.LIB COPYING
GENSIO_INSTALL_STAGING = YES
GENSIO_DEPENDENCIES = $(if $(BR2_PACKAGE_AVAHI_LIBAVAHI_CLIENT),avahi)
GENSIO_CONF_OPTS = \
- --without-openipmi \
--without-swig \
--without-python
+ifeq ($(BR2_PACKAGE_OPENIPMI),y)
+GENSIO_DEPENDENCIES += openipmi
+GENSIO_CONF_OPTS += --with-openipmi
+else
+GENSIO_CONF_OPTS += --without-openipmi
+endif
+
ifeq ($(BR2_PACKAGE_OPENSSL),y)
GENSIO_DEPENDENCIES += host-pkgconf openssl
GENSIO_CONF_OPTS += --with-openssl
--
2.35.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-07-27 7:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-27 6:46 [Buildroot] [PATCH 1/1] package/gensio: add openipmi support Fabrice Fontaine
2022-07-27 7:40 ` Thomas Petazzoni via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox