diff options
Diffstat (limited to 'bitbake/lib/bb/server/process.py')
| -rw-r--r-- | bitbake/lib/bb/server/process.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bitbake/lib/bb/server/process.py b/bitbake/lib/bb/server/process.py index fad8aac4da..5c7dfaefa1 100644 --- a/bitbake/lib/bb/server/process.py +++ b/bitbake/lib/bb/server/process.py | |||
| @@ -405,12 +405,6 @@ class BitBakeServer(object): | |||
| 405 | server = ProcessServer(self.bitbake_lock, self.sock, self.sockname) | 405 | server = ProcessServer(self.bitbake_lock, self.sock, self.sockname) |
| 406 | self.configuration.setServerRegIdleCallback(server.register_idle_function) | 406 | self.configuration.setServerRegIdleCallback(server.register_idle_function) |
| 407 | 407 | ||
| 408 | # Copy prefile and postfile to _server variants | ||
| 409 | for param in ('prefile', 'postfile'): | ||
| 410 | value = getattr(self.configuration, param) | ||
| 411 | if value: | ||
| 412 | setattr(self.configuration, "%s_server" % param, value) | ||
| 413 | |||
| 414 | self.cooker = bb.cooker.BBCooker(self.configuration, self.featureset, self.readypipein) | 408 | self.cooker = bb.cooker.BBCooker(self.configuration, self.featureset, self.readypipein) |
| 415 | server.cooker = self.cooker | 409 | server.cooker = self.cooker |
| 416 | server.server_timeout = self.configuration.server_timeout | 410 | server.server_timeout = self.configuration.server_timeout |
