summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/cargo
diff options
context:
space:
mode:
authorRandy MacLeod <randy.macleod@windriver.com>2021-02-24 20:48:22 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-26 22:09:24 +0100
commit3ade1015b5bbd6aac9dd9974a6a5712958a5f5ed (patch)
treef221cc1e60ac52a60db09d038e6e031a3edf6552 /meta/recipes-devtools/cargo
parent11cb8e67f356d4758c3aae0e5851a44256459e77 (diff)
downloadopenembedded-core-3ade1015b5bbd6aac9dd9974a6a5712958a5f5ed.tar.gz
cargo/rust/rustfmt: exclude from world
cargo, rust, and rustfmt can't be built for the targets yet so exclude them from world builds. Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/cargo')
-rw-r--r--meta/recipes-devtools/cargo/cargo.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/cargo/cargo.inc b/meta/recipes-devtools/cargo/cargo.inc
index 32ccf0b7ae..58aed254ff 100644
--- a/meta/recipes-devtools/cargo/cargo.inc
+++ b/meta/recipes-devtools/cargo/cargo.inc
@@ -14,6 +14,7 @@ LIC_FILES_CHKSUM = " \
S = "${RUSTSRC}/src/tools/cargo"
CARGO_VENDORING_DIRECTORY = "${RUSTSRC}/vendor"
+EXCLUDE_FROM_WORLD = "1"
inherit cargo