Home
last modified time | relevance | path

Searched refs:patch_recipe_varfunc (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oe/
H A Drecipeutils.py235 def patch_recipe_varfunc(varname, origvalue, op, newlines): function
256 bb.utils.edit_metadata(fromlines, varlist, patch_recipe_varfunc)
260 …changed, tolines = bb.utils.edit_metadata(fromlines, varlist, patch_recipe_varfunc, match_override…