summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/rust/rust_1.54.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rust/rust_1.54.0.bb b/meta/recipes-devtools/rust/rust_1.54.0.bb
index 07221ac127..ee60c3e6f1 100644
--- a/meta/recipes-devtools/rust/rust_1.54.0.bb
+++ b/meta/recipes-devtools/rust/rust_1.54.0.bb
@@ -2,6 +2,8 @@ require rust-target.inc
require rust-source-${PV}.inc
require rust-snapshot-${PV}.inc
+INSANE_SKIP:${PN}:class-native = "already-stripped"
+
do_compile () {
rust_runx build --stage 2
}