usbutils: bump to version 0.91
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
9ffc2e809c
commit
e3252a0c1a
2
CHANGES
2
CHANGES
@ -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
|
||||
|
||||
|
@ -1,5 +1,9 @@
|
||||
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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user