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:25:42 +0100
commitf69017a713803a0e47fe3f0207c1a5b22ad30030 (patch)
treea53d2efaf9558e8d7b6b4d32535854f22b0672af /meta/classes
parentbfc5f9f80874c431d28511b6ad3e253c51945cc4 (diff)
downloadpoky-f69017a713803a0e47fe3f0207c1a5b22ad30030.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. (From OE-Core rev: ddcf15134b5ec4bf4c728156461c2e45194d71ca) 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
1031 1031
1032 for name in sorted(packages.keys()): 1032 for name in sorted(packages.keys()):
1033 if name not in providers: 1033 if name not in providers:
1034 bb.fatal("Unable to find provider for '%s'" % name) 1034 bb.fatal("Unable to find SPDX provider for '%s'" % name)
1035 1035
1036 pkg_name, pkg_hashfn = providers[name] 1036 pkg_name, pkg_hashfn = providers[name]
1037 1037