[gnome-continuous-yocto/gnomeostree-3.28-rocko: 1219/8267] bitbake: eventreplay: add MockConnection.getEventHandle method
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous-yocto/gnomeostree-3.28-rocko: 1219/8267] bitbake: eventreplay: add MockConnection.getEventHandle method
- Date: Sat, 16 Dec 2017 21:31:16 +0000 (UTC)
commit a1ceb0f9cda64b000305f0e650eaa81e32e05dce
Author: Ed Bartosh <ed bartosh linux intel com>
Date: Wed Jul 6 12:00:29 2016 +0100
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>
bitbake/bin/toaster-eventreplay | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/bitbake/bin/toaster-eventreplay b/bitbake/bin/toaster-eventreplay
index bdddb90..14f4f00 100755
--- a/bitbake/bin/toaster-eventreplay
+++ b/bitbake/bin/toaster-eventreplay
@@ -86,6 +86,8 @@ class FileReadEventsServerConnection():
""" do not do anything """
pass
+ def getEventHandle(self):
+ pass
class EventReader():
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]