From 014835f162456611d868ddc09aa9ece70111c89c Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 1 Feb 2022 19:38:14 +0000 Subject: 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 Signed-off-by: Khem Raj --- meta-networking/recipes-support/fping/fping_5.0.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta-networking/recipes-support/fping') 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 \ in a round-robin fashion." HOMEPAGE = "http://www.fping.org/" SECTION = "net" -LICENSE = "BSD" + +LICENSE = "fping" +NO_GENERIC_LICENSE[fping] = "COPYING" LIC_FILES_CHKSUM = "file://COPYING;md5=c6170fbadddfcd74f011515291d96901" SRC_URI = "http://www.fping.org/dist/fping-${PV}.tar.gz" -- cgit v1.2.3-54-g00ecf