From 79fd3c89497cf90303bc41c077614bf78b644245 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 22 Feb 2022 11:15:42 -0500 Subject: Update to SPDX license names Apply updates from running the new convert-spdx-licenses script from upstream. This is not currently a hard requirement from upstream, but futureproofs for when the license name mapping is finally removed. Bug-AGL: SPEC-3819 Signed-off-by: Scott Murray Change-Id: I0af2a3ef75c999d447549127ae4cd2ed5c5b910f --- meta-agl-core-test/recipes-test/aiostress/aiostress_0.22.bb | 2 +- meta-agl-core-test/recipes-test/dung/dung_3.4.25-m2.bb | 2 +- meta-agl-core-test/recipes-test/ebizzy/ebizzy_0.3.bb | 2 +- meta-agl-core-test/recipes-test/ffsb/ffsb_6.0-rc2.bb | 2 +- meta-agl-core-test/recipes-test/fsfuzzer/fsfuzzer_0.7.bb | 2 +- meta-agl-core-test/recipes-test/himeno/himeno_2.0.bb | 2 +- meta-agl-core-test/recipes-test/interbench/interbench_0.31.bb | 2 +- meta-agl-core-test/recipes-test/ipv6connect/ipv6connect.bb | 2 +- meta-agl-core-test/recipes-test/linus-stress/linus-stress.bb | 2 +- meta-agl-core-test/recipes-test/trinity/trinity_git.bb | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) (limited to 'meta-agl-core-test') diff --git a/meta-agl-core-test/recipes-test/aiostress/aiostress_0.22.bb b/meta-agl-core-test/recipes-test/aiostress/aiostress_0.22.bb index 7803d74ed..f1d256cff 100644 --- a/meta-agl-core-test/recipes-test/aiostress/aiostress_0.22.bb +++ b/meta-agl-core-test/recipes-test/aiostress/aiostress_0.22.bb @@ -3,7 +3,7 @@ DESCRIPTION = "aio-stress will open or create each file on the command line, and aio is done in a rotating loop. first file1 gets 8 requests, then file2, then file3 etc.\ As each file finishes writing, it is switched to reads io buffers are aligned in case you want to do raw io" HOMEPAGE = "https://oss.oracle.com/~mason/aio-stress/" -LICENSE = "GPLv2" +LICENSE = "GPL-2.0-only" S="${WORKDIR}" diff --git a/meta-agl-core-test/recipes-test/dung/dung_3.4.25-m2.bb b/meta-agl-core-test/recipes-test/dung/dung_3.4.25-m2.bb index 28bf858a0..47c9b8c36 100644 --- a/meta-agl-core-test/recipes-test/dung/dung_3.4.25-m2.bb +++ b/meta-agl-core-test/recipes-test/dung/dung_3.4.25-m2.bb @@ -1,5 +1,5 @@ SUMMARY = "Kernel test scripts" -LICENSE = "GPLv2" +LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/qa-test-misc;protocol=https;branch=${AGL_BRANCH}" diff --git a/meta-agl-core-test/recipes-test/ebizzy/ebizzy_0.3.bb b/meta-agl-core-test/recipes-test/ebizzy/ebizzy_0.3.bb index 5e993519d..fef70eddf 100644 --- a/meta-agl-core-test/recipes-test/ebizzy/ebizzy_0.3.bb +++ b/meta-agl-core-test/recipes-test/ebizzy/ebizzy_0.3.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Benchmark tool that generates a workload resembling common web application server workloads" HOMEPAGE = "http://ebizzy.sourceforge.net/" -LICENSE = "GPLv2" +LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=eb723b61539feef013de476e68b5c50a" SRC_URI = "http://downloads.sourceforge.net/project/ebizzy/ebizzy/${PV}/ebizzy-${PV}.tar.gz" diff --git a/meta-agl-core-test/recipes-test/ffsb/ffsb_6.0-rc2.bb b/meta-agl-core-test/recipes-test/ffsb/ffsb_6.0-rc2.bb index 66db133e3..5011b28f7 100644 --- a/meta-agl-core-test/recipes-test/ffsb/ffsb_6.0-rc2.bb +++ b/meta-agl-core-test/recipes-test/ffsb/ffsb_6.0-rc2.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Flexible File System Benchmark" HOMEPAGE = "https://sourceforge.net/projects/ffsb/" -LICENSE = "GPLv2" +LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=fd5d9bcabd8ed5a54a01ce8d183d592a" SRC_URI = "http://downloads.sourceforge.net/project/ffsb/ffsb/ffsb-${PV}/ffsb-${PV}.tar.bz2" diff --git a/meta-agl-core-test/recipes-test/fsfuzzer/fsfuzzer_0.7.bb b/meta-agl-core-test/recipes-test/fsfuzzer/fsfuzzer_0.7.bb index d2ddb59b1..9cda1deb4 100644 --- a/meta-agl-core-test/recipes-test/fsfuzzer/fsfuzzer_0.7.bb +++ b/meta-agl-core-test/recipes-test/fsfuzzer/fsfuzzer_0.7.bb @@ -2,7 +2,7 @@ SUMMARY = "The fsfuzzer is a filesystem fuzzer tool that does stress tests of va DESCRIPTION = "This tool creates initial (valid) filesystem images and then manipulates their binary format and structure for detecting flaws/bugs/design problems in the parsing/handling code for that particular filesystem. The program expects that you have a /media directory. It uses that one for mounting test images in." HOMEPAGE = "https://www.ee.oulu.fi/research/ouspg/fsfuzzer" -LICENSE = "GPLv2" +LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" SRC_URI = "http://people.redhat.com/sgrubb/files/fsfuzzer-${PV}.tar.gz \ diff --git a/meta-agl-core-test/recipes-test/himeno/himeno_2.0.bb b/meta-agl-core-test/recipes-test/himeno/himeno_2.0.bb index de1c8d3ad..6932bae07 100644 --- a/meta-agl-core-test/recipes-test/himeno/himeno_2.0.bb +++ b/meta-agl-core-test/recipes-test/himeno/himeno_2.0.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Himeno Benchmark" -LICENSE = "LGPL-2.0" +LICENSE = "LGPL-2.0-only" URL = "http://accc.riken.jp/en/supercom/himenobmt/" SRC_URI = "http://accc.riken.jp/en/wp-content/uploads/sites/2/2015/07/himenobmt.c.zip" diff --git a/meta-agl-core-test/recipes-test/interbench/interbench_0.31.bb b/meta-agl-core-test/recipes-test/interbench/interbench_0.31.bb index b6c54cc9a..c9903b340 100644 --- a/meta-agl-core-test/recipes-test/interbench/interbench_0.31.bb +++ b/meta-agl-core-test/recipes-test/interbench/interbench_0.31.bb @@ -1,6 +1,6 @@ DESCRIPTION = "The Linux interactivity benchmark" HOMEPAGE = "http://users.tpg.com.au/ckolivas/interbench/" -LICENSE = "GPLv2" +LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" SRC_URI = "http://ck.kolivas.org/apps/interbench/interbench-${PV}.tar.bz2" diff --git a/meta-agl-core-test/recipes-test/ipv6connect/ipv6connect.bb b/meta-agl-core-test/recipes-test/ipv6connect/ipv6connect.bb index 0f84a16f9..3a2f2576f 100644 --- a/meta-agl-core-test/recipes-test/ipv6connect/ipv6connect.bb +++ b/meta-agl-core-test/recipes-test/ipv6connect/ipv6connect.bb @@ -1,6 +1,6 @@ SUMMARY = "ipv6connect test" HOMEPAGE = "https://chromium.googlesource.com/chromiumos/third_party/autotest/+/0.12.369.B/client/tests/ipv6connect" -LICENSE = "GPLv2" +LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://${S}/${PN}/LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/qa-test-misc;protocol=https;branch=${AGL_BRANCH}" diff --git a/meta-agl-core-test/recipes-test/linus-stress/linus-stress.bb b/meta-agl-core-test/recipes-test/linus-stress/linus-stress.bb index aaa4d138c..927df7876 100644 --- a/meta-agl-core-test/recipes-test/linus-stress/linus-stress.bb +++ b/meta-agl-core-test/recipes-test/linus-stress/linus-stress.bb @@ -1,6 +1,6 @@ SUMMARY = "linus_stress test" HOMEPAGE = "https://chromium.googlesource.com/chromiumos/third_party/autotest/+/master/client/tests/linus_stress" -LICENSE = "GPLv2" +LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://${S}/linus_stress/LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/qa-test-misc;protocol=https;branch=${AGL_BRANCH}" diff --git a/meta-agl-core-test/recipes-test/trinity/trinity_git.bb b/meta-agl-core-test/recipes-test/trinity/trinity_git.bb index eec3381c5..a8558cb70 100644 --- a/meta-agl-core-test/recipes-test/trinity/trinity_git.bb +++ b/meta-agl-core-test/recipes-test/trinity/trinity_git.bb @@ -1,7 +1,7 @@ SUMMARY = "a Linux System call fuzz teste." DESCRIPTION = "Trinity, a Linux System call fuzz tester." HOMEPAGE = "http://codemonkey.org.uk/projects/trinity/" -LICENSE = "GPLv2" +LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=96094d47cfbd2cc45eb46ce0fc423c04" COMPATIBLE_HOST = "(x86_64|arm|aarch64).*-linux" -- cgit 1.2.3-korg