From: Richard Purdie Date: Mon, 10 Mar 2014 00:58:36 +0000 (-0700) Subject: bitbake: server/process: Drop unnecessary exit delay X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5dcc20b95400d35ea1b3b1da8ffd9e9cd9a31afb;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bitbake: server/process: Drop unnecessary exit delay When the server exits, we no longer appear to need this delay. This is likely due to improvements in the various exit codepaths. There is therefore no longer any point in taking the latency hit. (Bitbake rev: 8e75ee29ae07e13f23525c5c6045fbf6cdbe7675) Signed-off-by: Richard Purdie --- diff --git a/bitbake/lib/bb/server/process.py b/bitbake/lib/bb/server/process.py index 386294f5805..07688a2cdb6 100644 --- a/bitbake/lib/bb/server/process.py +++ b/bitbake/lib/bb/server/process.py @@ -119,7 +119,6 @@ class ProcessServer(Process, BaseImplServer): bb.event.unregister_UIHhandler(self.event_handle.value) self.command_channel.close() self.cooker.shutdown(True) - self.idle_commands(.1) def idle_commands(self, delay, fds = []): nextsleep = delay