diff options
author | 2021-08-30 20:42:46 +0800 | |
---|---|---|
committer | 2021-09-01 14:06:17 +0100 | |
commit | fc3d511cf580ab1fbdc32726be6b6beadc639a2c (patch) | |
tree | 14b477fa43313d3210db699ba03050bc262358b3 /meta | |
parent | 380eff02da33369d75fabc93cad375bd6b98325b (diff) | |
download | poky-fc3d511cf580ab1fbdc32726be6b6beadc639a2c.tar.gz poky-fc3d511cf580ab1fbdc32726be6b6beadc639a2c.tar.bz2 poky-fc3d511cf580ab1fbdc32726be6b6beadc639a2c.zip |
rustfmt: fix SRC_URI
(From OE-Core rev: 9f92fcb502aeae26c2e35832d5414a6096c20961)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-example/rustfmt/rustfmt_1.4.2.bb | 2 |
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 # how to get rustfmt-nightly could be as easy as but default to a git checkout: # SRC_URI += "crate://crates.io/rustfmt-nightly/1.4.2" -SRC_URI += "git://github.com/rust-lang/rustfmt/;protocol=https;nobranch=1" +SRC_URI += "git://github.com/rust-lang/rustfmt.git;protocol=https;nobranch=1" SRCREV = "aeb3496f31a0dfa90fc511520d2023634e885260" S = "${WORKDIR}/git" CARGO_SRC_DIR = "" |