blob: c7ad91b24bcd1b9f3888759c643b10848699fb6e [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001SUMMARY = "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>"
Brad Bishop2d39a062019-10-28 08:33:36 -040011LICENSE = "BSD-3-Clause"
Brad Bishop26bdd442019-08-16 17:08:17 -040012LIC_FILES_CHKSUM = "file://LICENSE;md5=f9088fe7ffdccd042f7645f1012d7f70"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080013
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080014SRC_URI = "git://github.com/esnet/iperf.git \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080015 file://0002-Remove-pg-from-profile_CFLAGS.patch \
16 "
17
Brad Bishop26bdd442019-08-16 17:08:17 -040018SRCREV = "dfcea9f6a09ead01089a3c9d20c7032f2c0af2c1"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080019
20S = "${WORKDIR}/git"
21
22inherit autotools
23
Andrew Geissler7f40b712020-05-15 14:09:53 -050024PACKAGECONFIG ?= "openssl"
25
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080026PACKAGECONFIG[lksctp] = "ac_cv_header_netinet_sctp_h=yes,ac_cv_header_netinet_sctp_h=no,lksctp-tools"
Andrew Geissler7f40b712020-05-15 14:09:53 -050027PACKAGECONFIG[openssl] = "--with-openssl=${RECIPE_SYSROOT}${prefix},--without-openssl,openssl"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080028
29CFLAGS += "-D_GNU_SOURCE"