summaryrefslogtreecommitdiffstats
path: root/DEVELOPERS
diff options
context:
space:
mode:
authorEric Le Bihan <eric.le.bihan.dev@free.fr>2018-02-04 19:07:47 +0100
committerPeter Korsgaard <peter@korsgaard.com>2018-02-05 14:57:48 +0100
commit990a7d14cfcd4773c0826f12770afa3a2b7f4275 (patch)
tree963221ae95de1f6bb413d00c88a5227530779dfd /DEVELOPERS
parent736e0fc5d6103300fb5d6b0cde5e22ce978b8a80 (diff)
downloadbuildroot-990a7d14cfcd4773c0826f12770afa3a2b7f4275.tar.gz
buildroot-990a7d14cfcd4773c0826f12770afa3a2b7f4275.zip
cargo: new package
This new package provides Cargo, the Rust official package manager. Cargo is written in Rust and uses Cargo as its build system. It also depends on other Rust packages. Normally, a previously installed version of Cargo would be used to: 1. Fetch the dependencies. 2. Build the new version of Cargo, using the available Rust compiler. But the fetching step prevents offline builds. So instead two features of Cargo are leveraged: vendoring [1] and local registry. First, a tarball of the build dependencies generated using `cargo vendor` is fetched along with Cargo source code. Then, the build process is as follows: 1. The tarball of the build dependencies is uncompressed in a local registry. 2. A snapshot of Cargo, provided by cargo-bin, builds the final version of Cargo. 3. A configuration file telling Cargo how to cross-compile programs for the target is generated and installed. Currently, only the host variant is provided. [1] https://github.com/alexcrichton/cargo-vendor [Peter: use src.fedoraproject.org, fix comment] Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'DEVELOPERS')
-rw-r--r--DEVELOPERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/DEVELOPERS b/DEVELOPERS
index 0e041d6f40..c524cb6ac5 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -542,6 +542,7 @@ N: Eric Le Bihan <eric.le.bihan.dev@free.fr>
F: docs/manual/adding-packages-meson.txt
F: package/adwaita-icon-theme/
F: package/cargo-bin/
+F: package/cargo/
F: package/darkhttpd/
F: package/eudev/
F: package/execline/
OpenPOWER on IntegriCloud