|
@@ -4,19 +4,13 @@
|
|
#
|
|
#
|
|
################################################################################
|
|
################################################################################
|
|
|
|
|
|
-IPMIUTIL_VERSION = 3.1.7
|
|
|
|
|
|
+IPMIUTIL_VERSION = 3.1.8
|
|
IPMIUTIL_SITE = https://sourceforge.net/projects/ipmiutil/files
|
|
IPMIUTIL_SITE = https://sourceforge.net/projects/ipmiutil/files
|
|
IPMIUTIL_LICENSE = BSD-3-Clause
|
|
IPMIUTIL_LICENSE = BSD-3-Clause
|
|
IPMIUTIL_LICENSE_FILES = COPYING
|
|
IPMIUTIL_LICENSE_FILES = COPYING
|
|
|
|
|
|
IPMIUTIL_MAKE = $(MAKE1)
|
|
IPMIUTIL_MAKE = $(MAKE1)
|
|
|
|
|
|
-# aclocal.m4 is newer than config.h.in. Touch the latter to avoid autoreconf
|
|
|
|
-define IPMIUTIL_TOUCH_CONFIG_H_IN
|
|
|
|
- touch $(@D)/config.h.in
|
|
|
|
-endef
|
|
|
|
-IPMIUTIL_PRE_CONFIGURE_HOOKS += IPMIUTIL_TOUCH_CONFIG_H_IN
|
|
|
|
-
|
|
|
|
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
|
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
|
# tests against distro libcrypto so it might get a false positive when
|
|
# tests against distro libcrypto so it might get a false positive when
|
|
# the openssl version is old, so force it off
|
|
# the openssl version is old, so force it off
|