diff options
| author | Alex Kiernan <alex.kiernan@gmail.com> | 2022-10-30 17:38:14 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-24 15:30:00 +0000 |
| commit | 3058b4d70cd50313ea1b34a326ba27423ff1eabf (patch) | |
| tree | 5de402665087d45e91121f829ccc6bf835be8776 /meta/classes | |
| parent | 4f42ee56ca74596553a6a03ae0ac7a898e289c34 (diff) | |
| download | poky-3058b4d70cd50313ea1b34a326ba27423ff1eabf.tar.gz | |
cargo_common.bbclass: Fix typos
(From OE-Core rev: 8c58aacba69f815261b3e4aa32ba7eebeb3f62ae)
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>
Diffstat (limited to 'meta/classes')
| -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 |
