1 ################################################################################
5 ################################################################################
7 IPMITOOL_VERSION
= 1.8.16
8 IPMITOOL_SOURCE
= ipmitool-
$(IPMITOOL_VERSION
).
tar.bz2
9 IPMITOOL_SITE
= http
://downloads.sourceforge.net
/project
/ipmitool
/ipmitool
/$(IPMITOOL_VERSION
)
10 IPMITOOL_LICENSE
= BSD-3c
11 IPMITOOL_LICENSE_FILES
= COPYING
13 # Patching configure.ac
14 IPMITOOL_AUTORECONF
= YES
16 ifeq ($(BR2_PACKAGE_IPMITOOL_LANPLUS
),y
)
17 IPMITOOL_DEPENDENCIES
+= openssl
18 IPMITOOL_CONF_OPTS
+= --enable-intf-lanplus
20 IPMITOOL_CONF_OPTS
+= --disable-intf-lanplus
23 ifeq ($(BR2_PACKAGE_IPMITOOL_IPMISHELL
),y
)
24 IPMITOOL_DEPENDENCIES
+= ncurses readline
25 IPMITOOL_CONF_OPTS
+= --enable-ipmishell
27 IPMITOOL_CONF_OPTS
+= --disable-ipmishell
30 ifeq ($(BR2_PACKAGE_IPMITOOL_IPMIEVD
),)
31 define IPMITOOL_REMOVE_IPMIEVD
32 $(RM
) -f
$(TARGET_DIR
)/usr
/sbin
/ipmievd
34 IPMITOOL_POST_INSTALL_TARGET_HOOKS
+= IPMITOOL_REMOVE_IPMIEVD
37 $(eval
$(autotools-package
))