[oe-commits] [openembedded-core] 13/37: devtool: Use the wildcard flag in update_recipe_patch

git at git.openembedded.org git at git.openembedded.org
Tue Nov 8 23:47:59 UTC 2016


rpurdie pushed a commit to branch krogoth
in repository openembedded-core.

commit ab9ec025122357f2736fe31a398a2db04a2b7b3b
Author: Ola x Nilsson <ola.x.nilsson at axis.com>
AuthorDate: Tue Aug 23 09:28:10 2016 +0200

    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 at axis.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 scripts/lib/devtool/standard.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py
index ae6517e..f414860 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')

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list