cargo: update to 0.10.0
This notably adds support for the RUSTFLAGS environment variable. Signed-off-by: Tyler Hall <tylerwhall@gmail.com>
This commit is contained in:
@@ -6,8 +6,8 @@ SRC_URI += " \
|
|||||||
file://0001-disable-cargo-snapshot-fetch.patch \
|
file://0001-disable-cargo-snapshot-fetch.patch \
|
||||||
git://github.com/rust-lang/rust-installer.git;protocol=https;name=rust-installer;destsuffix=${BP}/src/rust-installer \
|
git://github.com/rust-lang/rust-installer.git;protocol=https;name=rust-installer;destsuffix=${BP}/src/rust-installer \
|
||||||
"
|
"
|
||||||
SRC_URI[cargo.md5sum] = "c3002e297f125ad40b2e0279219163bc"
|
SRC_URI[cargo.md5sum] = "98ab2a422634d447152380898a974b08"
|
||||||
SRC_URI[cargo.sha256sum] = "4cadc436be442505851f3a8e9ffff1ef10b6379101a7f8e0afa9fa80f5198f89"
|
SRC_URI[cargo.sha256sum] = "1e73c038681fe308195427b71322a6350c65d3b8cbea199e45c7b672b4754e0e"
|
||||||
|
|
||||||
SRCREV_rust-installer = "c37d3747da75c280237dc2d6b925078e69555499"
|
SRCREV_rust-installer = "c37d3747da75c280237dc2d6b925078e69555499"
|
||||||
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
From 9652ddba460f30e83f401ab1564656e7787bdea9 Mon Sep 17 00:00:00 2001
|
From 7ae8ea6523c943cc819eadea011ce4f783e40764 Mon Sep 17 00:00:00 2001
|
||||||
From: Cody P Schafer <dev@codyps.com>
|
From: Cody P Schafer <dev@codyps.com>
|
||||||
Date: Wed, 3 Feb 2016 15:59:48 -0500
|
Date: Wed, 3 Feb 2016 15:59:48 -0500
|
||||||
Subject: [PATCH] disable cargo snapshot fetch
|
Subject: [PATCH] disable cargo snapshot fetch
|
||||||
@@ -8,20 +8,20 @@ Subject: [PATCH] disable cargo snapshot fetch
|
|||||||
1 file changed, 4 deletions(-)
|
1 file changed, 4 deletions(-)
|
||||||
|
|
||||||
diff --git a/Makefile.in b/Makefile.in
|
diff --git a/Makefile.in b/Makefile.in
|
||||||
index 286a593..9c66486 100644
|
index fadcb4b..a8da630 100644
|
||||||
--- a/Makefile.in
|
--- a/Makefile.in
|
||||||
+++ b/Makefile.in
|
+++ b/Makefile.in
|
||||||
@@ -92,10 +92,6 @@ test-unit-$(1): $$(CARGO)
|
@@ -103,10 +103,6 @@ test-unit-$(1): $$(CARGO)
|
||||||
endef
|
endef
|
||||||
$(foreach target,$(CFG_TARGET),$(eval $(call CARGO_TARGET,$(target))))
|
$(foreach target,$(CFG_TARGET),$(eval $(call CARGO_TARGET,$(target))))
|
||||||
|
|
||||||
-$(TARGET_ROOT)/snapshot/bin/cargo$(X): src/snapshots.txt
|
-$(TARGET_ROOT)/snapshot/bin/cargo$(X): $(S)src/snapshots.txt
|
||||||
- $(CFG_PYTHON) src/etc/dl-snapshot.py $(CFG_BUILD)
|
- $(CFG_PYTHON) $(S)src/etc/dl-snapshot.py $(CFG_BUILD)
|
||||||
- touch $@
|
- touch $@
|
||||||
-
|
-
|
||||||
|
|
||||||
# === Tests
|
# === Tests
|
||||||
|
|
||||||
--
|
--
|
||||||
2.7.0
|
2.8.2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user