diff options
author | Saul Wold <saul.wold@windriver.com> | 2022-08-17 08:08:44 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-08-17 09:35:42 -0700 |
commit | b2162c2c469ce6766fe5a962eaea5d6d8b88e9aa (patch) | |
tree | a4504cd31a5131119569ce4242c2d0b4a9fc1b8c | |
parent | 75eb15e16c817cd53ce0896e2ba5e3416205a6b4 (diff) | |
download | meta-openembedded-b2162c2c469ce6766fe5a962eaea5d6d8b88e9aa.tar.gz |
libauthen-sasl-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>
-rw-r--r-- | meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.16.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 8545eb50f7..a9eec69502 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." | |||
5 | HOMEPAGE = "http://search.cpan.org/dist/Authen-SASL/" | 5 | HOMEPAGE = "http://search.cpan.org/dist/Authen-SASL/" |
6 | SECTION = "libs" | 6 | SECTION = "libs" |
7 | 7 | ||
8 | LICENSE = "Artistic-1.0|GPL-1.0-or-later" | 8 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
9 | LIC_FILES_CHKSUM = "file://lib/Authen/SASL/Perl.pm;beginline=1;endline=3;md5=17123315bbcda19f484c07227594a609" | 9 | LIC_FILES_CHKSUM = "file://lib/Authen/SASL/Perl.pm;beginline=1;endline=3;md5=17123315bbcda19f484c07227594a609" |
10 | 10 | ||
11 | DEPENDS = "perl" | 11 | DEPENDS = "perl" |