blob: 2bd552d1d8583027097a4602d06981c5c232a278 [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001DESCRIPTION = "Iperf is a tool to measure maximum TCP bandwidth, allowing the tuning of various parameters and UDP characteristics"
2HOMEPAGE = "https://sourceforge.net/projects/iperf2/"
3SECTION = "console/network"
4LICENSE = "BSD-2-Clause"
5LIC_FILES_CHKSUM = "file://COPYING;md5=e136a7b2560d80bcbf0d9b3e1356ecff"
6
Brad Bishop26bdd442019-08-16 17:08:17 -04007SRC_URI = " ${SOURCEFORGE_MIRROR}/${BPN}/iperf-${PV}.tar.gz"
Brad Bishop316dfdd2018-06-25 12:45:53 -04008
Brad Bishop26bdd442019-08-16 17:08:17 -04009SRC_URI[md5sum] = "31ea1c6d5cbf80b16ff3abe4288dad5e"
10SRC_URI[sha256sum] = "c88adec966096a81136dda91b4bd19c27aae06df4d45a7f547a8e50d723778ad"
Brad Bishop316dfdd2018-06-25 12:45:53 -040011
12S = "${WORKDIR}/iperf-${PV}"
13
14inherit autotools pkgconfig
15
16EXTRA_OECONF = "--exec-prefix=${STAGING_DIR_HOST}${layout_exec_prefix}"
17
18PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)}"
19PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"