From: Kai Kang Date: Mon, 30 Aug 2021 12:42:46 +0000 (+0800) Subject: rustfmt: fix SRC_URI X-Git-Tag: yocto-3.4~262 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9f92fcb502aeae26c2e35832d5414a6096c20961;p=openembedded-core.git rustfmt: fix SRC_URI Signed-off-by: Kai Kang Signed-off-by: Richard Purdie --- 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 = ""