From: Richard Purdie Date: Mon, 25 Sep 2023 13:28:21 +0000 (+0100) Subject: create-spdx: Ensure it is clear where the message comes from X-Git-Tag: yocto-5.2~5082 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ddcf15134b5ec4bf4c728156461c2e45194d71ca;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/meta/classes/create-spdx-2.2.bbclass b/meta/classes/create-spdx-2.2.bbclass index 885f07a1f87..3ee1b7ee0d8 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]