summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-25 14:28:21 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-26 10:23:32 +0100
commitddcf15134b5ec4bf4c728156461c2e45194d71ca (patch)
tree4498706046de4661e3d4459c05c19f849cb3d5d6 /meta/classes
parent1172774088a81dfa0447cf7d39caf115bd6c6a7c (diff)
downloadopenembedded-core-ddcf15134b5ec4bf4c728156461c2e45194d71ca.tar.gz
create-spdx: Ensure it is clear where the message comes from
This message can appear in do_rootfs and the users tend to think this is some kind of packaging issue. Add SPDX to the message so users like me think in the right direction. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/create-spdx-2.2.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/create-spdx-2.2.bbclass b/meta/classes/create-spdx-2.2.bbclass
index 885f07a1f8..3ee1b7ee0d 100644
--- a/meta/classes/create-spdx-2.2.bbclass
+++ b/meta/classes/create-spdx-2.2.bbclass
@@ -1031,7 +1031,7 @@ def combine_spdx(d, rootfs_name, rootfs_deploydir, rootfs_spdxid, packages, spdx
for name in sorted(packages.keys()):
if name not in providers:
- bb.fatal("Unable to find provider for '%s'" % name)
+ bb.fatal("Unable to find SPDX provider for '%s'" % name)
pkg_name, pkg_hashfn = providers[name]