[1/1] update debsbom to v0.7.1

Message ID 20260320141534.3843558-1-felix.moessbauer@siemens.com
State New
Headers show
Series [1/1] update debsbom to v0.7.1 | expand

Commit Message

Felix Moessbauer March 20, 2026, 2:15 p.m. UTC
This brings an isar relevant fix to properly fill in the root components
supplier on CycloneDX.

Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com>
---
 .../{python3-debsbom_0.6.1.bb => python3-debsbom_0.7.1.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/python3-debsbom/{python3-debsbom_0.6.1.bb => python3-debsbom_0.7.1.bb} (95%)

Patch

diff --git a/meta/recipes-support/python3-debsbom/python3-debsbom_0.6.1.bb b/meta/recipes-support/python3-debsbom/python3-debsbom_0.7.1.bb
similarity index 95%
rename from meta/recipes-support/python3-debsbom/python3-debsbom_0.6.1.bb
rename to meta/recipes-support/python3-debsbom/python3-debsbom_0.7.1.bb
index 7cc2b601..810fb736 100644
--- a/meta/recipes-support/python3-debsbom/python3-debsbom_0.6.1.bb
+++ b/meta/recipes-support/python3-debsbom/python3-debsbom_0.7.1.bb
@@ -35,7 +35,7 @@  SRC_URI = "git://github.com/siemens/debsbom.git;protocol=https;branch=main; \
            file://rules \
            file://0001-Use-old-license-description-in-pyproject.toml.patch \
            "
-SRCREV = "6ca83a00bc80e8eddc67bff757585d6568f06063"
+SRCREV = "c80cadb28b15add6f2c0a03c0d5cbf3a252c5f15"
 
 do_prepare_build[cleandirs] += "${S}/debian"
 do_prepare_build() {