Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/6] Cargo virtual and Rust 1.38.0
@ 2019-09-29 17:16 Eric Le Bihan
  2019-09-29 17:16 ` [Buildroot] [PATCH 1/6] package/cargo: convert to virtual package Eric Le Bihan
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Eric Le Bihan @ 2019-09-29 17:16 UTC (permalink / raw)
  To: buildroot

Cargo source code is not provided anymore as a separate tarball but is now
built along with the Rust compiler.

This patch series converts cargo to a virtual package and declare cargo-bin
and rust are providers. Versions for each package are also bumped to latest
ones.

Eric Le Bihan (6):
  package/cargo: convert to virtual package
  package/cargo-bin: declare as cargo provider
  package/rust: declare as cargo provider
  package/cargo-bin: bump version to 0.38.0
  package/rust-bin: bump version to 1.38.0
  package/rust: bump version to 1.38.0

 package/cargo-bin/cargo-bin.hash              |  18 +-
 package/cargo-bin/cargo-bin.mk                |  10 +-
 package/cargo/Config.in.host                  |  38 ++-
 package/cargo/cargo.mk                        |  79 +-----
 package/rust-bin/rust-bin.hash                |  90 +++---
 package/rust-bin/rust-bin.mk                  |   2 +-
 ...esence-of-LLVM-library-in-stage0-lib.patch | 264 ------------------
 ...disabling-deny-warnings-for-bootstra.patch | 116 ++++++++
 package/rust/rust.hash                        |   6 +-
 package/rust/rust.mk                          |  26 +-
 10 files changed, 245 insertions(+), 404 deletions(-)
 delete mode 100644 package/rust/0001-Workaround-presence-of-LLVM-library-in-stage0-lib.patch
 create mode 100644 package/rust/0001-rustbuild-allow-disabling-deny-warnings-for-bootstra.patch

--
2.21.0

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2019-11-05 20:48 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-29 17:16 [Buildroot] [PATCH 0/6] Cargo virtual and Rust 1.38.0 Eric Le Bihan
2019-09-29 17:16 ` [Buildroot] [PATCH 1/6] package/cargo: convert to virtual package Eric Le Bihan
2019-10-01 23:33   ` Sam Voss
2019-10-03 19:06     ` Sam Voss
2019-09-29 17:16 ` [Buildroot] [PATCH 2/6] package/cargo-bin: declare as cargo provider Eric Le Bihan
2019-09-29 17:16 ` [Buildroot] [PATCH 3/6] package/rust: " Eric Le Bihan
2019-09-29 17:16 ` [Buildroot] [PATCH 4/6] package/cargo-bin: bump version to 0.38.0 Eric Le Bihan
2019-09-29 17:16 ` [Buildroot] [PATCH 5/6] package/rust-bin: bump version to 1.38.0 Eric Le Bihan
2019-09-29 17:16 ` [Buildroot] [PATCH 6/6] package/rust: " Eric Le Bihan
2019-09-29 19:22 ` [Buildroot] [PATCH 0/6] Cargo virtual and Rust 1.38.0 Arnout Vandecappelle
2019-10-05 16:06   ` Eric Le Bihan
2019-10-08 21:17     ` Arnout Vandecappelle
2019-10-27 22:19       ` Arnout Vandecappelle
2019-11-05 20:48         ` Eric Le Bihan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox