mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
sunxi-tools: fix github tarball to use commit id
Signed-off-by: Spenser Gilliland <spenser@gillilanding.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
8ad0ab6e16
commit
63c39b52ce
@@ -5,7 +5,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
SUNXI_TOOLS_VERSION = 3a94e721dd8d1e13d0b25da0a83463891e8e9ee0
|
SUNXI_TOOLS_VERSION = 3a94e721dd8d1e13d0b25da0a83463891e8e9ee0
|
||||||
SUNXI_TOOLS_SITE = http://github.com/linux-sunxi/sunxi-tools/tarball/master
|
SUNXI_TOOLS_SITE = http://github.com/linux-sunxi/sunxi-tools/tarball/$(SUNXI_TOOLS_VERSION)
|
||||||
SUNXI_TOOLS_LICENSE = GPLv2+
|
SUNXI_TOOLS_LICENSE = GPLv2+
|
||||||
SUNXI_TOOLS_LICENSE_FILES = COPYING
|
SUNXI_TOOLS_LICENSE_FILES = COPYING
|
||||||
HOST_SUNXI_TOOLS_DEPENDENCIES = host-libusb
|
HOST_SUNXI_TOOLS_DEPENDENCIES = host-libusb
|
||||||
|
|||||||
Reference in New Issue
Block a user