From 12c264bb7d53a431839b799ddf8bfcf4c7a0060a Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 22 Feb 2022 11:15:05 -0500 Subject: Update to SPDX license names Apply updates from running the new convert-spdx-licenses script from upstream. This is not currently a hard requirement from upstream, but futureproofs for when the license name mapping is finally removed. Bug-AGL: SPEC-3819 Signed-off-by: Scott Murray Change-Id: Iad7f9d353d3111287e2b39ee98cd872e2b7fec32 --- .../recipes-kernel/linux-jailhouse-custom/kernel-devsrc.bb | 2 +- .../recipes-kernel/linux-jailhouse-custom/linux-jailhouse-custom_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-agl-jailhouse/recipes-kernel') diff --git a/meta-agl-jailhouse/recipes-kernel/linux-jailhouse-custom/kernel-devsrc.bb b/meta-agl-jailhouse/recipes-kernel/linux-jailhouse-custom/kernel-devsrc.bb index 8a6e4903..6bf9fe7a 100644 --- a/meta-agl-jailhouse/recipes-kernel/linux-jailhouse-custom/kernel-devsrc.bb +++ b/meta-agl-jailhouse/recipes-kernel/linux-jailhouse-custom/kernel-devsrc.bb @@ -5,7 +5,7 @@ development or external module builds" SECTION = "kernel" -LICENSE = "GPLv2" +LICENSE = "GPL-2.0-only" inherit linux-kernel-base diff --git a/meta-agl-jailhouse/recipes-kernel/linux-jailhouse-custom/linux-jailhouse-custom_git.bb b/meta-agl-jailhouse/recipes-kernel/linux-jailhouse-custom/linux-jailhouse-custom_git.bb index 8401a458..23b1cebd 100644 --- a/meta-agl-jailhouse/recipes-kernel/linux-jailhouse-custom/linux-jailhouse-custom_git.bb +++ b/meta-agl-jailhouse/recipes-kernel/linux-jailhouse-custom/linux-jailhouse-custom_git.bb @@ -1,5 +1,5 @@ # Recipe created by recipetool -LICENSE = "GPL-2.0" +LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" inherit kernel -- cgit 1.2.3-korg