diff options
author | Saul Wold <saul.wold@windriver.com> | 2022-08-17 08:08:47 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-08-17 09:35:42 -0700 |
commit | fa9f52c6b5d82c3e4eaac84140bd241cfecaa434 (patch) | |
tree | 1d5a409b123ef560880ca8481349df3491881bcf /meta-perl | |
parent | 5ad68a63b81cefc461c87f13c7db78963b59dcea (diff) | |
download | meta-openembedded-fa9f52c6b5d82c3e4eaac84140bd241cfecaa434.tar.gz |
libio-socket-ssl-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/libio/libio-socket-ssl-perl_2.074.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.074.bb b/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.074.bb index 1d04f0054f..6249fd1d78 100644 --- a/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.074.bb +++ b/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.074.bb | |||
@@ -9,7 +9,7 @@ mod_perl." | |||
9 | HOMEPAGE = "http://search.cpan.org/dist/IO-Socket-SSL/" | 9 | HOMEPAGE = "http://search.cpan.org/dist/IO-Socket-SSL/" |
10 | SECTION = "libs" | 10 | SECTION = "libs" |
11 | 11 | ||
12 | LICENSE = "Artistic-1.0|GPL-1.0-or-later" | 12 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
13 | LIC_FILES_CHKSUM = "file://META.yml;beginline=12;endline=12;md5=963ce28228347875ace682de56eef8e8" | 13 | LIC_FILES_CHKSUM = "file://META.yml;beginline=12;endline=12;md5=963ce28228347875ace682de56eef8e8" |
14 | 14 | ||
15 | RDEPENDS:${PN} += "\ | 15 | RDEPENDS:${PN} += "\ |