bitbake: server/xmlrpc: stop server on client exit
authorAlexandru DAMIAN <alexandru.damian@intel.com>
Sat, 31 Aug 2013 22:46:06 +0000 (23:46 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 1 Sep 2013 14:51:11 +0000 (15:51 +0100)
commit2c9734140a8ed46fd745d7d35c3759a7fb605adf
tree6d6a17a358ae4d4efcfdd1f02c4d2e02f515c79b
parente049ac55d2da47dacc419ed484af2351ca94f531
bitbake: server/xmlrpc: stop server on client exit

If the server only expects a single client to connect (i.e.
no bind parameter set, so there is no way for the
clients to get the server port), stop the server after
the first client exits.

(Bitbake rev: eb6bae56f62082bf147045311154cbae4bca0f4c)

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/server/xmlrpc.py