diff options
Diffstat (limited to 'bitbake/lib/bb/command.py')
-rw-r--r-- | bitbake/lib/bb/command.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bitbake/lib/bb/command.py b/bitbake/lib/bb/command.py index 2879950933..6abf38668b 100644 --- a/bitbake/lib/bb/command.py +++ b/bitbake/lib/bb/command.py | |||
@@ -499,8 +499,7 @@ class CommandsSync: | |||
499 | appends = params[1] | 499 | appends = params[1] |
500 | appendlist = params[2] | 500 | appendlist = params[2] |
501 | if len(params) > 3: | 501 | if len(params) > 3: |
502 | config_data_dict = params[3] | 502 | config_data = command.remotedatastores[params[3]] |
503 | config_data = command.remotedatastores.receive_datastore(config_data_dict) | ||
504 | else: | 503 | else: |
505 | config_data = None | 504 | config_data = None |
506 | 505 | ||