diff options
author | Kai Kang <kai.kang@windriver.com> | 2018-08-09 19:57:50 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-14 16:32:48 +0100 |
commit | 5581b374b94c2f392a72f0affccb14bcac27d51a (patch) | |
tree | 76a44a3c31fe3778c4c587f59b449ee76cb6d077 /bitbake/lib/bb/event.py | |
parent | a316be88cddffe448faa242536d1e6d8279554fb (diff) | |
download | poky-5581b374b94c2f392a72f0affccb14bcac27d51a.tar.gz |
bitbake: event.py: fix typo
(Bitbake rev: d49483eb733ee27325349246fa37a84140c0941d)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/event.py')
-rw-r--r-- | bitbake/lib/bb/event.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/event.py b/bitbake/lib/bb/event.py index 5d0049626d..c0ec605209 100644 --- a/bitbake/lib/bb/event.py +++ b/bitbake/lib/bb/event.py | |||
@@ -395,7 +395,7 @@ class RecipeEvent(Event): | |||
395 | Event.__init__(self) | 395 | Event.__init__(self) |
396 | 396 | ||
397 | class RecipePreFinalise(RecipeEvent): | 397 | class RecipePreFinalise(RecipeEvent): |
398 | """ Recipe Parsing Complete but not yet finialised""" | 398 | """ Recipe Parsing Complete but not yet finalised""" |
399 | 399 | ||
400 | class RecipeTaskPreProcess(RecipeEvent): | 400 | class RecipeTaskPreProcess(RecipeEvent): |
401 | """ | 401 | """ |