diff options
author | Joshua Watt <JPEWhacker@gmail.com> | 2024-11-22 08:49:39 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-23 14:44:54 +0000 |
commit | 9ca371643776d1b4d9b3beae79482ba6be7618a9 (patch) | |
tree | e5d2827c852e1f11f0057f4eddf4dac6c29600a9 /scripts/patchtest-send-results | |
parent | db4bdba2fd3cd5453e11d4cb7d25b01980f6962c (diff) | |
download | poky-9ca371643776d1b4d9b3beae79482ba6be7618a9.tar.gz |
spdx: Fix SPDX tasks not running when code changes
The SPDX code makes heavy use of python classes. While this works very
well, the bitbake dependency parser is unable to understand how to deal
with them, and thus changes to the class code do not cause rebuilds to
occur. To correct this, add the library files that include SPDX code as
file checksums for the SPDX tasks. If this method works well for SPDX,
we will look at implementing something similar in the bitbake dependency
parser that should allow correct checksums without having to explicitly
add them to each class.
(From OE-Core rev: 6ac3033b77a0d1f7ab15801c5c65931adede3923)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/patchtest-send-results')
0 files changed, 0 insertions, 0 deletions