From: Alex Kiernan Date: Sun, 30 Oct 2022 17:38:14 +0000 (+0000) Subject: cargo_common.bbclass: Fix typos X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~2684 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c7a92180b21e75a84f632e4c16e63dc1f4861a00;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git cargo_common.bbclass: Fix typos Signed-off-by: Alex Kiernan Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/classes-recipe/cargo_common.bbclass b/meta/classes-recipe/cargo_common.bbclass index dea0fbe2f65..f503a001dd8 100644 --- a/meta/classes-recipe/cargo_common.bbclass +++ b/meta/classes-recipe/cargo_common.bbclass @@ -56,7 +56,7 @@ cargo_common_do_configure () { [source.crates-io] replace-with = "bitbake" - local-registry = "/nonexistant" + local-registry = "/nonexistent" EOF fi @@ -103,7 +103,7 @@ cargo_common_do_configure () { cat <<- EOF >> ${CARGO_HOME}/config [build] - # Use out of tree build destination to avoid poluting the source tree + # Use out of tree build destination to avoid polluting the source tree target-dir = "${B}/target" EOF fi