mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
lib: sbom30: Fix build parameters
Fixes the build parameters code, since the build_parameter property was changed to be singular in SPDX 3.0.1 (From OE-Core rev: e6e1e4585198b819319bab61ac2676e82f177020) 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
2986626843
commit
43a7402255
@@ -786,7 +786,7 @@ class ObjectSet(oe.spdx30.SHACLObjectSet):
|
||||
if not isinstance(value, str):
|
||||
continue
|
||||
|
||||
build.build_parameters.append(
|
||||
build.build_parameter.append(
|
||||
oe.spdx30.DictionaryEntry(key=varname, value=value)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user