summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBELOUARGA Mohamed <m.belouarga@technologyandstrategy.com>2024-02-14 22:49:05 +0100
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2024-02-15 11:57:23 +0100
commita7d1095d60e54e5050ef5247af5a7e994aed0543 (patch)
treecc1ef554d2cee5b9df2fae12b87844e89fbfa27b
parent5a877b5b6470e46eb8e8827f7421beda23f00e9b (diff)
downloadopenembedded-core-contrib-abelloni/master-next-success.tar.gz
create-spdx-2.2: Correct the default value of SPDX_NAMESPACE_PREFIXabelloni/master-next-success
This patch corrects the default value of SPDX_NAMESPACE_PREFIX as the previous value is not expected to exist. [ YOCTO #15398 ] Signed-off-by: BELOUARGA Mohamed <m.belouarga@technologyandstrategy.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
-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 486efadba9..dedaffc043 100644
--- a/meta/classes/create-spdx-2.2.bbclass
+++ b/meta/classes/create-spdx-2.2.bbclass
@@ -28,7 +28,7 @@ SPDX_ARCHIVE_SOURCES ??= "0"
SPDX_ARCHIVE_PACKAGED ??= "0"
SPDX_UUID_NAMESPACE ??= "sbom.openembedded.org"
-SPDX_NAMESPACE_PREFIX ??= "http://spdx.org/spdxdoc"
+SPDX_NAMESPACE_PREFIX ??= "https://spdx.org/spdxdocs"
SPDX_PRETTY ??= "0"
SPDX_LICENSES ??= "${COREBASE}/meta/files/spdx-licenses.json"