mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-06-21 08:52:27 +02:00
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:
@@ -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()))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user