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