diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-04-02 21:39:03 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-04-06 16:45:34 +0100 |
commit | 9435b6cf10efb11c4ad206e06665321b058d943e (patch) | |
tree | d2edc3bd86115f4fff2f3e058d508ccbe632d965 /bitbake/AUTHORS | |
parent | f15a1f2b7f53b574b5fe0294fc16e88546f97875 (diff) | |
download | poky-9435b6cf10efb11c4ad206e06665321b058d943e.tar.gz |
bitbake: data/siggen: Don't expand ignored variables
If a variable is in the signature whitelist, we'd currently expand
it, then later ignore the data. This is problemtic for code which
has effects when expanded, recently source date epoch in OE-Core
for example.
We don't actually need to do this, if we pass the whitelist into
the earlier function it can avoid the expansion. This also also
give a small performance boost since we avoid running code in some
cases.
[YOCTO #13581]
(Bitbake rev: f483ee4a869fb1dafbe4bdf2da228cdaa40b38bd)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/AUTHORS')
0 files changed, 0 insertions, 0 deletions