summaryrefslogtreecommitdiffstats
path: root/package/cargo-bin
Commit message (Collapse)AuthorAgeFilesLines
* cargo-bin: bump version to 0.30.0Eric Le Bihan2018-11-012-7/+10
| | | | | | | | | | Bump version to 0.30.0. The signature of the tarballs have been verified and their hash compared to the upstream reference. Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* Revert "cargo-bin: bump version to 0.30.0"Thomas Petazzoni2018-10-202-7/+7
| | | | | | | | This reverts commit 15c00b9a235d8c087c37c9ad7770f5babbe6348a, 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>
* cargo-bin: bump version to 0.30.0Eric Le Bihan2018-10-202-7/+7
| | | | | Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* cargo-bin: bump version to 0.27.0Eric Le Bihan2018-07-182-7/+7
| | | | | Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* cargo-bin: add hash for powerpc64leFabrice Fontaine2018-06-191-0/+2
| | | | | | | | Fixes: - http://autobuild.buildroot.net/results/1e790bd13745cc0b3f03e6182e700c07d3b8a21c Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* cargo-bin: bump version to 0.26.0Eric Le Bihan2018-05-022-5/+5
| | | | | Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* rustc: use RUSTC_{HOST,TARGET}_NAMEEric Le Bihan2018-02-131-1/+1
| | | | | | | | | | | | | | | utils/check-package complains as follows: package/rustc/rustc.mk:10: possible typo: RUST_TARGET_NAME -> *RUSTC* package/rustc/rustc.mk:18: possible typo: RUST_HOST_NAME -> *RUSTC* As RUST_{HOST,TARGET}_NAME are related to the Rust compiler, it sounds sensible to rename them to RUSTC_{HOST,TARGET}_NAME. So update all rust related packages to use the new variables. Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* cargo-bin: new packageEric Le Bihan2018-02-052-0/+21
This new package fetches a binary version of Cargo, suitable to bootstrap the host variants of the Rust compiler and Cargo, the package manager. Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud