[v8,1/7] debsbom: update to version 0.6.1

Message ID 20260206114054.3010883-2-felix.moessbauer@siemens.com
State Under Review
Headers show
Series Add SBOM generation with debsbom | expand

Commit Message

Felix Moessbauer Feb. 6, 2026, 11:40 a.m. UTC
With that, we get support to extract license information as well.

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

Patch

diff --git a/meta/recipes-support/python3-debsbom/python3-debsbom_0.5.1.bb b/meta/recipes-support/python3-debsbom/python3-debsbom_0.6.1.bb
similarity index 91%
rename from meta/recipes-support/python3-debsbom/python3-debsbom_0.5.1.bb
rename to meta/recipes-support/python3-debsbom/python3-debsbom_0.6.1.bb
index f1524129..7cc2b601 100644
--- a/meta/recipes-support/python3-debsbom/python3-debsbom_0.5.1.bb
+++ b/meta/recipes-support/python3-debsbom/python3-debsbom_0.6.1.bb
@@ -24,6 +24,7 @@  DEBIAN_BUILD_DEPENDS = "dh-python, \
                         python3-debian, \
                         python3-requests, \
                         python3-zstandard, \
+                        python3-license-expression, \
                         "
 
 DEBIAN_DEPENDS = "python3-apt, \${python3:Depends}, \${misc:Depends}"
@@ -34,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 = "ba63720dfc0dc6dcb01994031e092aaebb62a399"
+SRCREV = "6ca83a00bc80e8eddc67bff757585d6568f06063"
 
 do_prepare_build[cleandirs] += "${S}/debian"
 do_prepare_build() {