summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-23 16:41:53 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-23 17:43:40 +0100
commit501e1a321d15abd712e3a6ee6ccdb8e21c3d4ea4 (patch)
tree691d0ac748bb808ffa0609a9fadc41ee0fa27ee2 /bitbake
parent25e410b743be45f7ed57457c1d3cd2066652085b (diff)
downloadast2050-yocto-poky-501e1a321d15abd712e3a6ee6ccdb8e21c3d4ea4.zip
ast2050-yocto-poky-501e1a321d15abd712e3a6ee6ccdb8e21c3d4ea4.tar.gz
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>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/prserv/serv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/prserv/serv.py b/bitbake/lib/prserv/serv.py
index 7f9331d..b854686 100644
--- a/bitbake/lib/prserv/serv.py
+++ b/bitbake/lib/prserv/serv.py
@@ -157,7 +157,7 @@ class PRServer(SimpleXMLRPCServer):
pf.close()
self.work_forever()
- self.delpid
+ self.delpid()
os._exit(0)
class PRServSingleton():
OpenPOWER on IntegriCloud