summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl
diff options
context:
space:
mode:
authorSaul Wold <saul.wold@windriver.com>2022-08-17 08:08:51 -0700
committerKhem Raj <raj.khem@gmail.com>2022-08-17 09:35:42 -0700
commit5551711ba5a7fd1e7e2445262998817c6bf34d44 (patch)
tree07b3ba3ed343427260d6d09056ea14bdbc64e9a3 /meta-perl/recipes-perl
parent2000da265c3dd5e864746c6d521f85a2b9e92df9 (diff)
downloadmeta-openembedded-5551711ba5a7fd1e7e2445262998817c6bf34d44.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>
Diffstat (limited to 'meta-perl/recipes-perl')
-rw-r--r--meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb2
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 d7d420104..d1365f269 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."
11HOMEPAGE = "http://search.cpan.org/dist/Net-Telnet/" 11HOMEPAGE = "http://search.cpan.org/dist/Net-Telnet/"
12SECTION = "Development/Libraries" 12SECTION = "Development/Libraries"
13 13
14LICENSE = "Artistic-1.0|GPL-1.0-or-later" 14LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
15LIC_FILES_CHKSUM = "file://README;beginline=4;endline=7;md5=e94ab3b72335e3cdadd6c1ff736dd714" 15LIC_FILES_CHKSUM = "file://README;beginline=4;endline=7;md5=e94ab3b72335e3cdadd6c1ff736dd714"
16 16
17SRC_URI = "http://search.cpan.org/CPAN/authors/id/J/JR/JROGERS/Net-Telnet-${PV}.tar.gz" 17SRC_URI = "http://search.cpan.org/CPAN/authors/id/J/JR/JROGERS/Net-Telnet-${PV}.tar.gz"