diff --git a/layerindex/bulkchange.py b/layerindex/bulkchange.py index 2d8a7df..316c711 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')