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-example/rustfmt/rustfmt_1.4.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-example') diff --git a/meta/recipes-example/rustfmt/rustfmt_1.4.2.bb b/meta/recipes-example/rustfmt/rustfmt_1.4.2.bb index ecced49049..b7deb4097c 100644 --- a/meta/recipes-example/rustfmt/rustfmt_1.4.2.bb +++ b/meta/recipes-example/rustfmt/rustfmt_1.4.2.bb @@ -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 -- cgit 1.2.3-korg