summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark/iperf3
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2016-04-29 14:45:29 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2016-05-06 12:40:23 +0200
commitc1ede4830a34f338d880aed85ea38311ec48070b (patch)
tree6c687584f30896a1c640ef30f4b78db0f8a20607 /meta-oe/recipes-benchmark/iperf3
parent3df07600f3a820212af69cb7082c0b27ee78d336 (diff)
downloadmeta-openembedded-c1ede4830a34f338d880aed85ea38311ec48070b.tar.gz
iperf3: update to version 3.1.2 plus bug fixes
license md5 updated for copyright date modifications Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark/iperf3')
-rw-r--r--meta-oe/recipes-benchmark/iperf3/iperf3_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-benchmark/iperf3/iperf3_git.bb b/meta-oe/recipes-benchmark/iperf3/iperf3_git.bb
index 4a0f28ec7..bcf65374a 100644
--- a/meta-oe/recipes-benchmark/iperf3/iperf3_git.bb
+++ b/meta-oe/recipes-benchmark/iperf3/iperf3_git.bb
@@ -9,15 +9,15 @@ SECTION = "console/network"
9BUGTRACKER = "https://github.com/esnet/iperf/issues" 9BUGTRACKER = "https://github.com/esnet/iperf/issues"
10AUTHOR = "ESNET <info@es.net>, Lawrence Berkeley National Laboratory <websupport@lbl.gov>" 10AUTHOR = "ESNET <info@es.net>, Lawrence Berkeley National Laboratory <websupport@lbl.gov>"
11LICENSE = "BSD" 11LICENSE = "BSD"
12LIC_FILES_CHKSUM = "file://LICENSE;md5=062ab1bc33fae1926387ac1274cb0873" 12LIC_FILES_CHKSUM = "file://LICENSE;md5=8c3434c5a9a53c78c7739f0bc9e5adda"
13 13
14SRC_URI = "\ 14SRC_URI = "\
15 git://github.com/esnet/iperf.git \ 15 git://github.com/esnet/iperf.git \
16 file://automake-foreign.patch \ 16 file://automake-foreign.patch \
17" 17"
18 18
19PV = "3.1+gitr${SRCPV}" 19PV = "3.1.2+gitr${SRCPV}"
20SRCREV = "e396134952a01199326665d1df7c51ae9e62e945" 20SRCREV = "4fbdab392caf6fcd77c538b6712b721a56ff31b8"
21 21
22S = "${WORKDIR}/git" 22S = "${WORKDIR}/git"
23 23