diff options
author | Saul Wold <saul.wold@windriver.com> | 2022-08-17 08:08:45 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-08-17 09:35:42 -0700 |
commit | 5ad68a63b81cefc461c87f13c7db78963b59dcea (patch) | |
tree | 0c143d732743fbd009b5f2e51554f0c3282d0e58 /meta-perl | |
parent | ada413e13df745432e28674da4866dbb52976c5d (diff) | |
download | meta-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.bb | 2 |
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" | |||
3 | HOMEPAGE = "http://search.cpan.org/~gaas/Digest-HMAC-1.03/" | 3 | HOMEPAGE = "http://search.cpan.org/~gaas/Digest-HMAC-1.03/" |
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=13;endline=17;md5=da980cdc026faa065e5d5004115334e6" | 7 | LIC_FILES_CHKSUM = "file://README;beginline=13;endline=17;md5=da980cdc026faa065e5d5004115334e6" |
8 | 8 | ||
9 | RDEPENDS:${PN} = "libdigest-sha1-perl perl-module-extutils-makemaker perl-module-digest-md5" | 9 | RDEPENDS:${PN} = "libdigest-sha1-perl perl-module-extutils-makemaker perl-module-digest-md5" |