summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse/ast.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/parse/ast.py')
-rw-r--r--bitbake/lib/bb/parse/ast.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/lib/bb/parse/ast.py b/bitbake/lib/bb/parse/ast.py
index 94fa175bba..7cef3d0373 100644
--- a/bitbake/lib/bb/parse/ast.py
+++ b/bitbake/lib/bb/parse/ast.py
@@ -328,6 +328,8 @@ def finalize(fn, d, variant = None):
328 328
329 bb.parse.siggen.finalise(fn, d, variant) 329 bb.parse.siggen.finalise(fn, d, variant)
330 330
331 d.setVar('BBINCLUDED', bb.parse.get_file_depends(d))
332
331 bb.event.fire(bb.event.RecipeParsed(fn), d) 333 bb.event.fire(bb.event.RecipeParsed(fn), d)
332 334
333def _create_variants(datastores, names, function): 335def _create_variants(datastores, names, function):