Skip to content

Commit

Permalink
fping: set precise license
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
rossburton authored and kraj committed Feb 3, 2022
1 parent edf4e7a commit 014835f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion meta-networking/recipes-support/fping/fping_5.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 014835f

Please sign in to comment.