summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-example/rustfmt/rustfmt_1.4.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-example/rustfmt/rustfmt_1.4.2.bb b/meta/recipes-example/rustfmt/rustfmt_1.4.2.bb
index b7deb4097c..2e4a47eb00 100644
--- a/meta/recipes-example/rustfmt/rustfmt_1.4.2.bb
+++ b/meta/recipes-example/rustfmt/rustfmt_1.4.2.bb
@@ -7,7 +7,7 @@ inherit cargo
7 7
8# how to get rustfmt-nightly could be as easy as but default to a git checkout: 8# how to get rustfmt-nightly could be as easy as but default to a git checkout:
9# SRC_URI += "crate://crates.io/rustfmt-nightly/1.4.2" 9# SRC_URI += "crate://crates.io/rustfmt-nightly/1.4.2"
10SRC_URI += "git://github.com/rust-lang/rustfmt/;protocol=https;nobranch=1" 10SRC_URI += "git://github.com/rust-lang/rustfmt.git;protocol=https;nobranch=1"
11SRCREV = "aeb3496f31a0dfa90fc511520d2023634e885260" 11SRCREV = "aeb3496f31a0dfa90fc511520d2023634e885260"
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13CARGO_SRC_DIR = "" 13CARGO_SRC_DIR = ""