diff options
author | Ola x Nilsson <ola.x.nilsson@axis.com> | 2016-08-23 09:28:10 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-25 23:03:45 +0100 |
commit | d97aaac2d5e0fcae896e8e9da942e804f757c54f (patch) | |
tree | 256b1909fb359b6cd676f699dc052f41ada03430 /scripts | |
parent | 3656481b53bc3c62bb1c05bd8a6bfb73ddd599b7 (diff) | |
download | poky-d97aaac2d5e0fcae896e8e9da942e804f757c54f.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)
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>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/lib/devtool/standard.py | 1 |
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') |