mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
autossh: set precise BSD licenses
One file is BSD-1-Clause while another is BSD-4-Clause Set and check accourdingly Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -1,8 +1,10 @@
|
|||||||
DESCRIPTION = "autossh is a program to start a copy of ssh and monitor it, restarting it as necessary should it die or stop passing traffic"
|
DESCRIPTION = "autossh is a program to start a copy of ssh and monitor it, restarting it as necessary should it die or stop passing traffic"
|
||||||
HOMEPAGE = "https://www.harding.motd.ca/autossh/"
|
HOMEPAGE = "https://www.harding.motd.ca/autossh/"
|
||||||
|
|
||||||
LICENSE = "BSD"
|
LICENSE = "BSD-1-Clause & BSD-4-Clause"
|
||||||
LIC_FILES_CHKSUM = "file://autossh.spec;md5=80a6701134723fd3420e733b46a0eb97"
|
LIC_FILES_CHKSUM = "file://autossh.spec;md5=80a6701134723fd3420e733b46a0eb97 \
|
||||||
|
file://autossh.c;md5=76c37acd40ac45050a4ced145b1e2707;startline=7;endline=23 \
|
||||||
|
file://daemon.h;md5=6bbeaac616b9bc8de7b40049004f4289;startline=7;endline=39"
|
||||||
|
|
||||||
SRC_URI = "https://www.harding.motd.ca/autossh/${BP}.tgz"
|
SRC_URI = "https://www.harding.motd.ca/autossh/${BP}.tgz"
|
||||||
SRC_URI[md5sum] = "2b804bc1bf6d2f2afaa526d02df7c0a2"
|
SRC_URI[md5sum] = "2b804bc1bf6d2f2afaa526d02df7c0a2"
|
||||||
|
|||||||
Reference in New Issue
Block a user