diff options
Diffstat (limited to 'bitbake/lib/bb/cookerdata.py')
| -rw-r--r-- | bitbake/lib/bb/cookerdata.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/cookerdata.py b/bitbake/lib/bb/cookerdata.py index 524a2cd3d0..3d3f133d2e 100644 --- a/bitbake/lib/bb/cookerdata.py +++ b/bitbake/lib/bb/cookerdata.py | |||
| @@ -79,7 +79,7 @@ class ConfigParameters(object): | |||
| 79 | "prefile", "postfile", "tracking"]: | 79 | "prefile", "postfile", "tracking"]: |
| 80 | options[o] = getattr(self.options, o) | 80 | options[o] = getattr(self.options, o) |
| 81 | 81 | ||
| 82 | ret, error = server.runCommand(["updateConfig", options, environment]) | 82 | ret, error = server.runCommand(["updateConfig", options, environment, sys.argv]) |
| 83 | if error: | 83 | if error: |
| 84 | raise Exception("Unable to update the server configuration with local parameters: %s" % error) | 84 | raise Exception("Unable to update the server configuration with local parameters: %s" % error) |
| 85 | 85 | ||
