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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-agl-core-test/recipes-test/aiostress/aiostress_0.22.bb') 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}" -- cgit 1.2.3-korg