mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00: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 """
|
""" do not do anything """
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
def getEventHandle(self):
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
class EventReader():
|
class EventReader():
|
||||||
|
|||||||
Reference in New Issue
Block a user