package/ipmitool: drop ncurses dependency

ncurses is not a dependency since bump to version 1.8.19 in commit
8317065ecb and
63dd71c39c

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Fabrice Fontaine 2022-11-03 17:34:55 +01:00 committed by Thomas Petazzoni
parent c07caa732b
commit 1a95fcbebf
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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