package/s390-tools: bump to version 2.23.0
Fixes: - https://release-monitoring.org/project/10714/ Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
7e18500201
commit
66416e5a88
@ -1,3 +1,3 @@
|
||||
# Locally computed:
|
||||
sha256 d0f56fe4f6a62dda45ccd87191e42ebfaec82671ff4b96cc2229a7fe240ce072 s390-tools-2.21.0.tar.gz
|
||||
sha256 c04d1f7d7f4c941f19a293188eb6302194cc298171f88a4dc17a08a8001c6c01 s390-tools-2.23.0.tar.gz
|
||||
sha256 cca17a9a944ebec769adee4aebd805c912c357785ff2705a99ffe68563021f75 LICENSE
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
S390_TOOLS_VERSION = 2.21.0
|
||||
S390_TOOLS_VERSION = 2.23.0
|
||||
S390_TOOLS_SITE = $(call github,ibm-s390-linux,s390-tools,v$(S390_TOOLS_VERSION))
|
||||
S390_TOOLS_LICENSE = MIT
|
||||
S390_TOOLS_LICENSE_FILES = LICENSE
|
||||
@ -93,6 +93,20 @@ else
|
||||
S390_TOOLS_MAKE_OPTS += HAVE_SNMP=0
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBLOCKFILE),y)
|
||||
S390_TOOLS_DEPENDENCIES += liblockfile
|
||||
S390_TOOLS_MAKE_OPTS += HAVE_LOCKFILE=1
|
||||
else
|
||||
S390_TOOLS_MAKE_OPTS += HAVE_LOCKFILE=0
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_HAS_UDEV),y)
|
||||
S390_TOOLS_DEPENDENCIES += udev
|
||||
S390_TOOLS_MAKE_OPTS += HAVE_LIBUDEV=1
|
||||
else
|
||||
S390_TOOLS_MAKE_OPTS += HAVE_LIBUDEV=0
|
||||
endif
|
||||
|
||||
define S390_TOOLS_BUILD_CMDS
|
||||
$(TARGET_MAKE_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) \
|
||||
$(S390_TOOLS_MAKE_OPTS)
|
||||
|
Loading…
Reference in New Issue
Block a user