mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
libnet-ldap-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
b2162c2c46
commit
3e32cad368
|
|
@ -6,7 +6,7 @@ deleting or modifying entries."
|
|||
|
||||
SECTION = "libs"
|
||||
|
||||
LICENSE = "Artistic-1.0|GPL-1.0-or-later"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://README;beginline=3;endline=5;md5=4d6588c2fa0d38ae162f6314d201d89e"
|
||||
|
||||
SRC_URI = "${CPAN_MIRROR}/authors/id/M/MA/MARSCHAP/perl-ldap-${PV}.tar.gz"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user