package/ipmiutil: bump to version 3.1.8
Drop IPMIUTIL_TOUCH_CONFIG_H_IN as aclocal.m4 is not newer than config.h.in anymore https://sourceforge.net/p/ipmiutil/news/2021/11/ipmiutil-318-is-released Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
cdc2a52a0f
commit
6a11646968
package/ipmiutil
@ -1,6 +1,6 @@
|
||||
# From https://sourceforge.net/projects/ipmiutil/files/
|
||||
md5 fab260bc834a0f3f9324a6365fc26eca ipmiutil-3.1.7.tar.gz
|
||||
sha1 a0cd29820b15166120eb4a51e6239bfa6f9c65dd ipmiutil-3.1.7.tar.gz
|
||||
md5 b38ef567b6bb8a24418e448f23115190 ipmiutil-3.1.8.tar.gz
|
||||
sha1 0697fc2342c55ba4374e31dcd38e58a00d1287e8 ipmiutil-3.1.8.tar.gz
|
||||
# Locally computed
|
||||
sha256 911fd6f8b33651b98863d57e678d2fc593bc43fcd2a21f5dc7d5db8f92128a9a ipmiutil-3.1.7.tar.gz
|
||||
sha256 b14357b9723e38a19c24df2771cff63d5f15f8682cd8a5b47235044b767b1888 ipmiutil-3.1.8.tar.gz
|
||||
sha256 7e0ec8238aa1431e95a4950032a4483fe33fec3fac348eaade5856cdc5ae3e39 COPYING
|
||||
|
@ -4,19 +4,13 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
IPMIUTIL_VERSION = 3.1.7
|
||||
IPMIUTIL_VERSION = 3.1.8
|
||||
IPMIUTIL_SITE = https://sourceforge.net/projects/ipmiutil/files
|
||||
IPMIUTIL_LICENSE = BSD-3-Clause
|
||||
IPMIUTIL_LICENSE_FILES = COPYING
|
||||
|
||||
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)
|
||||
# tests against distro libcrypto so it might get a false positive when
|
||||
# the openssl version is old, so force it off
|
||||
|
Loading…
Reference in New Issue
Block a user