bitbake: data_smart: Add missing expand parameter to getVar call

(Bitbake rev: 2876019e696ff2af164961d5d4c8e3ea9dfefc23)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2016-02-02 23:49:40 +00:00
parent 56454f6fb2
commit 390c2c1268
1 changed files with 1 additions and 1 deletions

View File

@ -692,7 +692,7 @@ class DataSmart(MutableMapping):
match = active[a]
del active[a]
if match:
value = self.getVar(match)
value = self.getVar(match, False)
if local_var is not None and value is None:
if flag in local_var: