]> code.ossystems Code Review - openembedded-core.git/commit
sstate.bbclass: the second bb.fatal not work
authorRobert Yang <liezhi.yang@windriver.com>
Wed, 8 Oct 2014 05:52:58 +0000 (22:52 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 10 Oct 2014 09:39:13 +0000 (10:39 +0100)
commit33a87187a8520e190bcade76cc965aa58faaa85a
tree2055367f33ca383ca5753542bac5b85cef7c83e8
parentae9a89fc1beac13f30395d191954fd70c3a9f85e
sstate.bbclass: the second bb.fatal not work

The code:
bb.fatal("foo1")
bb.fatal("foo2")

Would make the second one not work, use bb.error for first one to fix
the problem.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/classes/sstate.bbclass