[kirkstone][oe][meta-perl 03/10] libio-socket-ssl-perl: Fix LICENSE string
Saul Wold
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@...> Signed-off-by: Khem Raj <raj.khem@...> --- meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.074.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 1d04f0054..6249fd1d7 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." HOMEPAGE = "http://search.cpan.org/dist/IO-Socket-SSL/" SECTION = "libs" -LICENSE = "Artistic-1.0|GPL-1.0-or-later" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" LIC_FILES_CHKSUM = "file://META.yml;beginline=12;endline=12;md5=963ce28228347875ace682de56eef8e8" RDEPENDS:${PN} += "\ -- 2.32.0 |
|