Commit e3252a0c authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Peter Korsgaard
Browse files

usbutils: bump to version 0.91

parent 9ffc2e80
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
	Ccache support reworked. Now used for both host and target
	compilation, and cache is stored in ~/.buildroot-ccache.

	Updated/fixed packages: cloop, m4, openssh, qt, xz
	Updated/fixed packages: cloop, m4, openssh, qt, usbutils, xz

	New packages: dhrystone, lsuio, rsh-redone, whetstone

+4 −0
Original line number Diff line number Diff line
comment "usbutils requires a toolchain with PROGRAM_INVOCATION support"
	depends on !BR2_PROGRAM_INVOCATION

config BR2_PACKAGE_USBUTILS
	bool "usbutils"
	depends on BR2_PROGRAM_INVOCATION
	select BR2_PACKAGE_LIBUSB
	select BR2_PACKAGE_LIBUSB_COMPAT
	help
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
#
#############################################################

USBUTILS_VERSION = 0.90
USBUTILS_VERSION = 0.91
USBUTILS_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/usb/usbutils
USBUTILS_DEPENDENCIES = host-pkg-config libusb-compat