[kirkstone][oe][meta-perl 10/10] libproc-waitstat-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/libproc/libproc-waitstat-perl_1.00.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-perl/recipes-perl/libproc/libproc-waitstat-perl_1.00.bb b/meta-perl/recipes-perl/libproc/libproc-waitstat-perl_1.00.bb index ffd87ed0b..643a704a1 100644 --- a/meta-perl/recipes-perl/libproc/libproc-waitstat-perl_1.00.bb +++ b/meta-perl/recipes-perl/libproc/libproc-waitstat-perl_1.00.bb @@ -5,7 +5,7 @@ on wait status values." HOMEPAGE = "http://search.cpan.org/~rosch/Proc-WaitStat/" SECTION = "libraries" -LICENSE = "Artistic-1.0|GPL-1.0-or-later" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" LIC_FILES_CHKSUM = "file://README;beginline=21;endline=23;md5=f36550f59a0ae5e6e3b0be6a4da60d26" RDEPENDS:${PN} += "perl libipc-signal-perl" -- 2.32.0 |
|