[kirkstone][oe][meta-perl 06/10] libauthen-sasl-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/libauthen/libauthen-sasl-perl_2.16.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.16.bb b/meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.16.bb index 8545eb50f..a9eec6950 100644 --- a/meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.16.bb +++ b/meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.16.bb @@ -5,7 +5,7 @@ protocols should be able to share." HOMEPAGE = "http://search.cpan.org/dist/Authen-SASL/" SECTION = "libs" -LICENSE = "Artistic-1.0|GPL-1.0-or-later" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" LIC_FILES_CHKSUM = "file://lib/Authen/SASL/Perl.pm;beginline=1;endline=3;md5=17123315bbcda19f484c07227594a609" DEPENDS = "perl" -- 2.32.0 |
|