From e4d56256936c55bab2bf2934ccbde9157ef7dc57 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 10 Aug 2022 21:46:19 +0100 Subject: rust: Remove unneeded RUST_TARGETGENS settings These match the default from the class so drop them. We then always generate all targets so remove the configuration from the class. Signed-off-by: Richard Purdie --- meta/recipes-devtools/cargo/cargo.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/recipes-devtools/cargo/cargo.inc') diff --git a/meta/recipes-devtools/cargo/cargo.inc b/meta/recipes-devtools/cargo/cargo.inc index 636e9c4fe5..40421df4f7 100644 --- a/meta/recipes-devtools/cargo/cargo.inc +++ b/meta/recipes-devtools/cargo/cargo.inc @@ -18,8 +18,6 @@ EXCLUDE_FROM_WORLD = "1" inherit cargo pkgconfig -RUST_TARGETGENS = "BUILD HOST TARGET" - do_cargo_setup_snapshot () { ${WORKDIR}/rust-snapshot-components/${CARGO_SNAPSHOT}/install.sh --prefix="${WORKDIR}/${CARGO_SNAPSHOT}" --disable-ldconfig # Need to use uninative's loader if enabled/present since the library paths -- cgit 1.2.3-korg