diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/poky-autobuild-notifier.bbclass | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/classes/poky-autobuild-notifier.bbclass b/meta/classes/poky-autobuild-notifier.bbclass index ef353e0f19..2ae6d5cf8f 100644 --- a/meta/classes/poky-autobuild-notifier.bbclass +++ b/meta/classes/poky-autobuild-notifier.bbclass | |||
@@ -3,10 +3,8 @@ | |||
3 | # Author: Richard Purdie | 3 | # Author: Richard Purdie |
4 | # | 4 | # |
5 | 5 | ||
6 | """ | 6 | # Designed for use with the Poky autobuilder only and provides custom hooks for |
7 | Designed for use with the Poky autobuilder only and provides custom hooks for | 7 | # certain specific events. |
8 | certain specific events. | ||
9 | """ | ||
10 | 8 | ||
11 | def do_autobuilder_failure_report(event): | 9 | def do_autobuilder_failure_report(event): |
12 | from bb.event import getName | 10 | from bb.event import getName |