diff --git a/classes/rust-common.bbclass b/classes/rust-common.bbclass index 5d425c7..1788153 100644 --- a/classes/rust-common.bbclass +++ b/classes/rust-common.bbclass @@ -8,7 +8,7 @@ RUSTLIB = "-L ${STAGING_LIBDIR}/rust" RUSTFLAGS += "-C rpath -C crate_hash=${BB_TASKHASH} ${RUSTLIB}" RUSTLIB_DEP ?= "libstd-rs" -# Responseible for taking Yocto triples and converting it to Rust triples +# Responsible for taking Yocto triples and converting it to Rust triples def rust_base_triple(d, thing): '''