mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user