]> code.ossystems Code Review - openembedded-core.git/commit
Switch a fatal usage to SystemExit ("T" not set)
authorChris Larson <chris_larson@mentor.com>
Thu, 10 Jun 2010 16:14:39 +0000 (09:14 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 2 Jul 2010 14:41:36 +0000 (15:41 +0100)
commit6be4fa575a36c6c1cd3cb933fafd51dd3bd90c71
tree2fd64fbda871dbb081980c3c840b1320af0ecd05
parentce42c24d700e6f61dc51942631587d8ae07b12ea
Switch a fatal usage to SystemExit ("T" not set)

This failure is one the *user* needs to see, as it may have to do with their
setup, but where they don't need to see a traceback and all, since they're not
developers, so I think SystemExit is appropriate here.

(Bitbake rev: e3cc9bc7b6ef1a2eca78235790a051329bceb9a4)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
bitbake/lib/bb/build.py