summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark/iperf3/iperf3_3.9.bb
diff options
context:
space:
mode:
authorZang Ruochen <zangrc.fnst@cn.fujitsu.com>2020-08-31 21:45:25 +0800
committerKhem Raj <raj.khem@gmail.com>2020-08-31 08:30:20 -0700
commitb2bbacfc578ae95b59f68876eebd8e4c720df423 (patch)
tree317bc05e8eee2016a1b32d278318e7b016498685 /meta-oe/recipes-benchmark/iperf3/iperf3_3.9.bb
parent85af6c1f1837033b4d9ba8c1156ae8ef8d204592 (diff)
downloadmeta-openembedded-b2bbacfc578ae95b59f68876eebd8e4c720df423.tar.gz
iperf3: upgrade 3.7 -> 3.9
-License-Update: Copyright year updated to 2020. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark/iperf3/iperf3_3.9.bb')
-rw-r--r--meta-oe/recipes-benchmark/iperf3/iperf3_3.9.bb29
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-oe/recipes-benchmark/iperf3/iperf3_3.9.bb b/meta-oe/recipes-benchmark/iperf3/iperf3_3.9.bb
new file mode 100644
index 0000000000..d969555c2c
--- /dev/null
+++ b/meta-oe/recipes-benchmark/iperf3/iperf3_3.9.bb
@@ -0,0 +1,29 @@
1SUMMARY = "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-3-Clause"
12LIC_FILES_CHKSUM = "file://LICENSE;md5=b7fb682e9941a49f1214dcd7441410d7"
13
14SRC_URI = "git://github.com/esnet/iperf.git \
15 file://0002-Remove-pg-from-profile_CFLAGS.patch \
16 "
17
18SRCREV = "1f8fb13297f3e3e40169ebcd12e171167e394473"
19
20S = "${WORKDIR}/git"
21
22inherit autotools
23
24PACKAGECONFIG ?= "openssl"
25
26PACKAGECONFIG[lksctp] = "ac_cv_header_netinet_sctp_h=yes,ac_cv_header_netinet_sctp_h=no,lksctp-tools"
27PACKAGECONFIG[openssl] = "--with-openssl=${RECIPE_SYSROOT}${prefix},--without-openssl,openssl"
28
29CFLAGS += "-D_GNU_SOURCE"