diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-03 16:09:32 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-04 22:03:48 +0000 |
commit | 707cdcf9050397ce48c81a7225ca01f618b9a87a (patch) | |
tree | 2a661d80f37581a20a24d90983712a25649b5d0d /bitbake/lib/bb/persist_data.py | |
parent | 82f9c2bcff3e977beefde6048d2ba32d17acbbd0 (diff) | |
download | poky-707cdcf9050397ce48c81a7225ca01f618b9a87a.tar.gz |
bitbake: data: Account for pre/postfunc functions when calculating dependencies
pre/postfuncs were not being added to checksums. This meant that when reconfiguration
occurred, tasks were not always being rerun when they should. This include
sstate functions as well as systemd's do_install function in the OE metadata.
With the addition of postfuncs, its possible a shell task can have a python
pre/postfunc so we have to guard against this when generating shell output
in emit_func.
(Bitbake rev: b84d010144de687667cf855ddcb41c9b863c236e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/persist_data.py')
0 files changed, 0 insertions, 0 deletions