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

usbutils: fix recursive LIBUSB Kconfig issue and bump to 0.87



Closes #1699

[Peter: Use BR2_KERNEL_MIRROR]
Signed-off-by: default avatarGustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 137a6ccf
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3,12 +3,13 @@
	Fixes all over the tree.

	Updated/fixed packages: hal, mplayer,
	xdriver_xf86-video-openchrome, usb_modeswitch
	xdriver_xf86-video-openchrome, usb_modeswitch, usbutils

	Issues resolved (http://bugs.uclibc.org):

	#985: Bump usb_modeswitch package to 1.1.0
	#1525: Package hal deletes a whole <target>/etc/rc.d directory
	#1699: Fix usbutils dependencies and bump

2010.05-rc1, Released May 3rd, 2010:

+1 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_USBUTILS
	bool "usbutils"
	select BR2_PACKAGE_LIBUSB
	select BR2_PACKAGE_LIBUSB_COMPAT
	help
	  USB enumeration utilities
+5 −2
Original line number Diff line number Diff line
@@ -4,8 +4,8 @@
#
#############################################################

USBUTILS_VERSION = 0.86
USBUTILS_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/linux-usb/
USBUTILS_VERSION = 0.87
USBUTILS_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/usb/usbutils
USBUTILS_DEPENDENCIES = host-pkg-config libusb-compat

ifeq ($(BR2_PACKAGE_USBUTILS_ZLIB),y)
@@ -24,5 +24,8 @@ ifeq ($(BR2_PACKAGE_USBUTILS_ZLIB),y)
	rm -f $(TARGET_DIR)/usr/share/usb.ids
else
	rm -f $(TARGET_DIR)/usr/share/usb.ids.gz
endif
ifneq ($(BR2_HAVE_DEVFILES),y)
	rm -f $(TARGET_DIR)/usr/bin/libusb-config
endif
	touch $@