summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/fping/fping_5.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-support/fping/fping_5.2.bb')
-rw-r--r--meta-networking/recipes-support/fping/fping_5.2.bb27
1 files changed, 0 insertions, 27 deletions
diff --git a/meta-networking/recipes-support/fping/fping_5.2.bb b/meta-networking/recipes-support/fping/fping_5.2.bb
deleted file mode 100644
index f75b6441b2..0000000000
--- a/meta-networking/recipes-support/fping/fping_5.2.bb
+++ /dev/null
@@ -1,27 +0,0 @@
1SUMMARY = "sends ICMP ECHO_REQUEST packets to network hosts"
2DESCRIPTION = "fping is a ping like program which uses the Internet Control \
3Message Protocol (ICMP) echo request to determine if a target host is \
4responding. fping differs from ping in that you can specify any number of \
5targets on the command line, or specify a file containing the lists of \
6targets to ping. Instead of sending to one target until it times out or \
7replies, fping will send out a ping packet and move on to the next target \
8in a round-robin fashion."
9HOMEPAGE = "http://www.fping.org/"
10BUGTRACKER = "https://github.com/schweikert/fping/issues"
11SECTION = "net"
12
13LICENSE = "fping"
14NO_GENERIC_LICENSE[fping] = "COPYING"
15LIC_FILES_CHKSUM = "file://COPYING;md5=c6170fbadddfcd74f011515291d96901"
16
17SRC_URI = "http://www.fping.org/dist/fping-${PV}.tar.gz"
18SRC_URI[sha256sum] = "a7692d10d73fb0bb76e1f7459aa7f19bbcdbfc5adbedef02f468974b18b0e42f"
19
20S = "${WORKDIR}/fping-${PV}"
21
22inherit autotools
23
24EXTRA_OECONF = "--enable-ipv4"
25
26PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
27PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"