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:
Gustavo Zacarias 2010-12-06 16:45:08 -03:00 committed by Peter Korsgaard
parent 9ffc2e809c
commit e3252a0c1a
3 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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