mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 06:16:04 +01:00
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>
This commit is contained in:
parent
2000da265c
commit
5551711ba5
|
|
@ -11,7 +11,7 @@ shell."
|
|||
HOMEPAGE = "http://search.cpan.org/dist/Net-Telnet/"
|
||||
SECTION = "Development/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=4;endline=7;md5=e94ab3b72335e3cdadd6c1ff736dd714"
|
||||
|
||||
SRC_URI = "http://search.cpan.org/CPAN/authors/id/J/JR/JROGERS/Net-Telnet-${PV}.tar.gz"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user