diff options
author | Saul Wold <saul.wold@windriver.com> | 2022-08-29 08:24:08 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2022-09-04 07:51:23 -0400 |
commit | 2c68902d19a4789c751de5b93a721c178918ef9c (patch) | |
tree | 7fbf43cf74779aee308e941a3456150ff1de5c4c /meta-perl/recipes-perl | |
parent | aa2e9ba1036ae7ff64a83c2035ab4a66db2e5992 (diff) | |
download | meta-openembedded-2c68902d19a4789c751de5b93a721c178918ef9c.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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-perl/recipes-perl')
-rw-r--r-- | meta-perl/recipes-perl/libdigest/libdigest-sha1-perl_2.13.bb | 2 |
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 cd63675128..df89c9bcdb 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" | |||
3 | HOMEPAGE = "http://search.cpan.org/~gaas/Digest-SHA1-2.13/" | 3 | HOMEPAGE = "http://search.cpan.org/~gaas/Digest-SHA1-2.13/" |
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | 5 | ||
6 | LICENSE = "Artistic-1.0|GPL-1.0-or-later" | 6 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
7 | LIC_FILES_CHKSUM = "file://README;beginline=10;endline=14;md5=ff5867ebb4bc1103a7a416aef2fce00a" | 7 | LIC_FILES_CHKSUM = "file://README;beginline=10;endline=14;md5=ff5867ebb4bc1103a7a416aef2fce00a" |
8 | 8 | ||
9 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-SHA1-${PV}.tar.gz \ | 9 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-SHA1-${PV}.tar.gz \ |