diff options
author | Joshua Watt <JPEWhacker@gmail.com> | 2024-07-12 09:58:22 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-07-16 15:00:59 +0100 |
commit | 3f76c3d2c2b22b720883f324769587b593293c9b (patch) | |
tree | 2f2c32457deef373d83501af0f11826a80513c7b | |
parent | 87c60b9a5ae539f161bb427e5d28366f2c037f5e (diff) | |
download | poky-3f76c3d2c2b22b720883f324769587b593293c9b.tar.gz |
Switch default spdx version to 3.0
Changes the default SPDX version to 3.0
(From OE-Core rev: beef4c1a3e9fd8fa9cdbbb61e1bc3931012735b3)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/classes/create-spdx.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/create-spdx.bbclass b/meta/classes/create-spdx.bbclass index 19c6c0ff0b..b604973ae0 100644 --- a/meta/classes/create-spdx.bbclass +++ b/meta/classes/create-spdx.bbclass | |||
@@ -5,4 +5,4 @@ | |||
5 | # | 5 | # |
6 | # Include this class when you don't care what version of SPDX you get; it will | 6 | # Include this class when you don't care what version of SPDX you get; it will |
7 | # be updated to the latest stable version that is supported | 7 | # be updated to the latest stable version that is supported |
8 | inherit create-spdx-2.2 | 8 | inherit create-spdx-3.0 |