aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--layerindex/bulkchange.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/layerindex/bulkchange.py b/layerindex/bulkchange.py
index 2d8a7dfdf1..316c7112ae 100644
--- a/layerindex/bulkchange.py
+++ b/layerindex/bulkchange.py
@@ -44,7 +44,7 @@ def generate_patches(tinfoil, fetchdir, changeset, outputdir):
layerfetchdir = os.path.join(fetchdir, layer.get_fetch_dir())
utils.checkout_layer_branch(layerbranch, layerfetchdir)
layerdir = os.path.join(layerfetchdir, layerbranch.vcs_subdir)
- config_data_copy = utils.setup_layer(tinfoil.config_data, fetchdir, layerdir, layer, layerbranch)
+ config_data_copy = recipeparse.setup_layer(tinfoil.config_data, fetchdir, layerdir, layer, layerbranch)
if outfile:
outfile.close()
outfile = open(os.path.join(tmpoutdir, patchname), 'w')