summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
authorJoshua Watt <jpewhacker@gmail.com>2024-09-27 09:51:56 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-09-30 17:07:18 +0100
commit2e594183251f22dd6ba040d410766f7a4c959fca (patch)
treef8a25a5d36ad00d46ae369e23d9d4ba127f4a8c5 /meta/classes
parent07836a96845bad998a803aedf6b3a6d80445f211 (diff)
downloadpoky-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.bbclass2
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
7inherit spdx-common 7inherit spdx-common
8 8
9SPDX_VERSION = "3.0.0" 9SPDX_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
12SPDX_PROFILES ?= "core build software simpleLicensing security" 12SPDX_PROFILES ?= "core build software simpleLicensing security"