[gnome-continuous-yocto/gnomeostree-3.28-rocko: 2070/8267] devtool: Use the wildcard flag in update_recipe_patch



commit d97aaac2d5e0fcae896e8e9da942e804f757c54f
Author: Ola x Nilsson <ola x nilsson axis com>
Date:   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 axis com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 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 3de2401..6874224 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')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]