Ccache support reworked. Now used for both host and target
compilation, and cache is stored in ~/.buildroot-ccache.
- Updated/fixed packages: cloop, m4, openssh, qt, xz
+ Updated/fixed packages: cloop, m4, openssh, qt, usbutils, xz
New packages: dhrystone, lsuio, rsh-redone, whetstone
+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
#
#############################################################
-USBUTILS_VERSION = 0.90
+USBUTILS_VERSION = 0.91
USBUTILS_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/usb/usbutils
USBUTILS_DEPENDENCIES = host-pkg-config libusb-compat