summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/bb/data_smart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/data_smart.py b/bitbake/lib/bb/data_smart.py
index 66cb84564e..a6611c4e94 100644
--- a/bitbake/lib/bb/data_smart.py
+++ b/bitbake/lib/bb/data_smart.py
@@ -692,7 +692,7 @@ class DataSmart(MutableMapping):
692 match = active[a] 692 match = active[a]
693 del active[a] 693 del active[a]
694 if match: 694 if match:
695 value = self.getVar(match) 695 value = self.getVar(match, False)
696 696
697 if local_var is not None and value is None: 697 if local_var is not None and value is None:
698 if flag in local_var: 698 if flag in local_var: