aboutsummaryrefslogtreecommitdiffstats
path: root/rrs/tools/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'rrs/tools/common.py')
-rw-r--r--rrs/tools/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rrs/tools/common.py b/rrs/tools/common.py
index d4ceb7156b..df7ecf941c 100644
--- a/rrs/tools/common.py
+++ b/rrs/tools/common.py
@@ -121,7 +121,7 @@ def load_recipes(layerbranch, bitbakepath, fetchdir, settings, logger,
% (layerbranch, fn, str(e)))
continue
- return (tinfoil, d, recipes)
+ return (tinfoil, d, recipes, tempdir)
# XXX: Copied from oe-core recipeutils to avoid import errors.
def get_recipe_pv_without_srcpv(pv, uri_type):