diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-03-04 00:45:19 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-03-04 17:41:45 -0800 |
commit | 42f365246d66ca33eb94e974032b57dd580d43b1 (patch) | |
tree | 64f096246aac318dab56259232efa50fea375944 | |
parent | 06851c6fdc4de0b21034661039f9932a85b5adde (diff) | |
download | meta-openembedded-42f365246d66ca33eb94e974032b57dd580d43b1.tar.gz |
recipes: Update LICENSE variable to use SPDX license identifiers
Signed-off-by: Khem Raj <raj.khem@gmail.com>
7 files changed, 7 insertions, 7 deletions
diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb index 08d983e62..9f7a214d8 100644 --- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb +++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "kexecboot linux-as-bootloader" | 1 | SUMMARY = "kexecboot linux-as-bootloader" |
2 | DESCRIPTION = "kexecboot is a graphical linux-as-bootloader implementation based on kexec." | 2 | DESCRIPTION = "kexecboot is a graphical linux-as-bootloader implementation based on kexec." |
3 | HOMEPAGE = "http://kexecboot.org" | 3 | HOMEPAGE = "http://kexecboot.org" |
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPL-2.0-only" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
6 | PV = "0.6+git${SRCPV}" | 6 | PV = "0.6+git${SRCPV}" |
7 | S = "${WORKDIR}/git" | 7 | S = "${WORKDIR}/git" |
diff --git a/meta-initramfs/recipes-devtools/dracut/dracut_055.bb b/meta-initramfs/recipes-devtools/dracut/dracut_055.bb index 3eee6669a..a8fc5462f 100644 --- a/meta-initramfs/recipes-devtools/dracut/dracut_055.bb +++ b/meta-initramfs/recipes-devtools/dracut/dracut_055.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Initramfs generator using udev" | |||
2 | HOMEPAGE = "https://dracut.wiki.kernel.org/index.php/Main_Page" | 2 | HOMEPAGE = "https://dracut.wiki.kernel.org/index.php/Main_Page" |
3 | DESCRIPTION = "Dracut is an event driven initramfs infrastructure. dracut (the tool) is used to create an initramfs image by copying tools and files from an installed system and combining it with the dracut framework, usually found in /usr/lib/dracut/modules.d." | 3 | DESCRIPTION = "Dracut is an event driven initramfs infrastructure. dracut (the tool) is used to create an initramfs image by copying tools and files from an installed system and combining it with the dracut framework, usually found in /usr/lib/dracut/modules.d." |
4 | 4 | ||
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPL-2.0-only" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
7 | 7 | ||
8 | PE = "1" | 8 | PE = "1" |
diff --git a/meta-initramfs/recipes-devtools/grubby/grubby_8.40.bb b/meta-initramfs/recipes-devtools/grubby/grubby_8.40.bb index b224a5c25..307c0e85d 100644 --- a/meta-initramfs/recipes-devtools/grubby/grubby_8.40.bb +++ b/meta-initramfs/recipes-devtools/grubby/grubby_8.40.bb | |||
@@ -5,7 +5,7 @@ zipl (s390) boot loaders. It is primarily designed to be used from scripts which | |||
5 | new kernels and need to find information about the current boot environment. \ | 5 | new kernels and need to find information about the current boot environment. \ |
6 | " | 6 | " |
7 | HOMEPAGE = "https://github.com/rhboot/grubby" | 7 | HOMEPAGE = "https://github.com/rhboot/grubby" |
8 | LICENSE = "GPLv2+" | 8 | LICENSE = "GPL-2.0-or-later" |
9 | 9 | ||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a" |
11 | 11 | ||
diff --git a/meta-initramfs/recipes-devtools/grubby/grubby_git.bb b/meta-initramfs/recipes-devtools/grubby/grubby_git.bb index 43fcc1aee..a276bf423 100644 --- a/meta-initramfs/recipes-devtools/grubby/grubby_git.bb +++ b/meta-initramfs/recipes-devtools/grubby/grubby_git.bb | |||
@@ -5,7 +5,7 @@ zipl (s390) boot loaders. It is primarily designed to be used from scripts which | |||
5 | new kernels and need to find information about the current boot environment. \ | 5 | new kernels and need to find information about the current boot environment. \ |
6 | " | 6 | " |
7 | HOMEPAGE = "https://github.com/rhboot/grubby" | 7 | HOMEPAGE = "https://github.com/rhboot/grubby" |
8 | LICENSE = "GPLv2+" | 8 | LICENSE = "GPL-2.0-or-later" |
9 | 9 | ||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a" |
11 | 11 | ||
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc.inc b/meta-initramfs/recipes-devtools/klibc/klibc.inc index 1a188a6fa..ceb4f5ad3 100644 --- a/meta-initramfs/recipes-devtools/klibc/klibc.inc +++ b/meta-initramfs/recipes-devtools/klibc/klibc.inc | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "klibc is intended to be a minimalistic libc subset for \ | |||
2 | use with initramfs. It is deliberately written for small size, \ | 2 | use with initramfs. It is deliberately written for small size, \ |
3 | minimal entaglement, and portability, not speed." | 3 | minimal entaglement, and portability, not speed." |
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | LICENSE = "BSD-3-Clause & GPL-2.0 & MIT & Zlib" | 5 | LICENSE = "BSD-3-Clause & GPL-2.0-only & MIT & Zlib" |
6 | LIC_FILES_CHKSUM = "file://usr/klibc/LICENSE;md5=d75181f10e998c21eb147f6d2e43ce8b" | 6 | LIC_FILES_CHKSUM = "file://usr/klibc/LICENSE;md5=d75181f10e998c21eb147f6d2e43ce8b" |
7 | DEPENDS = "linux-libc-headers perl-native" | 7 | DEPENDS = "linux-libc-headers perl-native" |
8 | 8 | ||
diff --git a/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc_2.0.2.bb b/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc_2.0.2.bb index e5446c180..8b91fb4b9 100644 --- a/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc_2.0.2.bb +++ b/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc_2.0.2.bb | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "Small sized tools from mtd-utils for use with initramfs." | |||
3 | SECTION = "base" | 3 | SECTION = "base" |
4 | DEPENDS = "zlib lzo e2fsprogs util-linux" | 4 | DEPENDS = "zlib lzo e2fsprogs util-linux" |
5 | HOMEPAGE = "http://www.linux-mtd.infradead.org/" | 5 | HOMEPAGE = "http://www.linux-mtd.infradead.org/" |
6 | LICENSE = "GPLv2+" | 6 | LICENSE = "GPL-2.0-or-later" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ |
8 | file://include/common.h;beginline=1;endline=17;md5=ba05b07912a44ea2bf81ce409380049c" | 8 | file://include/common.h;beginline=1;endline=17;md5=ba05b07912a44ea2bf81ce409380049c" |
9 | 9 | ||
diff --git a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb index a588296c0..88f32c818 100644 --- a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb +++ b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb | |||
@@ -3,7 +3,7 @@ SUMMARY = "Kexec tools, statically compiled against klibc" | |||
3 | AUTHOR = "Eric Biederman" | 3 | AUTHOR = "Eric Biederman" |
4 | HOMEPAGE = "http://kernel.org/pub/linux/utils/kernel/kexec/" | 4 | HOMEPAGE = "http://kernel.org/pub/linux/utils/kernel/kexec/" |
5 | SECTION = "kernel/userland" | 5 | SECTION = "kernel/userland" |
6 | LICENSE = "GPLv2" | 6 | LICENSE = "GPL-2.0-only" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=ea5bed2f60d357618ca161ad539f7c0a \ | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=ea5bed2f60d357618ca161ad539f7c0a \ |
8 | file://kexec/kexec.c;beginline=1;endline=20;md5=af10f6ae4a8715965e648aa687ad3e09" | 8 | file://kexec/kexec.c;beginline=1;endline=20;md5=af10f6ae4a8715965e648aa687ad3e09" |
9 | PV = "2.0.18+git${SRCPV}" | 9 | PV = "2.0.18+git${SRCPV}" |