]> code.ossystems Code Review - openembedded-core.git/commitdiff
devtool: Use the wildcard flag in update_recipe_patch
authorOla x Nilsson <ola.x.nilsson@axis.com>
Tue, 23 Aug 2016 07:28:10 +0000 (09:28 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 8 Nov 2016 23:03:17 +0000 (23:03 +0000)
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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
scripts/lib/devtool/standard.py

index ae6517e1678b3fd6426e00814b00cacf3d8eddb2..f414860831044698f206f97baac6846def413f02 100644 (file)
@@ -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')