From e358ed0ac437b3516e1af51cce57efd8f36d65ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 9 Mar 2021 21:59:08 +0100 Subject: [PATCH] perl-template-toolkit: fix build after oe-core moded to SPDX licenses MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-support/perl/perl-template-toolkit_3.009.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-support/perl/perl-template-toolkit_3.009.bb b/recipes-support/perl/perl-template-toolkit_3.009.bb index 79ea10ae..39c368f0 100644 --- a/recipes-support/perl/perl-template-toolkit_3.009.bb +++ b/recipes-support/perl/perl-template-toolkit_3.009.bb @@ -4,7 +4,7 @@ HOMEPAGE = "http://www.template-toolkit.org/" LICENSE = "Artisticv1 | GPLv1+" 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-only;md5=e9e36a9de734199567a4d769498f743d \ " SRC_URI = "https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/Template-Toolkit-${PV}.tar.gz"