diff options
Diffstat (limited to 'meta/lib/oe/sbom30.py')
-rw-r--r-- | meta/lib/oe/sbom30.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oe/sbom30.py b/meta/lib/oe/sbom30.py index 2cea56ac3e..76bfb752ef 100644 --- a/meta/lib/oe/sbom30.py +++ b/meta/lib/oe/sbom30.py | |||
@@ -782,7 +782,7 @@ class ObjectSet(oe.spdx30.SHACLObjectSet): | |||
782 | if not isinstance(value, str): | 782 | if not isinstance(value, str): |
783 | continue | 783 | continue |
784 | 784 | ||
785 | build.parameters.append( | 785 | build.build_parameters.append( |
786 | oe.spdx30.DictionaryEntry(key=varname, value=value) | 786 | oe.spdx30.DictionaryEntry(key=varname, value=value) |
787 | ) | 787 | ) |
788 | 788 | ||