diff options
Diffstat (limited to 'meta/classes/cargo_common.bbclass')
| -rw-r--r-- | meta/classes/cargo_common.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/cargo_common.bbclass b/meta/classes/cargo_common.bbclass index 39f32829fd..1e9d284b5d 100644 --- a/meta/classes/cargo_common.bbclass +++ b/meta/classes/cargo_common.bbclass | |||
| @@ -50,7 +50,7 @@ cargo_common_do_configure () { | |||
| 50 | 50 | ||
| 51 | [source.crates-io] | 51 | [source.crates-io] |
| 52 | replace-with = "bitbake" | 52 | replace-with = "bitbake" |
| 53 | local-registry = "/nonexistant" | 53 | local-registry = "/nonexistent" |
| 54 | EOF | 54 | EOF |
| 55 | fi | 55 | fi |
| 56 | 56 | ||
| @@ -88,7 +88,7 @@ cargo_common_do_configure () { | |||
| 88 | cat <<- EOF >> ${CARGO_HOME}/config | 88 | cat <<- EOF >> ${CARGO_HOME}/config |
| 89 | 89 | ||
| 90 | [build] | 90 | [build] |
| 91 | # Use out of tree build destination to avoid poluting the source tree | 91 | # Use out of tree build destination to avoid polluting the source tree |
| 92 | target-dir = "${B}/target" | 92 | target-dir = "${B}/target" |
| 93 | EOF | 93 | EOF |
| 94 | fi | 94 | fi |
