diff options
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() { |