mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
libipc-signal-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:
@@ -5,7 +5,7 @@ dealing with signals."
|
|||||||
HOMEPAGE = "http://search.cpan.org/~rosch/IPC-Signal-1.00/"
|
HOMEPAGE = "http://search.cpan.org/~rosch/IPC-Signal-1.00/"
|
||||||
SECTION = "libs"
|
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=16;endline=18;md5=f36550f59a0ae5e6e3b0be6a4da60d26"
|
LIC_FILES_CHKSUM = "file://README;beginline=16;endline=18;md5=f36550f59a0ae5e6e3b0be6a4da60d26"
|
||||||
|
|
||||||
S = "${WORKDIR}/IPC-Signal-${PV}"
|
S = "${WORKDIR}/IPC-Signal-${PV}"
|
||||||
|
|||||||
Reference in New Issue
Block a user