All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/ipmitool: drop ncurses dependency
@ 2022-11-03 16:34 Fabrice Fontaine
  2022-11-03 16:34 ` [Buildroot] [PATCH 2/2] package/ipmitool: fix static build with readline Fabrice Fontaine
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2022-11-03 16:34 UTC (permalink / raw)
  To: buildroot; +Cc: Floris Bos, Heiko Thiery, Fabrice Fontaine

ncurses is not a dependency since bump to version 1.8.19 in commit
8317065ecb4979fe43c466f7e5a7f6dc281bd10d and
https://github.com/ipmitool/ipmitool/commit/63dd71c39c9bf522ad3a785dd001737a285458eb

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/ipmitool/Config.in   | 1 -
 package/ipmitool/ipmitool.mk | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/package/ipmitool/Config.in b/package/ipmitool/Config.in
index f5c79c8403..dbd6483110 100644
--- a/package/ipmitool/Config.in
+++ b/package/ipmitool/Config.in
@@ -32,7 +32,6 @@ config BR2_PACKAGE_IPMITOOL_IPMIEVD
 
 config BR2_PACKAGE_IPMITOOL_IPMISHELL
 	bool "ipmishell"
-	select BR2_PACKAGE_NCURSES
 	select BR2_PACKAGE_READLINE
 	help
 	  IPMI shell interface
diff --git a/package/ipmitool/ipmitool.mk b/package/ipmitool/ipmitool.mk
index 06d50bb6b9..0b8befffcd 100644
--- a/package/ipmitool/ipmitool.mk
+++ b/package/ipmitool/ipmitool.mk
@@ -34,7 +34,7 @@ IPMITOOL_CONF_OPTS += --disable-intf-usb
 endif
 
 ifeq ($(BR2_PACKAGE_IPMITOOL_IPMISHELL),y)
-IPMITOOL_DEPENDENCIES += ncurses readline
+IPMITOOL_DEPENDENCIES += readline
 IPMITOOL_CONF_OPTS += --enable-ipmishell
 else
 IPMITOOL_CONF_OPTS += --disable-ipmishell
-- 
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-11-03 16:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-03 16:34 [Buildroot] [PATCH 1/2] package/ipmitool: drop ncurses dependency Fabrice Fontaine
2022-11-03 16:34 ` [Buildroot] [PATCH 2/2] package/ipmitool: fix static build with readline Fabrice Fontaine

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.