aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorEd Bartosh <ed.bartosh@linux.intel.com>2016-07-06 12:00:29 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-08 09:57:28 +0100
commita1ceb0f9cda64b000305f0e650eaa81e32e05dce (patch)
tree510335883f06ca0dc67df130c6fb727eba0cce55 /bitbake
parented9c309e814294c2b8ab31fae470e1ab63fb8a5d (diff)
downloadopenembedded-core-contrib-a1ceb0f9cda64b000305f0e650eaa81e32e05dce.tar.gz
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>
Diffstat (limited to 'bitbake')
-rwxr-xr-xbitbake/bin/toaster-eventreplay2
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/bin/toaster-eventreplay b/bitbake/bin/toaster-eventreplay
index bdddb908b5..14f4f0088b 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():