mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-27 14:28:05 +00:00
recipes: Convert to SPDX license strings
Converts all LICENSE strings to SPDX licenses expressions Rename Stream-Benchmark-License to replace underscores with dashes, per SPDX syntax. Expand previously mapped "Foo-with-exception" into proper SPDX "Foo WITH Exception" syntax. License-Update: No change, just reformatting to SPDX syntax Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko (TI) <denys@konsulko.com>
This commit is contained in:
@@ -2,7 +2,7 @@ SUMMARY = "Linux Test Project"
|
||||
DESCRIPTION = "The Linux Test Project is a joint project with SGI, IBM, OSDL, and Bull with a goal to deliver test suites to the open source community that validate the reliability, robustness, and stability of Linux. The Linux Test Project is a collection of tools for testing the Linux kernel and related features."
|
||||
HOMEPAGE = "https://linux-test-project.github.io/"
|
||||
SECTION = "console/utils"
|
||||
LICENSE = "GPL-2.0-only & GPL-2.0-or-later & LGPL-2.0-or-later & LGPL-2.1-or-later & BSD-2-Clause"
|
||||
LICENSE = "BSD-2-Clause AND GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.0-or-later AND LGPL-2.1-or-later"
|
||||
LIC_FILES_CHKSUM = "\
|
||||
file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
||||
file://testcases/open_posix_testsuite/COPYING;md5=48b1c5ec633e3e30ec2cf884ae699947 \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "Diagnostic tool for TI OMAP processors"
|
||||
HOMEPAGE = "https://github.com/omapconf/omapconf"
|
||||
|
||||
LICENSE = "GPL-2.0-only | BSD-3-Clause"
|
||||
LICENSE = "BSD-3-Clause OR GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=205c83c4e2242a765acb923fc766e914"
|
||||
|
||||
PV = "1.75+git"
|
||||
|
||||
Reference in New Issue
Block a user