diff options
| author | Saul Wold <saul.wold@windriver.com> | 2022-08-29 08:24:13 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2022-09-04 07:52:15 -0400 |
| commit | 7f3c8c3a6139269c12b429f1e24301951da1759f (patch) | |
| tree | 159909929c200ad57010332f5984ffdfe1b95296 /meta-perl | |
| parent | d933c7242c59bdda36fe8895ea730a7721f094f4 (diff) | |
| download | meta-openembedded-7f3c8c3a6139269c12b429f1e24301951da1759f.tar.gz | |
libnet-telnet-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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-perl')
| -rw-r--r-- | meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb b/meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb index d7d4201048..d1365f269c 100644 --- a/meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb +++ b/meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb | |||
| @@ -11,7 +11,7 @@ shell." | |||
| 11 | HOMEPAGE = "http://search.cpan.org/dist/Net-Telnet/" | 11 | HOMEPAGE = "http://search.cpan.org/dist/Net-Telnet/" |
| 12 | SECTION = "Development/Libraries" | 12 | SECTION = "Development/Libraries" |
| 13 | 13 | ||
| 14 | LICENSE = "Artistic-1.0|GPL-1.0-or-later" | 14 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
| 15 | LIC_FILES_CHKSUM = "file://README;beginline=4;endline=7;md5=e94ab3b72335e3cdadd6c1ff736dd714" | 15 | LIC_FILES_CHKSUM = "file://README;beginline=4;endline=7;md5=e94ab3b72335e3cdadd6c1ff736dd714" |
| 16 | 16 | ||
| 17 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/J/JR/JROGERS/Net-Telnet-${PV}.tar.gz" | 17 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/J/JR/JROGERS/Net-Telnet-${PV}.tar.gz" |
