mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Christian Melki <christian.melki@t2data.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] usbutils: Version bump. 017 -> 018
Date: Mon, 11 Nov 2024 22:31:00 +0100	[thread overview]
Message-ID: <20241111213100.420-1-christian.melki@t2data.com> (raw)

Various bugfixes, build system changed to meson.
https://github.com/gregkh/usbutils/blob/v018/NEWS

* Convert to meson, add meson to the dependencies.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/usbutils.in   |  1 +
 rules/usbutils.make | 11 +++++------
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/rules/usbutils.in b/rules/usbutils.in
index 105bb078a..1d4d35c8f 100644
--- a/rules/usbutils.in
+++ b/rules/usbutils.in
@@ -1,6 +1,7 @@
 ## SECTION=shell_and_console
 
 menuconfig USBUTILS
+	select HOST_MESON
 	select LIBUSB
 	select UDEV
 	select UDEV_LIBUDEV
diff --git a/rules/usbutils.make b/rules/usbutils.make
index 1dac53823..3fb627c31 100644
--- a/rules/usbutils.make
+++ b/rules/usbutils.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_USBUTILS) += usbutils
 #
 # Paths and names
 #
-USBUTILS_VERSION	:= 017
-USBUTILS_MD5		:= 8ff21441faf2e8128e4810b3d6e49059
+USBUTILS_VERSION	:= 018
+USBUTILS_MD5		:= 0a351e2241c50a1f026a455dccf24d73
 USBUTILS		:= usbutils-$(USBUTILS_VERSION)
 USBUTILS_SUFFIX		:= tar.xz
 USBUTILS_URL		:= $(call ptx/mirror, KERNEL, utils/usb/usbutils/$(USBUTILS).$(USBUTILS_SUFFIX))
@@ -29,12 +29,11 @@ USBUTILS_LICENSE	:= GPL-2.0-only
 # ----------------------------------------------------------------------------
 
 #
-# autoconf
+# meson
 #
-USBUTILS_CONF_TOOL	:= autoconf
+USBUTILS_CONF_TOOL	:= meson
 USBUTILS_CONF_OPT	:= \
-	$(CROSS_AUTOCONF_USR) \
-	$(GLOBAL_LARGE_FILE_OPTION)
+	$(CROSS_MESON_USR)
 
 # ----------------------------------------------------------------------------
 # Target-Install
-- 
2.34.1




             reply	other threads:[~2024-11-11 21:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-11 21:31 Christian Melki [this message]
2024-11-13 13:19 ` [ptxdist] [APPLIED] " Michael Olbrich

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=20241111213100.420-1-christian.melki@t2data.com \
    --to=christian.melki@t2data.com \
    --cc=ptxdist@pengutronix.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox