diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-03-04 00:44:20 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-03-04 17:41:45 -0800 |
commit | 14c7d8a0d7cb843ac8b0d25cc4170fa640ac1295 (patch) | |
tree | 5b71e3261028cf7043840154af1a9ae140b8a61e /meta-oe/recipes-bsp | |
parent | 66298242119cf805e757b9af8a7ceaf39c05d69a (diff) | |
download | meta-openembedded-14c7d8a0d7cb843ac8b0d25cc4170fa640ac1295.tar.gz |
recipes: Update LICENSE variable to use SPDX license identifiers
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-bsp')
-rw-r--r-- | meta-oe/recipes-bsp/acpitool/acpitool_0.5.1.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-bsp/con2fbmap/con2fbmap_git.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-bsp/cpufrequtils/cpufrequtils_008.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-bsp/flashrom/flashrom_1.2.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-bsp/fwupd/fwupd-efi_1.2.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-bsp/fwupd/fwupd_1.7.3.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-bsp/irda-utils/irda-utils_0.9.18.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-bsp/ledmon/ledmon_git.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-bsp/lm_sensors/lmsensors-config_1.0.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-bsp/lm_sensors/lmsensors_3.6.0.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-bsp/lsscsi/lsscsi_0.31.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.13.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-bsp/pcmciautils/pcmciautils_018.bb | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/meta-oe/recipes-bsp/acpitool/acpitool_0.5.1.bb b/meta-oe/recipes-bsp/acpitool/acpitool_0.5.1.bb index bc9669d0f3..b392581ecb 100644 --- a/meta-oe/recipes-bsp/acpitool/acpitool_0.5.1.bb +++ b/meta-oe/recipes-bsp/acpitool/acpitool_0.5.1.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "Acpitool is a Linux ACPI client. It simply reads /proc/acpi or /sys/class entries \ | 1 | DESCRIPTION = "Acpitool is a Linux ACPI client. It simply reads /proc/acpi or /sys/class entries \ |
2 | and presents the output in a meaningfull, human-readable format." | 2 | and presents the output in a meaningfull, human-readable format." |
3 | HOMEPAGE = "http://freeunix.dyndns.org:8088/site2/acpitool.shtml" | 3 | HOMEPAGE = "http://freeunix.dyndns.org:8088/site2/acpitool.shtml" |
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 | 6 | ||
7 | SRC_URI = "http://nchc.dl.sourceforge.net/project/${BPN}/${BPN}/${PV}/${BP}.tar.bz2 \ | 7 | SRC_URI = "http://nchc.dl.sourceforge.net/project/${BPN}/${BPN}/${PV}/${BP}.tar.bz2 \ |
diff --git a/meta-oe/recipes-bsp/con2fbmap/con2fbmap_git.bb b/meta-oe/recipes-bsp/con2fbmap/con2fbmap_git.bb index 2edb7c396b..5d1c5ba7e4 100644 --- a/meta-oe/recipes-bsp/con2fbmap/con2fbmap_git.bb +++ b/meta-oe/recipes-bsp/con2fbmap/con2fbmap_git.bb | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | SUMMARY = "Simple utility for swapping an fbtft-based device as the console." | 4 | SUMMARY = "Simple utility for swapping an fbtft-based device as the console." |
5 | HOMEPAGE = "https://gitlab.com/pibox/con2fbmap" | 5 | HOMEPAGE = "https://gitlab.com/pibox/con2fbmap" |
6 | LICENSE = "GPL-3.0" | 6 | LICENSE = "GPL-3.0-only" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
8 | SECTION = "console/utils" | 8 | SECTION = "console/utils" |
9 | DEPENDS = "" | 9 | DEPENDS = "" |
diff --git a/meta-oe/recipes-bsp/cpufrequtils/cpufrequtils_008.bb b/meta-oe/recipes-bsp/cpufrequtils/cpufrequtils_008.bb index ff41459968..1304ba9e03 100644 --- a/meta-oe/recipes-bsp/cpufrequtils/cpufrequtils_008.bb +++ b/meta-oe/recipes-bsp/cpufrequtils/cpufrequtils_008.bb | |||
@@ -4,7 +4,7 @@ inherit gettext | |||
4 | 4 | ||
5 | DEPENDS = "libtool-cross" | 5 | DEPENDS = "libtool-cross" |
6 | 6 | ||
7 | LICENSE = "GPLv2" | 7 | LICENSE = "GPL-2.0-only" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
9 | 9 | ||
10 | SRCREV = "a2f0c39d5f21596bb9f5223e895c0ff210b265d0" | 10 | SRCREV = "a2f0c39d5f21596bb9f5223e895c0ff210b265d0" |
diff --git a/meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb b/meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb index 5d616496fb..da08979d74 100644 --- a/meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb +++ b/meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "Userspace helper for Linux kernel EDAC drivers" | 1 | SUMMARY = "Userspace helper for Linux kernel EDAC drivers" |
2 | HOMEPAGE = "https://github.com/grondo/edac-utils" | 2 | HOMEPAGE = "https://github.com/grondo/edac-utils" |
3 | SECTION = "Applications/System" | 3 | SECTION = "Applications/System" |
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 | 6 | ||
7 | DEPENDS = " sysfsutils" | 7 | DEPENDS = " sysfsutils" |
diff --git a/meta-oe/recipes-bsp/flashrom/flashrom_1.2.bb b/meta-oe/recipes-bsp/flashrom/flashrom_1.2.bb index 1d06132144..bdc3ca084c 100644 --- a/meta-oe/recipes-bsp/flashrom/flashrom_1.2.bb +++ b/meta-oe/recipes-bsp/flashrom/flashrom_1.2.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "flashrom is a utility for identifying, reading, writing, verifying and erasing flash chips" | 1 | DESCRIPTION = "flashrom is a utility for identifying, reading, writing, verifying and erasing flash chips" |
2 | LICENSE = "GPLv2+" | 2 | LICENSE = "GPL-2.0-or-later" |
3 | HOMEPAGE = "http://flashrom.org" | 3 | HOMEPAGE = "http://flashrom.org" |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
diff --git a/meta-oe/recipes-bsp/fwupd/fwupd-efi_1.2.bb b/meta-oe/recipes-bsp/fwupd/fwupd-efi_1.2.bb index b88db2e53c..bcad2416cd 100644 --- a/meta-oe/recipes-bsp/fwupd/fwupd-efi_1.2.bb +++ b/meta-oe/recipes-bsp/fwupd/fwupd-efi_1.2.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "EFI executable for fwupd" | 1 | SUMMARY = "EFI executable for fwupd" |
2 | LICENSE = "LGPL-2.1+" | 2 | LICENSE = "LGPL-2.1-or-later" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
4 | 4 | ||
5 | SRC_URI = "git://github.com/fwupd/fwupd-efi;protocol=https;branch=main \ | 5 | SRC_URI = "git://github.com/fwupd/fwupd-efi;protocol=https;branch=main \ |
diff --git a/meta-oe/recipes-bsp/fwupd/fwupd_1.7.3.bb b/meta-oe/recipes-bsp/fwupd/fwupd_1.7.3.bb index b02e8caa27..93c0e741e8 100644 --- a/meta-oe/recipes-bsp/fwupd/fwupd_1.7.3.bb +++ b/meta-oe/recipes-bsp/fwupd/fwupd_1.7.3.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "A simple daemon to allow session software to update firmware" | 1 | SUMMARY = "A simple daemon to allow session software to update firmware" |
2 | LICENSE = "LGPL-2.1+" | 2 | LICENSE = "LGPL-2.1-or-later" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
4 | 4 | ||
5 | DEPENDS = "glib-2.0 libxmlb json-glib sqlite3 libjcat gcab vala-native" | 5 | DEPENDS = "glib-2.0 libxmlb json-glib sqlite3 libjcat gcab vala-native" |
diff --git a/meta-oe/recipes-bsp/irda-utils/irda-utils_0.9.18.bb b/meta-oe/recipes-bsp/irda-utils/irda-utils_0.9.18.bb index ebd034ac14..fa1bb928ca 100644 --- a/meta-oe/recipes-bsp/irda-utils/irda-utils_0.9.18.bb +++ b/meta-oe/recipes-bsp/irda-utils/irda-utils_0.9.18.bb | |||
@@ -5,7 +5,7 @@ such as phones and laptops." | |||
5 | HOMEPAGE = "http://irda.sourceforge.net/" | 5 | HOMEPAGE = "http://irda.sourceforge.net/" |
6 | BUGTRACKER = "http://sourceforge.net/p/irda/bugs/" | 6 | BUGTRACKER = "http://sourceforge.net/p/irda/bugs/" |
7 | SECTION = "base" | 7 | SECTION = "base" |
8 | LICENSE = "GPLv2+" | 8 | LICENSE = "GPL-2.0-or-later" |
9 | LIC_FILES_CHKSUM = "file://irdadump/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | 9 | LIC_FILES_CHKSUM = "file://irdadump/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ |
10 | file://smcinit/COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ | 10 | file://smcinit/COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ |
11 | file://man/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | 11 | file://man/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ |
diff --git a/meta-oe/recipes-bsp/ledmon/ledmon_git.bb b/meta-oe/recipes-bsp/ledmon/ledmon_git.bb index f1c859dda2..dbfd1e7bc0 100644 --- a/meta-oe/recipes-bsp/ledmon/ledmon_git.bb +++ b/meta-oe/recipes-bsp/ledmon/ledmon_git.bb | |||
@@ -5,7 +5,7 @@ DESCRIPTION = "The utilities are designed primarily to be used on storage server | |||
5 | " | 5 | " |
6 | HOMEPAGE = "https://github.com/intel/ledmon" | 6 | HOMEPAGE = "https://github.com/intel/ledmon" |
7 | 7 | ||
8 | LICENSE = "GPLv2" | 8 | LICENSE = "GPL-2.0-only" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ |
10 | " | 10 | " |
11 | 11 | ||
diff --git a/meta-oe/recipes-bsp/lm_sensors/lmsensors-config_1.0.bb b/meta-oe/recipes-bsp/lm_sensors/lmsensors-config_1.0.bb index 038f0c6742..25ab44f75e 100644 --- a/meta-oe/recipes-bsp/lm_sensors/lmsensors-config_1.0.bb +++ b/meta-oe/recipes-bsp/lm_sensors/lmsensors-config_1.0.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "lm_sensors configuration files" | 1 | SUMMARY = "lm_sensors configuration files" |
2 | DESCRIPTION = "Hardware health monitoring configuration files" | 2 | DESCRIPTION = "Hardware health monitoring configuration files" |
3 | HOMEPAGE = "http://www.lm-sensors.org/" | 3 | HOMEPAGE = "http://www.lm-sensors.org/" |
4 | LICENSE = "MIT-X" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 5 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
6 | 6 | ||
7 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 7 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
diff --git a/meta-oe/recipes-bsp/lm_sensors/lmsensors_3.6.0.bb b/meta-oe/recipes-bsp/lm_sensors/lmsensors_3.6.0.bb index 55e303f0d5..f821cdaf4a 100644 --- a/meta-oe/recipes-bsp/lm_sensors/lmsensors_3.6.0.bb +++ b/meta-oe/recipes-bsp/lm_sensors/lmsensors_3.6.0.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Hardware health monitoring applications" | 1 | SUMMARY = "Hardware health monitoring applications" |
2 | HOMEPAGE = "https://hwmon.wiki.kernel.org/" | 2 | HOMEPAGE = "https://hwmon.wiki.kernel.org/" |
3 | LICENSE = "GPLv2+ & LGPLv2.1+" | 3 | LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ |
5 | file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c" | 5 | file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c" |
6 | 6 | ||
diff --git a/meta-oe/recipes-bsp/lsscsi/lsscsi_0.31.bb b/meta-oe/recipes-bsp/lsscsi/lsscsi_0.31.bb index 2c96de163b..54faaa384b 100644 --- a/meta-oe/recipes-bsp/lsscsi/lsscsi_0.31.bb +++ b/meta-oe/recipes-bsp/lsscsi/lsscsi_0.31.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "The lsscsi command lists information about SCSI devices in Linux" | 1 | SUMMARY = "The lsscsi command lists information about SCSI devices in Linux" |
2 | HOMEPAGE = "http://sg.danny.cz/scsi/lsscsi.html" | 2 | HOMEPAGE = "http://sg.danny.cz/scsi/lsscsi.html" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPL-2.0-only" |
4 | SECTION = "base" | 4 | SECTION = "base" |
5 | LIC_FILES_CHKSUM="file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" | 5 | LIC_FILES_CHKSUM="file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" |
6 | 6 | ||
diff --git a/meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.13.bb b/meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.13.bb index 7f087da7ce..1055fa42a9 100644 --- a/meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.13.bb +++ b/meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.13.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "NVMe management command line interface" | |||
2 | AUTHOR = "Stefan Wiehler <stefan.wiehler@missinglinkelectronics.com>" | 2 | AUTHOR = "Stefan Wiehler <stefan.wiehler@missinglinkelectronics.com>" |
3 | HOMEPAGE = "https://github.com/linux-nvme/nvme-cli" | 3 | HOMEPAGE = "https://github.com/linux-nvme/nvme-cli" |
4 | SECTION = "console/utils" | 4 | SECTION = "console/utils" |
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPL-2.0-only" |
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8264535c0c4e9c6c335635c4026a8022" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8264535c0c4e9c6c335635c4026a8022" |
7 | DEPENDS = "util-linux" | 7 | DEPENDS = "util-linux" |
8 | PV .= "+git${SRCPV}" | 8 | PV .= "+git${SRCPV}" |
diff --git a/meta-oe/recipes-bsp/pcmciautils/pcmciautils_018.bb b/meta-oe/recipes-bsp/pcmciautils/pcmciautils_018.bb index 3ffbf6f597..42dfcd1e5b 100644 --- a/meta-oe/recipes-bsp/pcmciautils/pcmciautils_018.bb +++ b/meta-oe/recipes-bsp/pcmciautils/pcmciautils_018.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Linux kernel userland utilities for the PCMCIA subsystem" | |||
2 | HOMEPAGE = "https://www.kernel.org/pub/linux/utils/kernel/pcmcia/" | 2 | HOMEPAGE = "https://www.kernel.org/pub/linux/utils/kernel/pcmcia/" |
3 | SECTION = "kernel/userland" | 3 | SECTION = "kernel/userland" |
4 | 4 | ||
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPL-2.0-only" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
7 | 7 | ||
8 | DEPENDS = "udev sysfsutils flex-native bison-native" | 8 | DEPENDS = "udev sysfsutils flex-native bison-native" |