summaryrefslogtreecommitdiffstats
path: root/scripts/lib/devtool
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/devtool')
-rw-r--r--scripts/lib/devtool/standard.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py
index 3de2401325..6874224417 100644
--- a/scripts/lib/devtool/standard.py
+++ b/scripts/lib/devtool/standard.py
@@ -1186,6 +1186,7 @@ def _update_recipe_patch(recipename, workspace, srctree, rd, appendlayerdir, wil
1186 removevalues = {'SRC_URI': removedentries + remaining} 1186 removevalues = {'SRC_URI': removedentries + remaining}
1187 _, destpath = oe.recipeutils.bbappend_recipe( 1187 _, destpath = oe.recipeutils.bbappend_recipe(
1188 rd, appendlayerdir, files, 1188 rd, appendlayerdir, files,
1189 wildcardver=wildcard_version,
1189 removevalues=removevalues) 1190 removevalues=removevalues)
1190 else: 1191 else:
1191 logger.info('No patches or local source files needed updating') 1192 logger.info('No patches or local source files needed updating')