diff options
author | Ross Burton <ross.burton@arm.com> | 2022-02-01 19:38:14 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-02-03 08:44:32 -0800 |
commit | 014835f162456611d868ddc09aa9ece70111c89c (patch) | |
tree | 2fe4a53b524cf5a53e7c72d129e1f69122396350 /meta-networking/recipes-support/fping | |
parent | edf4e7ad8334926b53f3215dd542f021743f9db8 (diff) | |
download | meta-openembedded-014835f162456611d868ddc09aa9ece70111c89c.tar.gz |
fping: set precise license
fping is under a non-standard license: it's almost BSD-3-Clause but is
phrased differently. As interpretation of the licenses isn't something
we want to do, we can use the exact license text instead of referring to
the 3-clause BSD text.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/fping')
-rw-r--r-- | meta-networking/recipes-support/fping/fping_5.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/fping/fping_5.0.bb b/meta-networking/recipes-support/fping/fping_5.0.bb index 54606e8b64..541e705c85 100644 --- a/meta-networking/recipes-support/fping/fping_5.0.bb +++ b/meta-networking/recipes-support/fping/fping_5.0.bb | |||
@@ -8,7 +8,9 @@ replies, fping will send out a ping packet and move on to the next target \ | |||
8 | in a round-robin fashion." | 8 | in a round-robin fashion." |
9 | HOMEPAGE = "http://www.fping.org/" | 9 | HOMEPAGE = "http://www.fping.org/" |
10 | SECTION = "net" | 10 | SECTION = "net" |
11 | LICENSE = "BSD" | 11 | |
12 | LICENSE = "fping" | ||
13 | NO_GENERIC_LICENSE[fping] = "COPYING" | ||
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=c6170fbadddfcd74f011515291d96901" | 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=c6170fbadddfcd74f011515291d96901" |
13 | 15 | ||
14 | SRC_URI = "http://www.fping.org/dist/fping-${PV}.tar.gz" | 16 | SRC_URI = "http://www.fping.org/dist/fping-${PV}.tar.gz" |