summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/event.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/event.py')
-rw-r--r--bitbake/lib/bb/event.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/bitbake/lib/bb/event.py b/bitbake/lib/bb/event.py
index d1359f0100..0e6d9b2964 100644
--- a/bitbake/lib/bb/event.py
+++ b/bitbake/lib/bb/event.py
@@ -389,6 +389,10 @@ class RecipeEvent(Event):
389class RecipePreFinalise(RecipeEvent): 389class RecipePreFinalise(RecipeEvent):
390 """ Recipe Parsing Complete but not yet finalised""" 390 """ Recipe Parsing Complete but not yet finalised"""
391 391
392class RecipePostKeyExpansion(RecipeEvent):
393 """ Recipe Parsing Complete but not yet finalised"""
394
395
392class RecipeTaskPreProcess(RecipeEvent): 396class RecipeTaskPreProcess(RecipeEvent):
393 """ 397 """
394 Recipe Tasks about to be finalised 398 Recipe Tasks about to be finalised