blob: 4a0f28ec71cad08587d1acb41a7bcce06afc7c42 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "Network benchmark tool"
2DESCRIPTION = "\
3iperf is a tool for active measurements of the maximum achievable bandwidth \
4on IP networks. It supports tuning of various parameters related to timing, \
5protocols, and buffers. For each test it reports the bandwidth, loss, and \
6other parameters."
7HOMEPAGE = "http://software.es.net/iperf/"
8SECTION = "console/network"
9BUGTRACKER = "https://github.com/esnet/iperf/issues"
10AUTHOR = "ESNET <info@es.net>, Lawrence Berkeley National Laboratory <websupport@lbl.gov>"
11LICENSE = "BSD"
12LIC_FILES_CHKSUM = "file://LICENSE;md5=062ab1bc33fae1926387ac1274cb0873"
13
14SRC_URI = "\
15 git://github.com/esnet/iperf.git \
16 file://automake-foreign.patch \
17"
18
19PV = "3.1+gitr${SRCPV}"
20SRCREV = "e396134952a01199326665d1df7c51ae9e62e945"
21
22S = "${WORKDIR}/git"
23
24inherit autotools
25
26PACKAGECONFIG[lksctp] = "ac_cv_header_netinet_sctp_h=yes,ac_cv_header_netinet_sctp_h=no,lksctp-tools"
27
28BBCLASSEXTEND = "native"