diff options
Diffstat (limited to 'bitbake/lib/bb/tinfoil.py')
-rw-r--r-- | bitbake/lib/bb/tinfoil.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/tinfoil.py b/bitbake/lib/bb/tinfoil.py index 7d53608b21..8c9b6b8ca5 100644 --- a/bitbake/lib/bb/tinfoil.py +++ b/bitbake/lib/bb/tinfoil.py | |||
@@ -636,6 +636,7 @@ class Tinfoil: | |||
636 | if appends and appendlist == []: | 636 | if appends and appendlist == []: |
637 | appends = False | 637 | appends = False |
638 | if config_data: | 638 | if config_data: |
639 | config_data = bb.data.createCopy(config_data) | ||
639 | dscon = self.run_command('parseRecipeFile', fn, appends, appendlist, config_data.dsindex) | 640 | dscon = self.run_command('parseRecipeFile', fn, appends, appendlist, config_data.dsindex) |
640 | else: | 641 | else: |
641 | dscon = self.run_command('parseRecipeFile', fn, appends, appendlist) | 642 | dscon = self.run_command('parseRecipeFile', fn, appends, appendlist) |