diff options
-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 29cb9e45ad..08fea2aca3 100644 --- a/meta/lib/oe/sbom30.py +++ b/meta/lib/oe/sbom30.py | |||
@@ -267,7 +267,7 @@ class ObjectSet(oe.spdx30.SHACLObjectSet): | |||
267 | 267 | ||
268 | def new_alias_id(self, obj, replace): | 268 | def new_alias_id(self, obj, replace): |
269 | unihash = self.d.getVar("BB_UNIHASH") | 269 | unihash = self.d.getVar("BB_UNIHASH") |
270 | namespace = self.get_namespace() + "/" | 270 | namespace = self.get_namespace() |
271 | if unihash not in obj._id: | 271 | if unihash not in obj._id: |
272 | bb.warn(f"Unihash {unihash} not found in {obj._id}") | 272 | bb.warn(f"Unihash {unihash} not found in {obj._id}") |
273 | return None | 273 | return None |