summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOla x Nilsson <ola.x.nilsson@axis.com>2016-08-23 09:28:10 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-11-08 23:47:13 +0000
commit53766fb01f3ca4b61a0a07a186728427723e6127 (patch)
treeedb931824074eeb8df9d3b3a62d14547d0196e37
parent3134fb2861f57817a5c3471472c0e04b2113c531 (diff)
downloadpoky-53766fb01f3ca4b61a0a07a186728427723e6127.tar.gz
devtool: Use the wildcard flag in update_recipe_patch
The --wilcard-version flag was only used in the srcrev variant of the update-recipe command. (From OE-Core rev: d3057cba0b01484712fcee3c52373c143608a436) (From OE-Core rev: ab9ec025122357f2736fe31a398a2db04a2b7b3b) Signed-off-by: Ola x Nilsson <ola.x.nilsson@axis.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 ae6517e167..f414860831 100644
--- a/scripts/lib/devtool/standard.py
+++ b/scripts/lib/devtool/standard.py
@@ -1163,6 +1163,7 @@ def _update_recipe_patch(args, config, workspace, srctree, rd, config_data):
1163 removevalues = {'SRC_URI': removedentries + remaining} 1163 removevalues = {'SRC_URI': removedentries + remaining}
1164 _, destpath = oe.recipeutils.bbappend_recipe( 1164 _, destpath = oe.recipeutils.bbappend_recipe(
1165 rd, args.append, files, 1165 rd, args.append, files,
1166 wildcardver=args.wildcard_version,
1166 removevalues=removevalues) 1167 removevalues=removevalues)
1167 else: 1168 else:
1168 logger.info('No patches or local source files needed updating') 1169 logger.info('No patches or local source files needed updating')