summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-core/recipes-test/iperf/iperf_2.0.9.bb
diff options
context:
space:
mode:
authorChanghyeok Bae <changhyeok.bae@gmail.com>2018-09-30 23:28:43 +0900
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2018-09-30 20:30:27 +0000
commit74a44338a407031c57ffd10eb03bf08074c699e3 (patch)
tree170b15e73d7431fdcfe0e7ca0c655187a69b15b5 /meta-agl-profile-core/recipes-test/iperf/iperf_2.0.9.bb
parent9fe7ad39f8b78c4e912569b48781a535be38be14 (diff)
Use iperf3 instead of iperf2
iperf3 recipe is in meta-openembedded layer. Change-Id: I1c4f7345615f4ab99b1405a9ed53569ced1bdabe Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
Diffstat (limited to 'meta-agl-profile-core/recipes-test/iperf/iperf_2.0.9.bb')
-rw-r--r--meta-agl-profile-core/recipes-test/iperf/iperf_2.0.9.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-agl-profile-core/recipes-test/iperf/iperf_2.0.9.bb b/meta-agl-profile-core/recipes-test/iperf/iperf_2.0.9.bb
deleted file mode 100644
index f297f7f7f..000000000
--- a/meta-agl-profile-core/recipes-test/iperf/iperf_2.0.9.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-DESCRIPTION = "Iperf is a tool to measure maximum TCP bandwidth, allowing the tuning of various parameters and UDP characteristics"
-HOMEPAGE = "http://dast.nlanr.net/Projects/Iperf/"
-SECTION = "console/network"
-LICENSE = "BSD-2-Clause"
-LIC_FILES_CHKSUM = "file://COPYING;md5=e8478eae9f479e39bc34975193360298"
-
-SRC_URI = " https://iperf.fr/download/source/${BP}-source.tar.gz \
- "
-
-SRC_URI[md5sum] = "1bb3a1d98b1973aee6e8f171933c0f61"
-SRC_URI[sha256sum] = "a5350777b191e910334d3a107b5e5219b72ffa393da4186da1e0a4552aeeded6"
-
-S = "${WORKDIR}/${BP}"
-
-inherit autotools pkgconfig
-
-EXTRA_OECONF = "--exec-prefix=${STAGING_DIR_HOST}${layout_exec_prefix}"
-
-PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)}"
-PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"