summaryrefslogtreecommitdiffstats
path: root/meta-perl
diff options
context:
space:
mode:
authorSaul Wold <saul.wold@windriver.com>2022-08-17 08:08:45 -0700
committerKhem Raj <raj.khem@gmail.com>2022-08-17 09:35:42 -0700
commit5ad68a63b81cefc461c87f13c7db78963b59dcea (patch)
tree0c143d732743fbd009b5f2e51554f0c3282d0e58 /meta-perl
parentada413e13df745432e28674da4866dbb52976c5d (diff)
downloadmeta-openembedded-5ad68a63b81cefc461c87f13c7db78963b59dcea.tar.gz
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 <saul.wold@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl')
-rw-r--r--meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.03.bb2
1 files changed, 1 insertions, 1 deletions
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"
3HOMEPAGE = "http://search.cpan.org/~gaas/Digest-HMAC-1.03/" 3HOMEPAGE = "http://search.cpan.org/~gaas/Digest-HMAC-1.03/"
4SECTION = "libs" 4SECTION = "libs"
5 5
6LICENSE = "Artistic-1.0|GPL-1.0-or-later" 6LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
7LIC_FILES_CHKSUM = "file://README;beginline=13;endline=17;md5=da980cdc026faa065e5d5004115334e6" 7LIC_FILES_CHKSUM = "file://README;beginline=13;endline=17;md5=da980cdc026faa065e5d5004115334e6"
8 8
9RDEPENDS:${PN} = "libdigest-sha1-perl perl-module-extutils-makemaker perl-module-digest-md5" 9RDEPENDS:${PN} = "libdigest-sha1-perl perl-module-extutils-makemaker perl-module-digest-md5"