From 30c60206f0973a33c8cdbd1cf59079b22f6ed889 Mon Sep 17 00:00:00 2001 From: Christian Melki Date: Sat, 8 Jan 2022 19:45:13 +0100 Subject: usbutils: Version bump 007 -> 014. Upgrade old usbutils. Usbutils now depends on libudev, add it. Clear out some old configure options. Also, usb.ids are not supplied anymore, but rather supplied by the hwdata package. Thus remove usb.ids installation and make usbutils depend on hwdata-usb files. Signed-off-by: Christian Melki Message-Id: <20220108184518.3774572-3-christian.melki@t2data.com> Signed-off-by: Michael Olbrich --- rules/usbutils.make | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'rules/usbutils.make') diff --git a/rules/usbutils.make b/rules/usbutils.make index 80af5a2bb..d594652ec 100644 --- a/rules/usbutils.make +++ b/rules/usbutils.make @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_USBUTILS) += usbutils # # Paths and names # -USBUTILS_VERSION := 007 -USBUTILS_MD5 := c9df5107ae9d26b10a1736a261250139 +USBUTILS_VERSION := 014 +USBUTILS_MD5 := f21aa68ee7870b161921a590be7765e6 USBUTILS := usbutils-$(USBUTILS_VERSION) USBUTILS_SUFFIX := tar.xz USBUTILS_URL := $(call ptx/mirror, KERNEL, utils/usb/usbutils/$(USBUTILS).$(USBUTILS_SUFFIX)) @@ -36,9 +36,7 @@ USBUTILS_ENV := $(CROSS_ENV) # USBUTILS_AUTOCONF := \ $(CROSS_AUTOCONF_USR) \ - $(GLOBAL_LARGE_FILE_OPTION) \ - --disable-zlib \ - --enable-usbids + $(GLOBAL_LARGE_FILE_OPTION) # ---------------------------------------------------------------------------- # Target-Install @@ -62,7 +60,6 @@ endif ifdef PTXCONF_USBUTILS_USBDEVICES @$(call install_copy, usbutils, 0, 0, 0755, -, /usr/bin/usb-devices) endif - @$(call install_copy, usbutils, 0, 0, 0644, -, /usr/share/usb.ids,n) @$(call install_finish, usbutils) -- cgit v1.2.3