summaryrefslogtreecommitdiffstats
path: root/bitbake/bin
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-06-18 09:21:31 -0700
committerRichard Purdie <rpurdie@linux.intel.com>2010-07-02 15:41:37 +0100
commit526837e1c16e7d5ced40bea6463e58641c94ba05 (patch)
treef9249f119f53e3ef91f15b2829cdfcf6d1601edf /bitbake/bin
parent2f0a485bd4857d6f26eccc94480a6db8bfa987a9 (diff)
downloadast2050-yocto-poky-526837e1c16e7d5ced40bea6463e58641c94ba05.zip
ast2050-yocto-poky-526837e1c16e7d5ced40bea6463e58641c94ba05.tar.gz
Move serverConnection.terminate() back into the finally
(Bitbake rev: 58e1b0a5dbd0f1ca137ad7ed1bd7ad9975a20fb7) Signed-off-by: Chris Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'bitbake/bin')
-rwxr-xr-xbitbake/bin/bitbake3
1 files changed, 2 insertions, 1 deletions
diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake
index 2fe9c79..5422851 100755
--- a/bitbake/bin/bitbake
+++ b/bitbake/bin/bitbake
@@ -206,8 +206,9 @@ Default BBFILES are the .bb files in the current directory.""")
except Exception, e:
print "FATAL: Unable to start to '%s' UI: %s" % (ui, e)
raise
+ finally:
+ serverConnection.terminate()
- serverConnection.terminate()
return return_value
if __name__ == "__main__":
OpenPOWER on IntegriCloud