summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2015-09-09 23:02:18 +0200
committerPeter Korsgaard <peter@korsgaard.com>2015-09-09 23:02:18 +0200
commit838fdfda5a30779a2770a97a49417192005c6c37 (patch)
tree8b4d88e1db76c3370e7232acc460dee1aa169155
parentc8a4c08571b99ead2fb1d9f1cb9c3307511070a2 (diff)
downloadbuildroot-838fdfda5a30779a2770a97a49417192005c6c37.tar.gz
buildroot-838fdfda5a30779a2770a97a49417192005c6c37.zip
sunxi-tools: bump version
Among other changes brings A23/A33/A83T/H3 support. The makefile uses pkg-config to find libusb, so ensure that is available. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/sunxi-tools/sunxi-tools.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/sunxi-tools/sunxi-tools.mk b/package/sunxi-tools/sunxi-tools.mk
index 2dfd4961f9..049af9bf31 100644
--- a/package/sunxi-tools/sunxi-tools.mk
+++ b/package/sunxi-tools/sunxi-tools.mk
@@ -4,11 +4,11 @@
#
################################################################################
-SUNXI_TOOLS_VERSION = v1.2
+SUNXI_TOOLS_VERSION = 82b9c656868d99553f11b1c8853ca808c7ce41ae
SUNXI_TOOLS_SITE = $(call github,linux-sunxi,sunxi-tools,$(SUNXI_TOOLS_VERSION))
SUNXI_TOOLS_LICENSE = GPLv2+
SUNXI_TOOLS_LICENSE_FILES = COPYING
-HOST_SUNXI_TOOLS_DEPENDENCIES = host-libusb
+HOST_SUNXI_TOOLS_DEPENDENCIES = host-libusb host-pkgconf
FEX2BIN = $(HOST_DIR)/usr/bin/fex2bin
define HOST_SUNXI_TOOLS_BUILD_CMDS
OpenPOWER on IntegriCloud