Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/package/usbutils
@ 2008-06-18  8:45 jacmet at uclibc.org
  0 siblings, 0 replies; 2+ messages in thread
From: jacmet at uclibc.org @ 2008-06-18  8:45 UTC (permalink / raw)
  To: buildroot

Author: jacmet
Date: 2008-06-18 01:45:12 -0700 (Wed, 18 Jun 2008)
New Revision: 22406

Log:
usbutils: select libusb


Modified:
   trunk/buildroot/package/usbutils/Config.in


Changeset:
Modified: trunk/buildroot/package/usbutils/Config.in
===================================================================
--- trunk/buildroot/package/usbutils/Config.in	2008-06-18 08:32:25 UTC (rev 22405)
+++ trunk/buildroot/package/usbutils/Config.in	2008-06-18 08:45:12 UTC (rev 22406)
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_USBUTILS
 	bool "usbutils"
 	default n
+	select BR2_PACKAGE_LIBUSB
 	help
 	  USB enumeration utilities
 

^ permalink raw reply	[flat|nested] 2+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/usbutils
@ 2007-05-07  3:59 sjhill at uclibc.org
  0 siblings, 0 replies; 2+ messages in thread
From: sjhill at uclibc.org @ 2007-05-07  3:59 UTC (permalink / raw)
  To: buildroot

Author: sjhill
Date: 2007-05-06 20:59:35 -0700 (Sun, 06 May 2007)
New Revision: 18573

Log:
Target binary was incorrect and do a better job of cleaning up.


Modified:
   trunk/buildroot/package/usbutils/usbutils.mk


Changeset:
Modified: trunk/buildroot/package/usbutils/usbutils.mk
===================================================================
--- trunk/buildroot/package/usbutils/usbutils.mk	2007-05-07 03:59:04 UTC (rev 18572)
+++ trunk/buildroot/package/usbutils/usbutils.mk	2007-05-07 03:59:35 UTC (rev 18573)
@@ -9,7 +9,7 @@
 USBUTILS_DIR:=$(BUILD_DIR)/usbutils-$(USBUTILS_VER)
 USBUTILS_CAT:=$(ZCAT)
 USBUTILS_BINARY:=lsusb
-USBUTILS_TARGET_BINARY:=usr/bin/lsusb
+USBUTILS_TARGET_BINARY:=usr/sbin/lsusb
 
 $(DL_DIR)/$(USBUTILS_SOURCE):
 	$(WGET) -P $(DL_DIR) $(USBUTILS_SITE)/$(USBUTILS_SOURCE)
@@ -46,6 +46,8 @@
 
 usbutils-clean:
 	rm -f $(TARGET_DIR)/$(USBUTILS_TARGET_BINARY)
+	rm -f $(TARGET_DIR)/usr/share/usb.ids
+	rmdir --ignore-fail-on-non-empty $(TARGET_DIR)/usr/share
 	-$(MAKE) -C $(USBUTILS_DIR) clean
 
 usbutils-dirclean:

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-06-18  8:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-18  8:45 [Buildroot] svn commit: trunk/buildroot/package/usbutils jacmet at uclibc.org
  -- strict thread matches above, loose matches on Subject: below --
2007-05-07  3:59 sjhill at uclibc.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox