diff options
| author | Jörg Krause <joerg.krause@embedded.rocks> | 2016-12-14 09:47:57 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2016-12-14 10:12:25 +0100 |
| commit | 91b8d74c023157b1755f9fa208df3463744c9751 (patch) | |
| tree | ab3a229c5f355325ccb49e143e07f068414a7808 /package/ipmitool/ipmitool.mk | |
| parent | 1df0a05b89ccccee8ba08640426d2bea2c188e65 (diff) | |
| download | buildroot-91b8d74c023157b1755f9fa208df3463744c9751.tar.gz buildroot-91b8d74c023157b1755f9fa208df3463744c9751.zip | |
package/ipmitool: bump version to 1.8.18
Some patches are not necessary anymore as upstream fixed the issues.
As we are not patching configure.ac anymore, there is no need to
autoreconf the package.
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/ipmitool/ipmitool.mk')
| -rw-r--r-- | package/ipmitool/ipmitool.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/package/ipmitool/ipmitool.mk b/package/ipmitool/ipmitool.mk index a24658437b..f4dca736cb 100644 --- a/package/ipmitool/ipmitool.mk +++ b/package/ipmitool/ipmitool.mk @@ -4,15 +4,12 @@ # ################################################################################ -IPMITOOL_VERSION = 1.8.16 +IPMITOOL_VERSION = 1.8.18 IPMITOOL_SOURCE = ipmitool-$(IPMITOOL_VERSION).tar.bz2 IPMITOOL_SITE = http://downloads.sourceforge.net/project/ipmitool/ipmitool/$(IPMITOOL_VERSION) IPMITOOL_LICENSE = BSD-3c IPMITOOL_LICENSE_FILES = COPYING -# Patching configure.ac -IPMITOOL_AUTORECONF = YES - ifeq ($(BR2_PACKAGE_IPMITOOL_LANPLUS),y) IPMITOOL_DEPENDENCIES += openssl IPMITOOL_CONF_OPTS += --enable-intf-lanplus |

