mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
bitbake: bitbake: correct deprecation warning in process.py
(Bitbake rev: aff52fe21a0b27f6302555c1e52a864550eb46ce) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
97dc3ef386
commit
fbbc0f7461
@@ -661,7 +661,7 @@ class BBUIEventQueue:
|
|||||||
self.reader = ConnectionReader(readfd)
|
self.reader = ConnectionReader(readfd)
|
||||||
|
|
||||||
self.t = threading.Thread()
|
self.t = threading.Thread()
|
||||||
self.t.setDaemon(True)
|
self.t.daemon = True
|
||||||
self.t.run = self.startCallbackHandler
|
self.t.run = self.startCallbackHandler
|
||||||
self.t.start()
|
self.t.start()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user