summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl
diff options
context:
space:
mode:
authorSaul Wold <saul.wold@windriver.com>2022-08-17 08:08:46 -0700
committerKhem Raj <raj.khem@gmail.com>2022-08-17 09:35:42 -0700
commitb4fffac1e1e44612ea1a6023c8c19107f3530e35 (patch)
tree97257430defe7aa16dab1cccc05ee129931eb233 /meta-perl/recipes-perl
parentfa9f52c6b5d82c3e4eaac84140bd241cfecaa434 (diff)
downloadmeta-openembedded-b4fffac1e1e44612ea1a6023c8c19107f3530e35.tar.gz
libdigest-sha1-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/recipes-perl')
-rw-r--r--meta-perl/recipes-perl/libdigest/libdigest-sha1-perl_2.13.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-perl/recipes-perl/libdigest/libdigest-sha1-perl_2.13.bb b/meta-perl/recipes-perl/libdigest/libdigest-sha1-perl_2.13.bb
index cd6367512..df89c9bcd 100644
--- a/meta-perl/recipes-perl/libdigest/libdigest-sha1-perl_2.13.bb
+++ b/meta-perl/recipes-perl/libdigest/libdigest-sha1-perl_2.13.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Digest::SHA1 - Perl interface to the SHA-1 algorithm"
3HOMEPAGE = "http://search.cpan.org/~gaas/Digest-SHA1-2.13/" 3HOMEPAGE = "http://search.cpan.org/~gaas/Digest-SHA1-2.13/"
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=10;endline=14;md5=ff5867ebb4bc1103a7a416aef2fce00a" 7LIC_FILES_CHKSUM = "file://README;beginline=10;endline=14;md5=ff5867ebb4bc1103a7a416aef2fce00a"
8 8
9SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-SHA1-${PV}.tar.gz \ 9SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-SHA1-${PV}.tar.gz \