blob: 62a95b303c8d4ba40bcd5c4120e3bc1f5d4ea70b [file] [log] [blame]
Andrew Geissler9aee5002022-03-30 16:27:02 +00001SUMMARY = "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."
7
8HOMEPAGE = "http://software.es.net/iperf/"
9SECTION = "console/network"
10BUGTRACKER = "https://github.com/esnet/iperf/issues"
11AUTHOR = "ESNET <info@es.net>, Lawrence Berkeley National Laboratory <websupport@lbl.gov>"
12
13LICENSE = "BSD-3-Clause"
Andrew Geisslerfc113ea2023-03-31 09:59:46 -050014LIC_FILES_CHKSUM = "file://LICENSE;md5=dc6301c8256ceb8f71c9e3c2ae9096b9"
Andrew Geissler9aee5002022-03-30 16:27:02 +000015
16SRC_URI = "git://github.com/esnet/iperf.git;branch=master;protocol=https \
17 file://0002-Remove-pg-from-profile_CFLAGS.patch \
18 file://0001-configure.ac-check-for-CPP-prog.patch \
19 "
20
Andrew Geisslerfc113ea2023-03-31 09:59:46 -050021SRCREV = "f48e7fa92b8932814f3d92f36986d51be9efe6e0"
Andrew Geissler9aee5002022-03-30 16:27:02 +000022
23S = "${WORKDIR}/git"
24
25inherit autotools
26
27PACKAGECONFIG ?= "openssl"
28
29PACKAGECONFIG[lksctp] = "ac_cv_header_netinet_sctp_h=yes,ac_cv_header_netinet_sctp_h=no,lksctp-tools"
30PACKAGECONFIG[openssl] = "--with-openssl=${RECIPE_SYSROOT}${prefix},--without-openssl,openssl"
31
32CFLAGS += "-D_GNU_SOURCE"
Andrew Geissler615f2f12022-07-15 14:00:58 -050033
34CVE_PRODUCT = "iperf_project:iperf"