diff options
Diffstat (limited to 'bitbake/lib/bb/data_smart.py')
-rw-r--r-- | bitbake/lib/bb/data_smart.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bitbake/lib/bb/data_smart.py b/bitbake/lib/bb/data_smart.py index b3a51b0edf..0d39d20a45 100644 --- a/bitbake/lib/bb/data_smart.py +++ b/bitbake/lib/bb/data_smart.py | |||
@@ -149,9 +149,6 @@ class DataSmart: | |||
149 | 149 | ||
150 | if not var in self.dict: | 150 | if not var in self.dict: |
151 | self._makeShadowCopy(var) | 151 | self._makeShadowCopy(var) |
152 | if self.getVarFlag(var, 'matchesenv'): | ||
153 | self.delVarFlag(var, 'matchesenv') | ||
154 | self.setVarFlag(var, 'export', 1) | ||
155 | 152 | ||
156 | # more cookies for the cookie monster | 153 | # more cookies for the cookie monster |
157 | if '_' in var: | 154 | if '_' in var: |