From: Ola x Nilsson Date: Tue, 23 Aug 2016 07:28:10 +0000 (+0200) Subject: devtool: Use the wildcard flag in update_recipe_patch X-Git-Tag: uninative-1.4~433 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d3057cba0b01484712fcee3c52373c143608a436;p=openembedded-core.git 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 Signed-off-by: Ross Burton --- 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')