diff options
| -rw-r--r-- | bitbake/lib/bb/ui/buildinfohelper.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bitbake/lib/bb/ui/buildinfohelper.py b/bitbake/lib/bb/ui/buildinfohelper.py index 3f8d63d1b6..e451c630d4 100644 --- a/bitbake/lib/bb/ui/buildinfohelper.py +++ b/bitbake/lib/bb/ui/buildinfohelper.py | |||
| @@ -858,6 +858,12 @@ class MockEvent(object): | |||
| 858 | self.pathname = None | 858 | self.pathname = None |
| 859 | self.lineno = None | 859 | self.lineno = None |
| 860 | 860 | ||
| 861 | def getMessage(self): | ||
| 862 | """ | ||
| 863 | Simulate LogRecord message return | ||
| 864 | """ | ||
| 865 | return self.msg | ||
| 866 | |||
| 861 | 867 | ||
| 862 | class BuildInfoHelper(object): | 868 | class BuildInfoHelper(object): |
| 863 | """ This class gathers the build information from the server and sends it | 869 | """ This class gathers the build information from the server and sends it |
