From 5ad68a63b81cefc461c87f13c7db78963b59dcea Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Wed, 17 Aug 2022 08:08:45 -0700 Subject: libdigest-hmac-perl: Fix LICENSE string The create_spdx bbclass does not currently handle the lack of spaces around the op (| or &). For now fix the LICENSE string. Signed-off-by: Saul Wold Signed-off-by: Khem Raj --- meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.03.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-perl') diff --git a/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.03.bb b/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.03.bb index 51a2ad3498..43b7f4d5a9 100644 --- a/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.03.bb +++ b/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.03.bb @@ -3,7 +3,7 @@ DESCRIPTION = "Keyed-Hashing for Message Authentication" HOMEPAGE = "http://search.cpan.org/~gaas/Digest-HMAC-1.03/" SECTION = "libs" -LICENSE = "Artistic-1.0|GPL-1.0-or-later" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" LIC_FILES_CHKSUM = "file://README;beginline=13;endline=17;md5=da980cdc026faa065e5d5004115334e6" RDEPENDS:${PN} = "libdigest-sha1-perl perl-module-extutils-makemaker perl-module-digest-md5" -- cgit v1.2.3-54-g00ecf