summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe/cargo_common.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes-recipe/cargo_common.bbclass')
-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