mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
lib/oe/sbom30.py: Fix build parameters
The property to specify the build parameters is `build_parameters` not just `parameters` (From OE-Core rev: 61afc6322c9b8664de4f32b629c6e6ade775aeba) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
819ee3eff3
commit
b182a015b0
@@ -782,7 +782,7 @@ class ObjectSet(oe.spdx30.SHACLObjectSet):
|
||||
if not isinstance(value, str):
|
||||
continue
|
||||
|
||||
build.parameters.append(
|
||||
build.build_parameters.append(
|
||||
oe.spdx30.DictionaryEntry(key=varname, value=value)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user