mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 12:32:15 +02:00
bitbake: eventreplay: add MockConnection.getEventHandle method
Fixed AttributeError: 'MockConnection' object has no attribute 'getEventHandle' [YOCTO #9585] (Bitbake rev: 6deae30480a4288da0c8b3529e61f3495f260f24) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Elliot Smith <elliot.smith@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ed9c309e81
commit
a1ceb0f9cd
@@ -86,6 +86,8 @@ class FileReadEventsServerConnection():
|
||||
""" do not do anything """
|
||||
pass
|
||||
|
||||
def getEventHandle(self):
|
||||
pass
|
||||
|
||||
|
||||
class EventReader():
|
||||
|
||||
Reference in New Issue
Block a user