package/ipmitool: drop ncurses dependency
ncurses is not a dependency since bump to version 1.8.19 in commit8317065ecb
and63dd71c39c
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
c07caa732b
commit
1a95fcbebf
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user