From a81854fe3e6c14298ed052516c1a4cec8b7f1d3e Mon Sep 17 00:00:00 2001 From: Ulrich Ölmann Date: Tue, 7 Mar 2023 13:10:40 +0100 Subject: base: fix typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (From OE-Core rev: 0f8baa36fa99c66dbf305da355b665cb053c3ef4) Signed-off-by: Ulrich Ölmann Signed-off-by: Richard Purdie --- meta/classes-global/base.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/classes-global') 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() { bb.plain('\n%s\n%s\n' % (statusheader, '\n'.join(statuslines))) # This code is to silence warnings where the SDK variables overwrite the - # target ones and we'd see dulpicate key names overwriting each other + # target ones and we'd see duplicate key names overwriting each other # for various PREFERRED_PROVIDERS if isinstance(e, bb.event.RecipePreFinalise): if d.getVar("TARGET_PREFIX") == d.getVar("SDK_PREFIX"): @@ -351,7 +351,7 @@ base_do_compile() { addtask install after do_compile do_install[dirs] = "${B}" -# Remove and re-create ${D} so that is it guaranteed to be empty +# Remove and re-create ${D} so that it is guaranteed to be empty do_install[cleandirs] = "${D}" base_do_install() { -- cgit v1.2.3-54-g00ecf