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 22:59:29 +0100 |
commit | d3057cba0b01484712fcee3c52373c143608a436 (patch) | |
tree | f976f799f3eb60bb6bae155504fcdb2e851e4b0a | |
parent | 2eddea3fe8cdc612a5e90806c832bea1570ddfce (diff) | |
download | openembedded-core-d3057cba0b01484712fcee3c52373c143608a436.tar.gz openembedded-core-d3057cba0b01484712fcee3c52373c143608a436.tar.bz2 openembedded-core-d3057cba0b01484712fcee3c52373c143608a436.zip |
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.
Signed-off-by: Ola x Nilsson <ola.x.nilsson@axis.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-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 removevalues = {'SRC_URI': removedentries + remaining} _, destpath = oe.recipeutils.bbappend_recipe( rd, appendlayerdir, files, + wildcardver=wildcard_version, removevalues=removevalues) else: logger.info('No patches or local source files needed updating') |