summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/data_smart.py
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-09-30 20:57:18 +0000
committerRichard Purdie <richard@openedhand.com>2008-09-30 20:57:18 +0000
commit2e182847e4a780c58c5b8046eb98f7f6c8970ea1 (patch)
treedc3ccf060b2b04c8af29c75607260052bc92673b /bitbake/lib/bb/data_smart.py
parent221ac2b25f544a500869667d8f95c6c12c80db1a (diff)
downloadpoky-2e182847e4a780c58c5b8046eb98f7f6c8970ea1.tar.gz
bitbake/bitbake-dev: Allow much better control of which variable influence bitbake from the environment
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5347 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/lib/bb/data_smart.py')
-rw-r--r--bitbake/lib/bb/data_smart.py3
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: