diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-09 17:30:17 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-09 22:43:46 +0100 |
| commit | b8321c5658124c50009a3c4dbead2df49e662812 (patch) | |
| tree | 9493804fd8095e9f3f45804bd678abf6097e4008 /bitbake/lib/bb/ui/knotty.py | |
| parent | af93b8937e0eab940879646f579948d814faeb2b (diff) | |
| download | poky-b8321c5658124c50009a3c4dbead2df49e662812.tar.gz | |
bitbake/event/ast: Add RecipePreFinalise event
One of the implications is we need to register the event handlers before
executing the anonymous python functions. I can't find any issue with making
that change in any existing metadata use cases.
(Bitbake rev: a981df3cc9bf410d24f39919959952bdc6c76d03)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/ui/knotty.py')
| -rw-r--r-- | bitbake/lib/bb/ui/knotty.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/ui/knotty.py b/bitbake/lib/bb/ui/knotty.py index f330c084df..997eb3fe89 100644 --- a/bitbake/lib/bb/ui/knotty.py +++ b/bitbake/lib/bb/ui/knotty.py | |||
| @@ -228,6 +228,7 @@ def main(server, eventHandler): | |||
| 228 | bb.event.StampUpdate, | 228 | bb.event.StampUpdate, |
| 229 | bb.event.ConfigParsed, | 229 | bb.event.ConfigParsed, |
| 230 | bb.event.RecipeParsed, | 230 | bb.event.RecipeParsed, |
| 231 | bb.event.RecipePreFinalise, | ||
| 231 | bb.runqueue.runQueueEvent, | 232 | bb.runqueue.runQueueEvent, |
| 232 | bb.runqueue.runQueueExitWait)): | 233 | bb.runqueue.runQueueExitWait)): |
| 233 | continue | 234 | continue |
