mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
usbutils: bump to version 002
Bump to version 002, no longer needs libusb-compat Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
20c32937a7
commit
49b6be29b0
@ -5,7 +5,6 @@ config BR2_PACKAGE_USBUTILS
|
|||||||
bool "usbutils"
|
bool "usbutils"
|
||||||
depends on BR2_PROGRAM_INVOCATION
|
depends on BR2_PROGRAM_INVOCATION
|
||||||
select BR2_PACKAGE_LIBUSB
|
select BR2_PACKAGE_LIBUSB
|
||||||
select BR2_PACKAGE_LIBUSB_COMPAT
|
|
||||||
help
|
help
|
||||||
USB enumeration utilities
|
USB enumeration utilities
|
||||||
|
|
||||||
|
@ -4,9 +4,9 @@
|
|||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
|
|
||||||
USBUTILS_VERSION = 0.91
|
USBUTILS_VERSION = 002
|
||||||
USBUTILS_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/usb/usbutils
|
USBUTILS_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/usb/usbutils
|
||||||
USBUTILS_DEPENDENCIES = host-pkg-config libusb-compat
|
USBUTILS_DEPENDENCIES = host-pkg-config libusb
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_USBUTILS_ZLIB),y)
|
ifeq ($(BR2_PACKAGE_USBUTILS_ZLIB),y)
|
||||||
USBUTILS_DEPENDENCIES += zlib
|
USBUTILS_DEPENDENCIES += zlib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user