diff options
Diffstat (limited to 'bitbake/lib/bb/parse')
-rw-r--r-- | bitbake/lib/bb/parse/ast.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/parse/ast.py b/bitbake/lib/bb/parse/ast.py index 0ad6d5811d..30380a4bf6 100644 --- a/bitbake/lib/bb/parse/ast.py +++ b/bitbake/lib/bb/parse/ast.py | |||
@@ -377,7 +377,7 @@ def _expand_versions(versions): | |||
377 | def multi_finalize(fn, d): | 377 | def multi_finalize(fn, d): |
378 | appends = (d.getVar("__BBAPPEND", True) or "").split() | 378 | appends = (d.getVar("__BBAPPEND", True) or "").split() |
379 | for append in appends: | 379 | for append in appends: |
380 | logger.debug(2, "Appending .bbappend file %s to %s", append, fn) | 380 | logger.debug(1, "Appending .bbappend file %s to %s", append, fn) |
381 | bb.parse.BBHandler.handle(append, d, True) | 381 | bb.parse.BBHandler.handle(append, d, True) |
382 | 382 | ||
383 | onlyfinalise = d.getVar("__ONLYFINALISE", False) | 383 | onlyfinalise = d.getVar("__ONLYFINALISE", False) |