summaryrefslogtreecommitdiff
path: root/cerbero/build/cookbook.py
diff options
context:
space:
mode:
Diffstat (limited to 'cerbero/build/cookbook.py')
-rw-r--r--cerbero/build/cookbook.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/cerbero/build/cookbook.py b/cerbero/build/cookbook.py
index 89a41e6..afcf99a 100644
--- a/cerbero/build/cookbook.py
+++ b/cerbero/build/cookbook.py
@@ -353,7 +353,8 @@ class CookBook (object):
'License': License, 'recipe': crecipe, 'os': os,
'BuildSteps': crecipe.BuildSteps,
'InvalidRecipeError': InvalidRecipeError,
- 'custom': custom}
+ 'FatalError': FatalError,
+ 'custom': custom, '_': _, 'shell': shell}
parse_file(filepath, d)
r = d['Recipe'](self._config.arch_config[c])
r.__file__ = os.path.abspath(filepath)