skip_recipe_dynamic: remove not needed update_data call

This operation is a no-op in bitbake today, so there's no need to call it.

JIRA: SB-21758

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
Christopher Larson
2023-05-18 10:32:24 -05:00
parent 10b14f8ab4
commit c6f37ce1ba

View File

@@ -29,7 +29,6 @@ python skip_recipe_dynamic_setup () {
localdata.setVar('MLPREFIX', prefix + '-')
override = ':virtclass-multilib-' + prefix
localdata.setVar('OVERRIDES', localdata.getVar('OVERRIDES', False) + override)
bb.data.update_data(localdata)
to_blacklist |= set(filter(None, localdata.getVar('SKIP_RECIPE_DYNAMIC').split()))