mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 09:32:13 +02:00
cargo/rust/rustfmt: exclude from world
cargo, rust, and rustfmt can't be built for the targets yet so exclude them from world builds. (From OE-Core rev: 3ade1015b5bbd6aac9dd9974a6a5712958a5f5ed) Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3550bfe387
commit
284f0b11a5
@@ -14,6 +14,7 @@ LIC_FILES_CHKSUM = " \
|
||||
|
||||
S = "${RUSTSRC}/src/tools/cargo"
|
||||
CARGO_VENDORING_DIRECTORY = "${RUSTSRC}/vendor"
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
|
||||
inherit cargo
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ SRC_URI += "git://github.com/rust-lang/rustfmt/;protocol=https;nobranch=1"
|
||||
SRCREV = "aeb3496f31a0dfa90fc511520d2023634e885260"
|
||||
S = "${WORKDIR}/git"
|
||||
CARGO_SRC_DIR = ""
|
||||
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
|
||||
# please note if you have entries that do not begin with crate://
|
||||
# you must change them to how that package can be fetched
|
||||
|
||||
Reference in New Issue
Block a user