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-24 15:30:06 +0000
commit096546cc63dc2f05b5aab03fdf12a528717768c0 (patch)
treedab5f5347172910e86485b1e6a36675e9e720781
parent2c7dba95926831f97005119403631b0b1a89e3ac (diff)
downloadpoky-096546cc63dc2f05b5aab03fdf12a528717768c0.tar.gz
cargo_common.bbclass: Fix typos
(From OE-Core rev: 48e7851721735f31be5ed5a69b516c2b18c4c2ab) 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> (cherry picked from commit c7a92180b21e75a84f632e4c16e63dc1f4861a00) Signed-off-by: Steve Sakoman <steve@sakoman.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