mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
recipes: Update LICENSE variable to use SPDX license identifiers
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "Proxy for UDP/TCP debug connections"
|
||||
DESCRIPTION = "The agent-proxy will forward tcp or udp connections as well as allow for script multiplexing of terminal sessions."
|
||||
HOMEPAGE = "http://kgdb.wiki.kernel.org/"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
|
||||
|
||||
SECTION = "devel"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "Inspect and manipulate eBPF programs and maps"
|
||||
DESCRIPTION = "bpftool is a kernel tool for inspection and simple manipulation \
|
||||
of eBPF programs and maps."
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
DEPENDS = "binutils elfutils"
|
||||
PROVIDES = "virtual/bpftool"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "Shows and sets processor power related values"
|
||||
DESCRIPTION = "cpupower is a collection of tools to examine and tune power \
|
||||
saving related features of your processor."
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
DEPENDS = "pciutils gettext-native"
|
||||
PROVIDES = "virtual/cpupower"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ offered by Mission Critical Linux, or the LKCD kernel patch."
|
||||
HOMEPAGE = "http://people.redhat.com/anderson"
|
||||
SECTION = "devel"
|
||||
|
||||
LICENSE = "GPLv3"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING3;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
DEPENDS = "zlib readline coreutils-native ncurses-native"
|
||||
|
||||
@@ -4,7 +4,7 @@ DESCRIPTION = "The Intel Speed Select Technology (Intel SST) is a powerful new \
|
||||
collection of features giving you more granular control over CPU performance \
|
||||
for optimized total cost of ownership."
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
|
||||
inherit kernelsrc
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "Kernel selftest for Linux"
|
||||
DESCRIPTION = "Kernel selftest for Linux"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://../COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "Linux dynamic kernel patching infrastructure"
|
||||
DESCRIPTION = "kpatch is a Linux dynamic kernel patching infrastructure which allows you to patch a running kernel without rebooting or restarting any processes."
|
||||
LICENSE = "GPLv2 & LGPLv2"
|
||||
LICENSE = "GPL-2.0-only & LGPL-2.0-only"
|
||||
DEPENDS = "elfutils bash"
|
||||
|
||||
SRC_URI = "git://github.com/dynup/kpatch.git;protocol=https;branch=master \
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "Library for BPF handling"
|
||||
DESCRIPTION = "Library for BPF handling"
|
||||
HOMEPAGE = "https://github.com/libbpf/libbpf"
|
||||
SECTION = "libs"
|
||||
LICENSE = "LGPLv2.1+"
|
||||
LICENSE = "LGPL-2.1-or-later"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://../LICENSE.LGPL-2.1;md5=b370887980db5dd40659b50909238dbd"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
DESCRIPTION = "Linux Kernel"
|
||||
SECTION = "kernel"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
|
||||
|
||||
INC_PR = "r0"
|
||||
|
||||
@@ -8,7 +8,7 @@ DESCRIPTION = "\
|
||||
HOMEPAGE = "https://github.com/makedumpfile/makedumpfile"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||
LICENSE = "GPLv2.0"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
|
||||
SRCBRANCH ?= "master"
|
||||
SRCREV = "06ef8e2b814feb08a668b7a3783c86674e49a7b1"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "minicoredumper provides an alternate core dump facility for Linux \
|
||||
to allow minimal and customized crash dumps"
|
||||
LICENSE = " LGPLv2.1 & BSD-2-Clause"
|
||||
LICENSE = " LGPL-2.1-only & BSD-2-Clause"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=71827c617ec7b45a0dd23658347cc1e9 \
|
||||
file://COPYING.BSD;md5=b915ac80d5236d6aa659cb986daf00e5 \
|
||||
file://COPYING.LGPLv2.1;md5=321bf41f280cf805086dd5a720b37785 \
|
||||
|
||||
@@ -4,7 +4,7 @@ of profiling all running code at low overhead."
|
||||
HOMEPAGE = "http://oprofile.sourceforge.net/news/"
|
||||
BUGTRACKER = "http://sourceforge.net/tracker/?group_id=16191&atid=116191"
|
||||
|
||||
LICENSE = "LGPLv2.1+ & GPLv2"
|
||||
LICENSE = "LGPL-2.1-or-later & GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
|
||||
file://libopagent/opagent.h;beginline=5;endline=26;md5=4f16f72c7a493d8a4704aa18d03d15c6 \
|
||||
"
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "Timing analysis tools for suspend/resume/boot"
|
||||
DESCRIPTION = "This tool suite is designed to assist kernel and OS developers \
|
||||
in optimizing their linux stack's suspend/resume & boot time."
|
||||
HOMEPAGE = "https://01.org/pm-graph"
|
||||
LICENSE = "GPL-2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"
|
||||
|
||||
SRCREV = "cf59527dc24fdd2f314ae4dcaeb3d68a117988f6"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "Test SPI devices"
|
||||
DESCRIPTION = "SPI testing utility using the spidev driver"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
|
||||
PROVIDES = "virtual/spidev-test"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "User-space front-end command-line tool for ftrace"
|
||||
|
||||
LICENSE = "GPLv2 & LGPLv2.1"
|
||||
LICENSE = "GPL-2.0-only & LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=873f48a813bded3de6ebc54e6880c4ac"
|
||||
|
||||
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git;branch=master \
|
||||
|
||||
@@ -11,7 +11,7 @@ DESCRIPTION = "The turbostat tool allows you to determine the actual \
|
||||
processor frequency and idle power saving state residency on supported \
|
||||
processors."
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://../COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
|
||||
COMPATIBLE_HOST = '(x86_64.*|i.86.*)-linux'
|
||||
COMPATIBLE_HOST:libc-musl = "null"
|
||||
|
||||
@@ -17,7 +17,7 @@ USB device. Client is a machine which uses USB device provided by server \
|
||||
over the network. The USB device may be either physical device connected \
|
||||
to a server or software entity created on a server using USB gadget subsystem."
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
|
||||
DEPENDS = "virtual/kernel udev"
|
||||
PROVIDES = "virtual/usbip-tools"
|
||||
|
||||
Reference in New Issue
Block a user