mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
bitbake: prserv/serv: Fix pid file removal
Mark Hatle spotted there were pid files being left around. This patch fixes things so the removal function is called correctly, the code contained a typo. (Bitbake rev: c696a16c8200c31c52750037eeafe07e065b6517) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -157,7 +157,7 @@ class PRServer(SimpleXMLRPCServer):
|
|||||||
pf.close()
|
pf.close()
|
||||||
|
|
||||||
self.work_forever()
|
self.work_forever()
|
||||||
self.delpid
|
self.delpid()
|
||||||
os._exit(0)
|
os._exit(0)
|
||||||
|
|
||||||
class PRServSingleton():
|
class PRServSingleton():
|
||||||
|
|||||||
Reference in New Issue
Block a user