diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/lib/devtool/standard.py | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py index d53fb81007..cd79c7802c 100644 --- a/scripts/lib/devtool/standard.py +++ b/scripts/lib/devtool/standard.py | |||
@@ -1576,11 +1576,10 @@ def _update_recipe_srcrev(recipename, workspace, srctree, rd, appendlayerdir, wi | |||
1576 | patchfields['SRC_URI'] = '\\\n '.join(srcuri) | 1576 | patchfields['SRC_URI'] = '\\\n '.join(srcuri) |
1577 | if dry_run_outdir: | 1577 | if dry_run_outdir: |
1578 | logger.info('Creating bbappend (dry-run)') | 1578 | logger.info('Creating bbappend (dry-run)') |
1579 | else: | 1579 | appendfile, destpath = oe.recipeutils.bbappend_recipe( |
1580 | appendfile, destpath = oe.recipeutils.bbappend_recipe( | 1580 | rd, appendlayerdir, files, wildcardver=wildcard_version, |
1581 | rd, appendlayerdir, files, wildcardver=wildcard_version, | 1581 | extralines=patchfields, removevalues=removevalues, |
1582 | extralines=patchfields, removevalues=removevalues, | 1582 | redirect_output=dry_run_outdir) |
1583 | redirect_output=dry_run_outdir) | ||
1584 | else: | 1583 | else: |
1585 | files_dir = _determine_files_dir(rd) | 1584 | files_dir = _determine_files_dir(rd) |
1586 | for basepath, path in upd_f.items(): | 1585 | for basepath, path in upd_f.items(): |