mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 16:37:43 +00:00
usbutils: fix recursive LIBUSB Kconfig issue and bump to 0.87
Closes #1699 [Peter: Use BR2_KERNEL_MIRROR] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
137a6ccf5a
commit
dfb503937d
3
CHANGES
3
CHANGES
@ -3,12 +3,13 @@
|
|||||||
Fixes all over the tree.
|
Fixes all over the tree.
|
||||||
|
|
||||||
Updated/fixed packages: hal, mplayer,
|
Updated/fixed packages: hal, mplayer,
|
||||||
xdriver_xf86-video-openchrome, usb_modeswitch
|
xdriver_xf86-video-openchrome, usb_modeswitch, usbutils
|
||||||
|
|
||||||
Issues resolved (http://bugs.uclibc.org):
|
Issues resolved (http://bugs.uclibc.org):
|
||||||
|
|
||||||
#985: Bump usb_modeswitch package to 1.1.0
|
#985: Bump usb_modeswitch package to 1.1.0
|
||||||
#1525: Package hal deletes a whole <target>/etc/rc.d directory
|
#1525: Package hal deletes a whole <target>/etc/rc.d directory
|
||||||
|
#1699: Fix usbutils dependencies and bump
|
||||||
|
|
||||||
2010.05-rc1, Released May 3rd, 2010:
|
2010.05-rc1, Released May 3rd, 2010:
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_USBUTILS
|
config BR2_PACKAGE_USBUTILS
|
||||||
bool "usbutils"
|
bool "usbutils"
|
||||||
|
select BR2_PACKAGE_LIBUSB
|
||||||
select BR2_PACKAGE_LIBUSB_COMPAT
|
select BR2_PACKAGE_LIBUSB_COMPAT
|
||||||
help
|
help
|
||||||
USB enumeration utilities
|
USB enumeration utilities
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
|
|
||||||
USBUTILS_VERSION = 0.86
|
USBUTILS_VERSION = 0.87
|
||||||
USBUTILS_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/linux-usb/
|
USBUTILS_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/usb/usbutils
|
||||||
USBUTILS_DEPENDENCIES = host-pkg-config libusb-compat
|
USBUTILS_DEPENDENCIES = host-pkg-config libusb-compat
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_USBUTILS_ZLIB),y)
|
ifeq ($(BR2_PACKAGE_USBUTILS_ZLIB),y)
|
||||||
@ -24,5 +24,8 @@ ifeq ($(BR2_PACKAGE_USBUTILS_ZLIB),y)
|
|||||||
rm -f $(TARGET_DIR)/usr/share/usb.ids
|
rm -f $(TARGET_DIR)/usr/share/usb.ids
|
||||||
else
|
else
|
||||||
rm -f $(TARGET_DIR)/usr/share/usb.ids.gz
|
rm -f $(TARGET_DIR)/usr/share/usb.ids.gz
|
||||||
|
endif
|
||||||
|
ifneq ($(BR2_HAVE_DEVFILES),y)
|
||||||
|
rm -f $(TARGET_DIR)/usr/bin/libusb-config
|
||||||
endif
|
endif
|
||||||
touch $@
|
touch $@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user