aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOla x Nilsson <ola.x.nilsson@axis.com>2016-08-23 09:28:10 +0200
committerPaul Eggleton <paul.eggleton@linux.intel.com>2016-10-19 11:10:54 +1300
commitca6d144b11b6fb705acd843f8dc8790d5b0f9b28 (patch)
tree092e76ed09e3fd59a7c1ee8820ab44825d026458
parent609524c30d32259531d6be1f1634a0314fd2c146 (diff)
downloadopenembedded-core-contrib-paule/krogoth-fixes-oe.tar.gz
devtool: Use the wildcard flag in update_recipe_patchpaule/krogoth-fixes-oe
The --wilcard-version flag was only used in the srcrev variant of the update-recipe command. (From OE-Core rev: d3057cba0b01484712fcee3c52373c143608a436) 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>
-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):
removevalues = {'SRC_URI': removedentries + remaining}
_, destpath = oe.recipeutils.bbappend_recipe(
rd, args.append, files,
+ wildcardver=args.wildcard_version,
removevalues=removevalues)
else:
logger.info('No patches or local source files needed updating')