diff --git a/bitbake/lib/bb/command.py b/bitbake/lib/bb/command.py index 390d4f1de3..ab51d8e6cd 100644 --- a/bitbake/lib/bb/command.py +++ b/bitbake/lib/bb/command.py @@ -479,6 +479,9 @@ class CommandsSync: '_connector_overrides': overridedata} else: value['_connector_overrides'] = overridedata + else: + value = {} + value['_connector_overrides'] = overridedata return value dataStoreConnectorFindVar.readonly = True