summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse/__init__.py
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-02-23 17:38:07 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-23 22:52:15 +0000
commitebc0d4252a19e6ab38052473e54138d29b172dfc (patch)
tree752ea71cc8bc9ca72fa2d382d1255b2e1ebbd307 /bitbake/lib/bb/parse/__init__.py
parent4a1c163b55a399d3a6cb0bedec0ee23ce3128313 (diff)
downloadpoky-ebc0d4252a19e6ab38052473e54138d29b172dfc.tar.gz
bitbake: fix parse errors not being reported
Fixes a regression introduced in BitBake rev c9f58ef6b897d3fa5b0d23734b5f2cb3dabb057a which prevents errors during parsing from being fully reported because BitBake shuts down before it can print them. Move the error printing to before the shutdown in order to fix it. Also remove a couple of superfluous calls to sys.exit() since these will never be called (as self.shutdown(clean=False) does this itself). (Bitbake rev: 356c42ed00541dea2c382c57f768a4f431d22db0) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/parse/__init__.py')
0 files changed, 0 insertions, 0 deletions