* [Buildroot] [PATCH] usbutils: bump to version 0.91
@ 2010-12-06 19:45 Gustavo Zacarias
2010-12-09 21:40 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2010-12-06 19:45 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/usbutils/Config.in | 4 ++++
package/usbutils/usbutils.mk | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/package/usbutils/Config.in b/package/usbutils/Config.in
index 4273252..0aabc4a 100644
--- a/package/usbutils/Config.in
+++ b/package/usbutils/Config.in
@@ -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
diff --git a/package/usbutils/usbutils.mk b/package/usbutils/usbutils.mk
index 508ca0d..46c889e 100644
--- a/package/usbutils/usbutils.mk
+++ b/package/usbutils/usbutils.mk
@@ -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
--
1.7.2.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-12-09 21:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-06 19:45 [Buildroot] [PATCH] usbutils: bump to version 0.91 Gustavo Zacarias
2010-12-09 21:40 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox