From 12c264bb7d53a431839b799ddf8bfcf4c7a0060a Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 22 Feb 2022 11:15:05 -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: Iad7f9d353d3111287e2b39ee98cd872e2b7fec32 --- .../recipes-devtools/perl/libscalar-list-utils-perl_1.55.bb | 2 +- .../meta-agl-basesystem/recipes-devtools/perl/libxml-xpath-perl_1.44.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-oem-production-readiness/meta-agl-basesystem/recipes-devtools') diff --git a/meta-oem-production-readiness/meta-agl-basesystem/recipes-devtools/perl/libscalar-list-utils-perl_1.55.bb b/meta-oem-production-readiness/meta-agl-basesystem/recipes-devtools/perl/libscalar-list-utils-perl_1.55.bb index 72780a67..ccbee34c 100644 --- a/meta-oem-production-readiness/meta-agl-basesystem/recipes-devtools/perl/libscalar-list-utils-perl_1.55.bb +++ b/meta-oem-production-readiness/meta-agl-basesystem/recipes-devtools/perl/libscalar-list-utils-perl_1.55.bb @@ -5,7 +5,7 @@ high enough to warrant the use of a keyword, and the size so small such \ that being individual extensions would be wasteful." HOMEPAGE = "https://metacpan.org/release/Scalar-List-Utils" SECTION = "libs" -LICENSE = "Artisticv1 | GPLv1+" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" diff --git a/meta-oem-production-readiness/meta-agl-basesystem/recipes-devtools/perl/libxml-xpath-perl_1.44.bb b/meta-oem-production-readiness/meta-agl-basesystem/recipes-devtools/perl/libxml-xpath-perl_1.44.bb index 3049ceda..fe5bc8f7 100644 --- a/meta-oem-production-readiness/meta-agl-basesystem/recipes-devtools/perl/libxml-xpath-perl_1.44.bb +++ b/meta-oem-production-readiness/meta-agl-basesystem/recipes-devtools/perl/libxml-xpath-perl_1.44.bb @@ -1,7 +1,7 @@ SUMMARY = "Perl modules for parsing and evaluating XPath statements" HOMEPAGE = "https://metacpan.org/release/XML-XPath" SECTION = "libs" -LICENSE = "Artistic-2.0 & (Artistic-1.0 | GPL-1.0+)" +LICENSE = "Artistic-2.0 & (Artistic-1.0 | GPL-1.0-or-later)" LIC_FILES_CHKSUM = "file://LICENSE;md5=b5714f72ee964281c4a38b1f0db4213e \ file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d" -- cgit 1.2.3-korg