mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
libio-socket-ssl-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
5ad68a63b8
commit
fa9f52c6b5
|
|
@ -9,7 +9,7 @@ mod_perl."
|
|||
HOMEPAGE = "http://search.cpan.org/dist/IO-Socket-SSL/"
|
||||
SECTION = "libs"
|
||||
|
||||
LICENSE = "Artistic-1.0|GPL-1.0-or-later"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://META.yml;beginline=12;endline=12;md5=963ce28228347875ace682de56eef8e8"
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user