From 3ade1015b5bbd6aac9dd9974a6a5712958a5f5ed Mon Sep 17 00:00:00 2001 From: Randy MacLeod Date: Wed, 24 Feb 2021 20:48:22 -0500 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-devtools/cargo/cargo.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools') 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 -- cgit 1.2.3-korg