diff options
| author | Peter Kjellerstedt <pkj@axis.com> | 2023-04-05 01:50:46 +0200 |
|---|---|---|
| committer | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-09-26 13:17:10 +0200 |
| commit | 569d5e0755111a1b5145955b977315b8d0f00fb2 (patch) | |
| tree | b46eaf617821270945edf03d8ca23dad9c6a46d5 /meta-networking | |
| parent | cfde891d0dc21db88a1169c985a424637e20cae4 (diff) | |
| download | meta-openembedded-569d5e0755111a1b5145955b977315b8d0f00fb2.tar.gz | |
autossh: Correct the license information
Correct "startline=" to "beginline=" in LIC_FILES_CHKSUM so that the
correct lines from autossh.c and daemon.h are used. Also remove
autossh.spec from LIC_FILES_CHKSUM as it doesn't really contain any
license information.
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 506b6c94119c431edb57ccb22456837734970516)
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Diffstat (limited to 'meta-networking')
| -rw-r--r-- | meta-networking/recipes-connectivity/autossh/autossh_1.4g.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-networking/recipes-connectivity/autossh/autossh_1.4g.bb b/meta-networking/recipes-connectivity/autossh/autossh_1.4g.bb index 3dc304b23c..de7e2d3e01 100644 --- a/meta-networking/recipes-connectivity/autossh/autossh_1.4g.bb +++ b/meta-networking/recipes-connectivity/autossh/autossh_1.4g.bb | |||
| @@ -2,9 +2,8 @@ DESCRIPTION = "autossh is a program to start a copy of ssh and monitor it, resta | |||
| 2 | HOMEPAGE = "https://www.harding.motd.ca/autossh/" | 2 | HOMEPAGE = "https://www.harding.motd.ca/autossh/" |
| 3 | 3 | ||
| 4 | LICENSE = "BSD-1-Clause & BSD-4-Clause" | 4 | LICENSE = "BSD-1-Clause & BSD-4-Clause" |
| 5 | LIC_FILES_CHKSUM = "file://autossh.spec;md5=80a6701134723fd3420e733b46a0eb97 \ | 5 | LIC_FILES_CHKSUM = "file://autossh.c;beginline=7;endline=22;md5=9ae0c9b04856148d77984ef58536732b \ |
| 6 | file://autossh.c;md5=76c37acd40ac45050a4ced145b1e2707;startline=7;endline=23 \ | 6 | file://daemon.h;beginline=7;endline=36;md5=839bb7bf781ff48da4a3fec2a62a1a47" |
| 7 | file://daemon.h;md5=6bbeaac616b9bc8de7b40049004f4289;startline=7;endline=39" | ||
| 8 | 7 | ||
| 9 | SRC_URI = "https://www.harding.motd.ca/autossh/${BP}.tgz" | 8 | SRC_URI = "https://www.harding.motd.ca/autossh/${BP}.tgz" |
| 10 | SRC_URI[md5sum] = "2b804bc1bf6d2f2afaa526d02df7c0a2" | 9 | SRC_URI[md5sum] = "2b804bc1bf6d2f2afaa526d02df7c0a2" |
