summaryrefslogtreecommitdiffstats
path: root/lib/bb/server/process.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bb/server/process.py')
-rw-r--r--lib/bb/server/process.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/bb/server/process.py b/lib/bb/server/process.py
index b66fbe0ac..a152b4482 100644
--- a/lib/bb/server/process.py
+++ b/lib/bb/server/process.py
@@ -34,12 +34,11 @@ logger = logging.getLogger('BitBake')
class ProcessTimeout(SystemExit):
pass
-class ProcessServer(multiprocessing.Process):
+class ProcessServer():
profile_filename = "profile.log"
profile_processed_filename = "profile.log.processed"
def __init__(self, lock, sock, sockname):
- multiprocessing.Process.__init__(self)
self.command_channel = False
self.command_channel_reply = False
self.quit = False
@@ -483,7 +482,7 @@ class BitBakeServer(object):
print("Started bitbake server pid %d" % os.getpid())
sys.stdout.flush()
- server.start()
+ server.run()
def connectProcessServer(sockname, featureset):
# Connect to socket