]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: use sys.exit to simplify the code
authorEd Bartosh <ed.bartosh@linux.intel.com>
Tue, 28 Apr 2015 12:52:18 +0000 (15:52 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 28 Apr 2015 16:48:32 +0000 (17:48 +0100)
commit5ecb8817bd49223652ede4fe513f1a42f2196798
tree5622147a6afe5817577bd18fc0fe1f1d0ac165b7
parent2fe7d8c574ddf6a30278cff1a5a5c4089dc56d6d
bitbake: use sys.exit to simplify the code

Used sys.exit instead of assigning exit code to
variable. This way it's more clear when bitbake
exists and which exit code is used.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bin/bitbake