diff options
| -rw-r--r-- | bitbake/lib/bb/data_smart.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/data_smart.py b/bitbake/lib/bb/data_smart.py index be43eb9be3..17768c8f4b 100644 --- a/bitbake/lib/bb/data_smart.py +++ b/bitbake/lib/bb/data_smart.py | |||
| @@ -844,7 +844,7 @@ class DataSmart(MutableMapping): | |||
| 844 | data = DataSmart() | 844 | data = DataSmart() |
| 845 | data.dict["_data"] = self.dict | 845 | data.dict["_data"] = self.dict |
| 846 | data.varhistory = self.varhistory.copy() | 846 | data.varhistory = self.varhistory.copy() |
| 847 | data.varhistory.datasmart = data | 847 | data.varhistory.dataroot = data |
| 848 | data.inchistory = self.inchistory.copy() | 848 | data.inchistory = self.inchistory.copy() |
| 849 | 849 | ||
| 850 | data._tracking = self._tracking | 850 | data._tracking = self._tracking |
