mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
fping: update to 5.1
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
26456cf88f
commit
0eaccf0031
+2
-1
@@ -7,6 +7,7 @@ targets to ping. Instead of sending to one target until it times out or \
|
|||||||
replies, fping will send out a ping packet and move on to the next target \
|
replies, fping will send out a ping packet and move on to the next target \
|
||||||
in a round-robin fashion."
|
in a round-robin fashion."
|
||||||
HOMEPAGE = "http://www.fping.org/"
|
HOMEPAGE = "http://www.fping.org/"
|
||||||
|
BUGTRACKER = "https://github.com/schweikert/fping/issues"
|
||||||
SECTION = "net"
|
SECTION = "net"
|
||||||
|
|
||||||
LICENSE = "fping"
|
LICENSE = "fping"
|
||||||
@@ -14,7 +15,7 @@ NO_GENERIC_LICENSE[fping] = "COPYING"
|
|||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=c6170fbadddfcd74f011515291d96901"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=c6170fbadddfcd74f011515291d96901"
|
||||||
|
|
||||||
SRC_URI = "http://www.fping.org/dist/fping-${PV}.tar.gz"
|
SRC_URI = "http://www.fping.org/dist/fping-${PV}.tar.gz"
|
||||||
SRC_URI[sha256sum] = "ed38c0b9b64686a05d1b3bc1d66066114a492e04e44eef1821d43b1263cd57b8"
|
SRC_URI[sha256sum] = "1ee5268c063d76646af2b4426052e7d81a42b657e6a77d8e7d3d2e60fd7409fe"
|
||||||
|
|
||||||
S = "${WORKDIR}/fping-${PV}"
|
S = "${WORKDIR}/fping-${PV}"
|
||||||
|
|
||||||
Reference in New Issue
Block a user