summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Kiernan <alex.kiernan@gmail.com>2022-10-30 17:38:14 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-11-01 17:34:58 +0000
commitd9e944a0e8823e21146101f115bc8ebdae7808d8 (patch)
tree9589ebcb251a03b54a28aa6efc66e2552045a911
parent78fd269e6649000b48ef1ef3e86009bad00fa815 (diff)
downloadpoky-d9e944a0e8823e21146101f115bc8ebdae7808d8.tar.gz
cargo_common.bbclass: Fix typos
(From OE-Core rev: c7a92180b21e75a84f632e4c16e63dc1f4861a00) Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/classes-recipe/cargo_common.bbclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes-recipe/cargo_common.bbclass b/meta/classes-recipe/cargo_common.bbclass
index dea0fbe2f6..f503a001dd 100644
--- a/meta/classes-recipe/cargo_common.bbclass
+++ b/meta/classes-recipe/cargo_common.bbclass
@@ -56,7 +56,7 @@ cargo_common_do_configure () {
56 56
57 [source.crates-io] 57 [source.crates-io]
58 replace-with = "bitbake" 58 replace-with = "bitbake"
59 local-registry = "/nonexistant" 59 local-registry = "/nonexistent"
60 EOF 60 EOF
61 fi 61 fi
62 62
@@ -103,7 +103,7 @@ cargo_common_do_configure () {
103 cat <<- EOF >> ${CARGO_HOME}/config 103 cat <<- EOF >> ${CARGO_HOME}/config
104 104
105 [build] 105 [build]
106 # Use out of tree build destination to avoid poluting the source tree 106 # Use out of tree build destination to avoid polluting the source tree
107 target-dir = "${B}/target" 107 target-dir = "${B}/target"
108 EOF 108 EOF
109 fi 109 fi