summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/build.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-02 13:59:52 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-10 15:47:11 +0000
commite39cfb1f9c491a1b8bc5730b83616ec56e3a6c64 (patch)
tree70de1940075c0f129687a90712b95648a34e9093 /bitbake/lib/bb/build.py
parentf652b6b9d0db96d0fa2d2f1c732263140633d15f (diff)
downloadpoky-e39cfb1f9c491a1b8bc5730b83616ec56e3a6c64.tar.gz
bitbake: cooker: Don't expand python functions in variable dumps
We don't want to expand python functions since they aren't expanded at execution time (e.g. anonymous python). They can also have side effects. This function is primarily used by toaster for variable dumps for later display. The lack of expansion of python functions won't matter in this case and actively helps some variable handling (e.g. SRCPV). (Bitbake rev: 3f5520b4844a4bdd615046479ba08ed192bdc8cd) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/build.py')
0 files changed, 0 insertions, 0 deletions