diff options
author | Joshua Watt <jpewhacker@gmail.com> | 2024-09-27 09:51:56 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-09-30 17:07:18 +0100 |
commit | 2e594183251f22dd6ba040d410766f7a4c959fca (patch) | |
tree | f8a25a5d36ad00d46ae369e23d9d4ba127f4a8c5 /meta/classes | |
parent | 07836a96845bad998a803aedf6b3a6d80445f211 (diff) | |
download | poky-2e594183251f22dd6ba040d410766f7a4c959fca.tar.gz |
create-spdx-3.0: Upgrade to SPDX 3.0.1
Upgrades the SPDX 3.0 implementation from 3.0.0 -> 3.0.1. This version
introduced some breaking changes. Effectively, 3.0.0 was a pre-release
version that we do not need to support any longer.
(From OE-Core rev: 7e6509a19f6146f0dad0be7037ff4b3268d0128c)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/create-spdx-3.0.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/create-spdx-3.0.bbclass b/meta/classes/create-spdx-3.0.bbclass index c1241e5856..5f0590198f 100644 --- a/meta/classes/create-spdx-3.0.bbclass +++ b/meta/classes/create-spdx-3.0.bbclass | |||
@@ -6,7 +6,7 @@ | |||
6 | 6 | ||
7 | inherit spdx-common | 7 | inherit spdx-common |
8 | 8 | ||
9 | SPDX_VERSION = "3.0.0" | 9 | SPDX_VERSION = "3.0.1" |
10 | 10 | ||
11 | # The list of SPDX profiles generated documents will conform to | 11 | # The list of SPDX profiles generated documents will conform to |
12 | SPDX_PROFILES ?= "core build software simpleLicensing security" | 12 | SPDX_PROFILES ?= "core build software simpleLicensing security" |