mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/ipmitool: drop ncurses dependency
ncurses is not a dependency since bump to version 1.8.19 in commit8317065ecband63dd71c39cSigned-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
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
|
||||
|
||||
Reference in New Issue
Block a user