All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Egorenkov <egorenar@linux.ibm.com>
To: buildroot@buildroot.org
Subject: [Buildroot] [PATCH 1/1] package/s390-tools: bump to version 2.23.0
Date: Mon, 22 Aug 2022 08:18:46 +0200	[thread overview]
Message-ID: <20220822061846.81613-1-egorenar@linux.ibm.com> (raw)

Fixes:
- https://release-monitoring.org/project/10714/

Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com>
---
 package/s390-tools/s390-tools.hash |  2 +-
 package/s390-tools/s390-tools.mk   | 16 +++++++++++++++-
 2 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/package/s390-tools/s390-tools.hash b/package/s390-tools/s390-tools.hash
index dc9209856b00..f74695b81df8 100644
--- a/package/s390-tools/s390-tools.hash
+++ b/package/s390-tools/s390-tools.hash
@@ -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
diff --git a/package/s390-tools/s390-tools.mk b/package/s390-tools/s390-tools.mk
index f38110079282..99fc669ce72e 100644
--- a/package/s390-tools/s390-tools.mk
+++ b/package/s390-tools/s390-tools.mk
@@ -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)
-- 
2.37.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

             reply	other threads:[~2022-08-22  6:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-22  6:18 Alexander Egorenkov [this message]
2022-08-23 19:28 ` [Buildroot] [PATCH 1/1] package/s390-tools: bump to version 2.23.0 Thomas Petazzoni via buildroot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220822061846.81613-1-egorenar@linux.ibm.com \
    --to=egorenar@linux.ibm.com \
    --cc=buildroot@buildroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.