cf43e36149
This reverts commit 15c00b9a23
, because
the hashes do not match the upstream tarballs. We need to understand
what happened rather than blindly fixing the hashes.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
453 B
Makefile
14 lines
453 B
Makefile
################################################################################
|
|
#
|
|
# cargo-bin
|
|
#
|
|
################################################################################
|
|
|
|
CARGO_BIN_VERSION = 0.27.0
|
|
CARGO_BIN_SITE = https://static.rust-lang.org/dist
|
|
CARGO_BIN_SOURCE = cargo-$(CARGO_BIN_VERSION)-$(RUSTC_HOST_NAME).tar.xz
|
|
CARGO_BIN_LICENSE = Apache-2.0 or MIT
|
|
CARGO_BIN_LICENSE_FILES = LICENSE-APACHE LICENSE-MIT
|
|
|
|
$(eval $(host-generic-package))
|