]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
spdx: Update to latest bindings
authorJoshua Watt <JPEWhacker@gmail.com>
Wed, 18 Mar 2026 13:44:40 +0000 (07:44 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 Mar 2026 10:55:08 +0000 (10:55 +0000)
commit8061433fcd11eba91a29004dfafd175d449fb2fd
tree19990ecaadc7a3d49eeb8d6c9fdecef838001656
parent45019a49f977c1e31a11f153a87839b4b5aee210
spdx: Update to latest bindings

Updates the to bindings generated from version 1.0.0 of shacl2code.
These bindings make some changes to the way extension classes are
generated, add support for context in generate SPDX files, and are about
25% faster and more space efficient than the previous version

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/create-spdx-3.0.bbclass
meta/lib/oe/sbom30.py
meta/lib/oe/spdx30/__init__.py [new file with mode: 0644]
meta/lib/oe/spdx30/__main__.py [new file with mode: 0644]
meta/lib/oe/spdx30/cmd.py [new file with mode: 0644]
meta/lib/oe/spdx30/model.py [moved from meta/lib/oe/spdx30.py with 52% similarity]
meta/lib/oe/spdx30/stub.pyi [new file with mode: 0644]
scripts/contrib/make-spdx-bindings.sh