diff options
author | Fathi Boudra <fathi.boudra@linaro.org> | 2013-09-14 07:40:20 +0300 |
---|---|---|
committer | Fathi Boudra <fathi.boudra@linaro.org> | 2013-09-14 07:40:20 +0300 |
commit | 3e6d09b3a8a39935e156500aad140498148caf9d (patch) | |
tree | e2ba9e399ed6c4145f7aee18dc46280f234c7157 /meta-linaro/recipes-extra | |
parent | 3edcdd64a82bda2d2585fadb89705e6a7c341000 (diff) | |
download | meta-linaro-3e6d09b3a8a39935e156500aad140498148caf9d.tar.gz |
fping: drop recipe - merged in meta-networking layer
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'meta-linaro/recipes-extra')
-rw-r--r-- | meta-linaro/recipes-extra/fping/fping_3.5.bb | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/meta-linaro/recipes-extra/fping/fping_3.5.bb b/meta-linaro/recipes-extra/fping/fping_3.5.bb deleted file mode 100644 index de417978..00000000 --- a/meta-linaro/recipes-extra/fping/fping_3.5.bb +++ /dev/null @@ -1,25 +0,0 @@ -SUMMARY = "sends ICMP ECHO_REQUEST packets to network hosts" -DESCRIPTION = "fping is a ping like program which uses the Internet Control \ -Message Protocol (ICMP) echo request to determine if a target host is \ -responding. fping differs from ping in that you can specify any number of \ -targets on the command line, or specify a file containing the lists of \ -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 \ -in a round-robin fashion." -HOMEPAGE = "http://www.fping.org/" -SECTION = "console/tools" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://COPYING;md5=09d77789fe32be35acde9637a5ee39b1" -PR = "r0" - -SRC_URI = "http://www.fping.org/dist/fping-${PV}.tar.gz" -SRC_URI[md5sum] = "2e17cb655aa4eb59b5a4a38a89e746ed" -SRC_URI[sha256sum] = "09b8960e235341bae6000085d38106357eae656a79e0119bd27e816c9003656a" - -S = "${WORKDIR}/fping-${PV}" - -inherit autotools - -EXTRA_OECONF = "--enable-ipv4 --enable-ipv6" - -COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux" |