buildroot/package/openipmi/Config.in
Baruch Siach c63dc23b87 package/openipmi: bump to version 2.0.27
Bundled editline has been removed; readline is a mandatory dependency
now.

Add patch fixing build with editline is not installed.

Add license files hashes.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-08-17 14:49:41 +02:00

20 lines
647 B
Plaintext

config BR2_PACKAGE_OPENIPMI
bool "openipmi"
depends on BR2_USE_MMU # fork()
depends on !BR2_STATIC_LIBS # dlopen()
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
select BR2_PACKAGE_POPT
select BR2_PACKAGE_NCURSES
select BR2_PACKAGE_READLINE
help
IPMI allows remote monitoring and remote management of
devices. OpenIPMI provides a library and command line tools
to interact with IPMI enabled devices. OpenIPMI also provides
an IPMI BMC simulator.
http://openipmi.sourceforge.net
comment "openipmi needs a toolchain w/ dynamic library, NPTL"
depends on BR2_USE_MMU
depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS_NPTL