summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2021-09-18 11:55:31 -0700
committerKhem Raj <raj.khem@gmail.com>2021-09-24 08:12:35 -0700
commit6abe8e427738b25f8cab2fb59f7bcff628c5774c (patch)
treeffe26902f3590fef985b7f60255517917aa0868e
parent3ea8aff341c955ec43eb5a2363deaadaf2286975 (diff)
downloadmeta-openembedded-6abe8e427738b25f8cab2fb59f7bcff628c5774c.tar.gz
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>
-rw-r--r--meta-networking/recipes-connectivity/autossh/autossh_1.4g.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-networking/recipes-connectivity/autossh/autossh_1.4g.bb b/meta-networking/recipes-connectivity/autossh/autossh_1.4g.bb
index 125dfaaa97..3dc304b23c 100644
--- a/meta-networking/recipes-connectivity/autossh/autossh_1.4g.bb
+++ b/meta-networking/recipes-connectivity/autossh/autossh_1.4g.bb
@@ -1,8 +1,10 @@
1DESCRIPTION = "autossh is a program to start a copy of ssh and monitor it, restarting it as necessary should it die or stop passing traffic" 1DESCRIPTION = "autossh is a program to start a copy of ssh and monitor it, restarting it as necessary should it die or stop passing traffic"
2HOMEPAGE = "https://www.harding.motd.ca/autossh/" 2HOMEPAGE = "https://www.harding.motd.ca/autossh/"
3 3
4LICENSE = "BSD" 4LICENSE = "BSD-1-Clause & BSD-4-Clause"
5LIC_FILES_CHKSUM = "file://autossh.spec;md5=80a6701134723fd3420e733b46a0eb97" 5LIC_FILES_CHKSUM = "file://autossh.spec;md5=80a6701134723fd3420e733b46a0eb97 \
6 file://autossh.c;md5=76c37acd40ac45050a4ced145b1e2707;startline=7;endline=23 \
7 file://daemon.h;md5=6bbeaac616b9bc8de7b40049004f4289;startline=7;endline=39"
6 8
7SRC_URI = "https://www.harding.motd.ca/autossh/${BP}.tgz" 9SRC_URI = "https://www.harding.motd.ca/autossh/${BP}.tgz"
8SRC_URI[md5sum] = "2b804bc1bf6d2f2afaa526d02df7c0a2" 10SRC_URI[md5sum] = "2b804bc1bf6d2f2afaa526d02df7c0a2"