mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02: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()
|
||||
|
||||
self.work_forever()
|
||||
self.delpid
|
||||
self.delpid()
|
||||
os._exit(0)
|
||||
|
||||
class PRServSingleton():
|
||||
|
||||
Reference in New Issue
Block a user