diff options
| author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2020-08-31 21:45:25 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-08-31 08:30:20 -0700 |
| commit | b2bbacfc578ae95b59f68876eebd8e4c720df423 (patch) | |
| tree | 317bc05e8eee2016a1b32d278318e7b016498685 /meta-oe/recipes-benchmark/iperf3/iperf3_3.9.bb | |
| parent | 85af6c1f1837033b4d9ba8c1156ae8ef8d204592 (diff) | |
| download | meta-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.bb | 29 |
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 @@ | |||
| 1 | SUMMARY = "Network benchmark tool" | ||
| 2 | DESCRIPTION = "\ | ||
| 3 | iperf is a tool for active measurements of the maximum achievable bandwidth \ | ||
| 4 | on IP networks. It supports tuning of various parameters related to timing, \ | ||
| 5 | protocols, and buffers. For each test it reports the bandwidth, loss, and \ | ||
| 6 | other parameters." | ||
| 7 | HOMEPAGE = "http://software.es.net/iperf/" | ||
| 8 | SECTION = "console/network" | ||
| 9 | BUGTRACKER = "https://github.com/esnet/iperf/issues" | ||
| 10 | AUTHOR = "ESNET <info@es.net>, Lawrence Berkeley National Laboratory <websupport@lbl.gov>" | ||
| 11 | LICENSE = "BSD-3-Clause" | ||
| 12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b7fb682e9941a49f1214dcd7441410d7" | ||
| 13 | |||
| 14 | SRC_URI = "git://github.com/esnet/iperf.git \ | ||
| 15 | file://0002-Remove-pg-from-profile_CFLAGS.patch \ | ||
| 16 | " | ||
| 17 | |||
| 18 | SRCREV = "1f8fb13297f3e3e40169ebcd12e171167e394473" | ||
| 19 | |||
| 20 | S = "${WORKDIR}/git" | ||
| 21 | |||
| 22 | inherit autotools | ||
| 23 | |||
| 24 | PACKAGECONFIG ?= "openssl" | ||
| 25 | |||
| 26 | PACKAGECONFIG[lksctp] = "ac_cv_header_netinet_sctp_h=yes,ac_cv_header_netinet_sctp_h=no,lksctp-tools" | ||
| 27 | PACKAGECONFIG[openssl] = "--with-openssl=${RECIPE_SYSROOT}${prefix},--without-openssl,openssl" | ||
| 28 | |||
| 29 | CFLAGS += "-D_GNU_SOURCE" | ||
