]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
cargo_common.bbclass: Fix typos
authorAlex Kiernan <alex.kiernan@gmail.com>
Sun, 30 Oct 2022 17:38:14 +0000 (17:38 +0000)
committerSteve Sakoman <steve@sakoman.com>
Sat, 19 Nov 2022 13:59:47 +0000 (03:59 -1000)
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>
meta/classes-recipe/cargo_common.bbclass

index dea0fbe2f6531566cf7a21c5954dc87edb66cf9f..f503a001dd8e722f868cec2b87abc24d4576cb24 100644 (file)
@@ -56,7 +56,7 @@ cargo_common_do_configure () {
 
                [source.crates-io]
                replace-with = "bitbake"
-               local-registry = "/nonexistant"
+               local-registry = "/nonexistent"
                EOF
        fi
 
@@ -103,7 +103,7 @@ cargo_common_do_configure () {
                cat <<- EOF >> ${CARGO_HOME}/config
 
                [build]
-               # Use out of tree build destination to avoid poluting the source tree
+               # Use out of tree build destination to avoid polluting the source tree
                target-dir = "${B}/target"
                EOF
        fi