diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-02 13:58:17 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-10 15:47:11 +0000 |
commit | f652b6b9d0db96d0fa2d2f1c732263140633d15f (patch) | |
tree | 1bf8485fdd749cd21e86e3c5624355218545e4d3 /bitbake/lib/toaster | |
parent | d3e0c448eadf252c1b4e155291a24a12b2912656 (diff) | |
download | poky-f652b6b9d0db96d0fa2d2f1c732263140633d15f.tar.gz |
bitbake: data: Don't expand python functions for variable dependencies
Expanding python functions for variable dependencies doesn't really make sense,
not least since this causes execution of any inline python, it also makes it
impossible to write expressions like d.expand("${X}") of d.setVar("X", "${Y}")
which may have the wrong values if expanded now.
This starts to standardise the approach across bitbake for handling python code.
(Bitbake rev: 765a2480dbe288f64562a9611dd93b6b6dd0a64e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster')
0 files changed, 0 insertions, 0 deletions