diff options
author | Ulrich Ölmann <u.oelmann@pengutronix.de> | 2023-03-07 13:10:40 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-07 12:57:04 +0000 |
commit | a81854fe3e6c14298ed052516c1a4cec8b7f1d3e (patch) | |
tree | 84c2da221c7ce0198920570631ef18fedd8cab62 /meta/classes-global | |
parent | 082e46f9ca784a3c714a18642904cccf133f408f (diff) | |
download | poky-a81854fe3e6c14298ed052516c1a4cec8b7f1d3e.tar.gz |
base: fix typos
(From OE-Core rev: 0f8baa36fa99c66dbf305da355b665cb053c3ef4)
Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes-global')
-rw-r--r-- | meta/classes-global/base.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes-global/base.bbclass b/meta/classes-global/base.bbclass index 64e805c947..b6e339ed9c 100644 --- a/meta/classes-global/base.bbclass +++ b/meta/classes-global/base.bbclass | |||
@@ -288,7 +288,7 @@ python base_eventhandler() { | |||
288 | bb.plain('\n%s\n%s\n' % (statusheader, '\n'.join(statuslines))) | 288 | bb.plain('\n%s\n%s\n' % (statusheader, '\n'.join(statuslines))) |
289 | 289 | ||
290 | # This code is to silence warnings where the SDK variables overwrite the | 290 | # This code is to silence warnings where the SDK variables overwrite the |
291 | # target ones and we'd see dulpicate key names overwriting each other | 291 | # target ones and we'd see duplicate key names overwriting each other |
292 | # for various PREFERRED_PROVIDERS | 292 | # for various PREFERRED_PROVIDERS |
293 | if isinstance(e, bb.event.RecipePreFinalise): | 293 | if isinstance(e, bb.event.RecipePreFinalise): |
294 | if d.getVar("TARGET_PREFIX") == d.getVar("SDK_PREFIX"): | 294 | if d.getVar("TARGET_PREFIX") == d.getVar("SDK_PREFIX"): |
@@ -351,7 +351,7 @@ base_do_compile() { | |||
351 | 351 | ||
352 | addtask install after do_compile | 352 | addtask install after do_compile |
353 | do_install[dirs] = "${B}" | 353 | do_install[dirs] = "${B}" |
354 | # Remove and re-create ${D} so that is it guaranteed to be empty | 354 | # Remove and re-create ${D} so that it is guaranteed to be empty |
355 | do_install[cleandirs] = "${D}" | 355 | do_install[cleandirs] = "${D}" |
356 | 356 | ||
357 | base_do_install() { | 357 | base_do_install() { |