mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +00:00
recipes: Convert licenses to SPDX expressions
- Automatically convert all licenses to valid SPDX license expressions using convert-spdx-licenses.py Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "EEMBC CoreMark CPU benchmark"
|
||||
DESCRIPTION = "CoreMark is a CPU benchmark program"
|
||||
HOMEPAGE = "https://www.eembc.org/coremark/"
|
||||
LICENSE = "Apache-2.0 & LicenseRef-EEMBC-AUA"
|
||||
LICENSE = "Apache-2.0 AND LicenseRef-EEMBC-AUA"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=0a18b17ae63deaa8a595035f668aebe1"
|
||||
|
||||
SRC_URI = "git://github.com/eembc/coremark.git;branch=main;protocol=https"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
SUMMARY = "Dhrystone CPU benchmark"
|
||||
LICENSE = "PD"
|
||||
LICENSE = "LicenseRef-PD"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/PD;md5=b3597d12946881e13cb3b548d1173851"
|
||||
|
||||
SRC_URI = "http://www.netlib.org/benchmark/dhry-c;downloadfilename=dhry-c.shar \
|
||||
|
||||
@@ -4,7 +4,7 @@ It uses only the subset of the OpenGL 2.0 API that is compatible with OpenGL ES
|
||||
HOMEPAGE = "https://github.com/glmark2/glmark2"
|
||||
BUGTRACKER = "https://github.com/glmark2/glmark2/issues"
|
||||
|
||||
LICENSE = "GPL-3.0-or-later & SGI-1"
|
||||
LICENSE = "GPL-3.0-or-later AND LicenseRef-SGI-1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
|
||||
file://COPYING.SGI;beginline=5;md5=269cdab4af6748677acce51d9aa13552"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "Filesystem and Disk Benchmarking Tool"
|
||||
HOMEPAGE = "http://www.iozone.org/"
|
||||
SECTION = "console/tests"
|
||||
LICENSE = "iozone3"
|
||||
LICENSE = "LicenseRef-iozone3"
|
||||
LIC_FILES_CHKSUM = "file://iozone.c;beginline=37;endline=48;md5=7331260091868dcad0f9edea735b5f4b \
|
||||
file://iozone.c;beginline=317;endline=323;md5=77f9ee51e45b57a7e7519c4fa0b4f00b \
|
||||
"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
DESCRIPTION = "LINPACK Benchmarks are a measure of a system's floating point computing power"
|
||||
SUMMARY = "LINPACK is a software library for performing numerical linear algebra on digital computers"
|
||||
|
||||
LICENSE = "PD"
|
||||
LICENSE = "LicenseRef-PD"
|
||||
LIC_FILES_CHKSUM = "file://${UNPACKDIR}/linpacknew.c;beginline=1;endline=23;md5=aa025e3bc44190c71e4c5e3b084fed87"
|
||||
|
||||
SRC_URI = "http://www.netlib.org/benchmark/linpackc.new;downloadfilename=linpacknew.c \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "Tools for performance analysis"
|
||||
HOMEPAGE = "http://lmbench.sourceforge.net/"
|
||||
SECTION = "console/utils"
|
||||
LICENSE = "GPL-2.0-only & GPL-2.0-with-lmbench-restriction"
|
||||
LICENSE = "GPL-2.0-only AND LicenseRef-GPL-2.0-with-lmbench-restriction"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \
|
||||
file://COPYING-2;md5=8e9aee2ccc75d61d107e43794a25cdf9"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ DESCRIPTION = "BYTE Magazine's native benchmarks (also called BYTEmark) \
|
||||
designed to expose the capabilities of a system's CPU, FPU, \
|
||||
and memory system."
|
||||
HOMEPAGE = "http://www.tux.org/~mayer/linux/"
|
||||
LICENSE = "nbench-byte"
|
||||
LICENSE = "LicenseRef-nbench-byte"
|
||||
LIC_FILES_CHKSUM = "file://README;beginline=57;endline=66;md5=020ef579f8fa5746b7e307a54707834f"
|
||||
SECTION = "console/utils"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "Cache and memory benchmarking tool"
|
||||
DESCRIPTION = "RAMspeed is a micro-benchmark for measuring cache and memory bandwidth"
|
||||
HOMEPAGE = "https://github.com/cruvolo/ramspeed"
|
||||
|
||||
LICENSE = "Alasir"
|
||||
LICENSE = "LicenseRef-Alasir"
|
||||
LIC_FILES_CHKSUM = "file://LICENCE;md5=92cffec6695a20eab8d0e4770f4e9353"
|
||||
LICENSE_FLAGS = "commercial"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
DESCRIPTION = "Whetstone benchmark is a synthetic benchmark for evaluating the performance of computers"
|
||||
SUMMARY = "CPU benchmark to measure floating point performance"
|
||||
|
||||
LICENSE = "PD"
|
||||
LICENSE = "LicenseRef-PD"
|
||||
LIC_FILES_CHKSUM = "file://${UNPACKDIR}/whetstone.c;beginline=1;endline=52;md5=c795edc15e7e1d92ca8f88ad718449f5"
|
||||
|
||||
SRC_URI = "http://www.netlib.org/benchmark/whetstone.c"
|
||||
|
||||
Reference in New Issue
Block a user