mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
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>
This commit is contained in:
parent
380eff02da
commit
fc3d511cf5
|
@ -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 = ""
|
||||
|
|
Loading…
Reference in New Issue
Block a user