diff options
| author | Saul Wold <saul.wold@windriver.com> | 2022-08-17 08:08:52 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-08-17 09:35:42 -0700 |
| commit | 5c10c3fd4575e0939d7c50b452eaec621b5fd787 (patch) | |
| tree | 77ede8217c5a728ded421c62e76c14464d858435 | |
| parent | 5551711ba5a7fd1e7e2445262998817c6bf34d44 (diff) | |
| download | meta-openembedded-5c10c3fd4575e0939d7c50b452eaec621b5fd787.tar.gz | |
libproc-waitstat-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/libproc/libproc-waitstat-perl_1.00.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 ffd87ed0b5..643a704a1d 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." | |||
| 5 | HOMEPAGE = "http://search.cpan.org/~rosch/Proc-WaitStat/" | 5 | HOMEPAGE = "http://search.cpan.org/~rosch/Proc-WaitStat/" |
| 6 | SECTION = "libraries" | 6 | SECTION = "libraries" |
| 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://README;beginline=21;endline=23;md5=f36550f59a0ae5e6e3b0be6a4da60d26" | 9 | LIC_FILES_CHKSUM = "file://README;beginline=21;endline=23;md5=f36550f59a0ae5e6e3b0be6a4da60d26" |
| 10 | 10 | ||
| 11 | RDEPENDS:${PN} += "perl libipc-signal-perl" | 11 | RDEPENDS:${PN} += "perl libipc-signal-perl" |
