summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2021-03-11 20:08:24 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2021-03-15 14:02:06 +0300
commit4acc0a97825d8d795d81c977e0d2a07fc3f7f009 (patch)
tree936d04af70421483900d62e601b0bafdbb108d51
parente83822873ed95b2a79a018831c61073e92199302 (diff)
downloadopenbmc-4acc0a97825d8d795d81c977e0d2a07fc3f7f009.tar.xz
license: update json-perl to reflect upstream changes
The license files have been renamed to be more clear on whether the license is only for a specific version of the license or for that version and any follow on versions. The json-perl repo indicates that it should follow the same licensing requirements as Perl itself so this commit updates this recipe to follow what is in the perl.bb Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Ia94953a809f880e7ed1859bcf27a5ef03b74e8cd
-rw-r--r--meta-phosphor/recipes-textproc/json-perl/json-perl_2.97001.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-phosphor/recipes-textproc/json-perl/json-perl_2.97001.bb b/meta-phosphor/recipes-textproc/json-perl/json-perl_2.97001.bb
index 9196e8e57..bfa09ded6 100644
--- a/meta-phosphor/recipes-textproc/json-perl/json-perl_2.97001.bb
+++ b/meta-phosphor/recipes-textproc/json-perl/json-perl_2.97001.bb
@@ -10,14 +10,14 @@ bundled in the same distribution as this module. You can also explicitly \
specify to use Cpanel::JSON::XS, a fork of JSON::XS by Reini Urban."
SECTION = "libs"
-LICENSE = "Artisticv1 | GPLv1+"
+LICENSE = "Artistic-1.0 | GPL-1.0+"
PR = "r0"
MAINTAINER= "Poky <poky@yoctoproject.org>"
HOMEPAGE= "https://metacpan.org/release/JSON"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \
-file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d"
+file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61"
SRC_URI = "https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-2.97001.tar.gz"