poky/bitbake/lib/bb/server
Joshua Watt 75f491e5e2 bitbake: server: Fix early parsing errors preventing zombie bitbake
If the client process never sends cooker data, the server timeout will
be 0.0, not None. This will prevent the server from exiting, as it is
waiting for a new client. In particular, the client will disconnect with
a bad "INHERIT" line, such as:

    INHERIT += "this-class-does-not-exist"

Instead of checking explicitly for None, check for a false value, which
means either 0.0 or None.

(Bitbake rev: 13e2855bff6a6ead6dbd33c5be4b988aafcd4afa)

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-07-20 19:00:32 +01:00
..
__init__.py bitbake: bitbake: Drop duplicate license boilerplace text 2019-05-04 10:44:10 +01:00
process.py bitbake: server: Fix early parsing errors preventing zombie bitbake 2021-07-20 19:00:32 +01:00
xmlrpcclient.py bitbake: lib: remove unused imports 2020-01-19 13:31:05 +00:00
xmlrpcserver.py bitbake: lib: remove unused imports 2020-01-19 13:31:05 +00:00