mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
3656481b53
commit
d97aaac2d5
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user