]> code.ossystems Code Review - openembedded-core.git/commit
bitbake: add optional expansion to getVarFlag()
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 10 Dec 2010 15:30:30 +0000 (15:30 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 14 Dec 2010 22:36:19 +0000 (22:36 +0000)
commit80e6408b9f0a07e192696a2c2d371b258b4b187d
treee4a3c12b4855644fe11991952f98a75871727e9a
parenta52e4063f4da3ac377959bbd1bea425c9a466df9
bitbake: add optional expansion to getVarFlag()

Add a parameter to getVarFlag() to auto-expand the value of the flag. This
makes getVarFlag() more consistent with getVar(), and allows expansion of
vardeps and vardepsexclude (which has been done in this commit).

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
bitbake/lib/bb/data.py
bitbake/lib/bb/data_smart.py