diff options
| -rw-r--r-- | meta/lib/oeqa/utils/commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/utils/commands.py b/meta/lib/oeqa/utils/commands.py index 0bb90028dc..cad0bea0be 100644 --- a/meta/lib/oeqa/utils/commands.py +++ b/meta/lib/oeqa/utils/commands.py | |||
| @@ -227,7 +227,7 @@ def get_bb_vars(variables=None, target=None, postconfig=None): | |||
| 227 | bbenv = get_bb_env(target, postconfig=postconfig) | 227 | bbenv = get_bb_env(target, postconfig=postconfig) |
| 228 | 228 | ||
| 229 | if variables is not None: | 229 | if variables is not None: |
| 230 | variables = variables.copy() | 230 | variables = list(variables) |
| 231 | var_re = re.compile(r'^(export )?(?P<var>\w+(_.*)?)="(?P<value>.*)"$') | 231 | var_re = re.compile(r'^(export )?(?P<var>\w+(_.*)?)="(?P<value>.*)"$') |
| 232 | unset_re = re.compile(r'^unset (?P<var>\w+)$') | 232 | unset_re = re.compile(r'^unset (?P<var>\w+)$') |
| 233 | lastline = None | 233 | lastline = None |
