From bdcc24a44faa1054bd5d458c1cdb9ac0b06a3cfe Mon Sep 17 00:00:00 2001 From: Bastian Germann Date: Fri, 31 Jan 2025 20:25:20 +0100 Subject: licenses: Map SGIv1 to SGI-OpenGL SGI-1 is not a SPDX license identifier. However, the SGI-1 license has the same license text as SGI-OpenGL. Map the old SGIv1 name to SGI-OpenGL. (From OE-Core rev: e97a9c3c86a8fe27a26ad69174ba50e5228846e5) Signed-off-by: Bastian Germann Signed-off-by: Richard Purdie --- meta/conf/licenses.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/conf') diff --git a/meta/conf/licenses.conf b/meta/conf/licenses.conf index 991fb6cc23..dcb499c3f3 100644 --- a/meta/conf/licenses.conf +++ b/meta/conf/licenses.conf @@ -112,7 +112,7 @@ SPDXLICENSEMAP[tcl] = "TCL" SPDXLICENSEMAP[vim] = "Vim" # Silicon Graphics variations -SPDXLICENSEMAP[SGIv1] = "SGI-1" +SPDXLICENSEMAP[SGIv1] = "SGI-OpenGL" # Additional license directories. Add your custom licenses directories this path. # LICENSE_PATH += "${COREBASE}/custom-licenses" -- cgit v1.2.3-54-g00ecf