From 3fb25ef24b6c2c337fb9b013aead197ca675305b Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 28 May 2013 14:32:53 +0100 Subject: bitbake: server/bitbake: Remove launchUI method With the removal of the none server type, we can remove the launchUI method and simplify the code slightly. (Bitbake rev: 9bef2f2dd0bcaa59528ebcb3c1ce053b7dff1ec6) Signed-off-by: Richard Purdie --- bitbake/bin/bitbake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/bin/bitbake') diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake index a868557a1a..6c43aa8ccf 100755 --- a/bitbake/bin/bitbake +++ b/bitbake/bin/bitbake @@ -271,7 +271,7 @@ def main(): os.environ[k] = cleanedvars[k] try: - return server.launchUI(ui_main, server_connection.connection, server_connection.events, configParams) + return ui_main(server_connection.connection, server_connection.events, configParams) finally: bb.event.ui_queue = [] server_connection.terminate() -- cgit v1.2.3-54-g00ecf