diff options
-rw-r--r-- | meta-oe/recipes-benchmark/iperf3/iperf3_git.bb | 6 |
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 4a0f28ec71..bcf65374ac 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" | |||
9 | BUGTRACKER = "https://github.com/esnet/iperf/issues" | 9 | BUGTRACKER = "https://github.com/esnet/iperf/issues" |
10 | AUTHOR = "ESNET <info@es.net>, Lawrence Berkeley National Laboratory <websupport@lbl.gov>" | 10 | AUTHOR = "ESNET <info@es.net>, Lawrence Berkeley National Laboratory <websupport@lbl.gov>" |
11 | LICENSE = "BSD" | 11 | LICENSE = "BSD" |
12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=062ab1bc33fae1926387ac1274cb0873" | 12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8c3434c5a9a53c78c7739f0bc9e5adda" |
13 | 13 | ||
14 | SRC_URI = "\ | 14 | SRC_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 | ||
19 | PV = "3.1+gitr${SRCPV}" | 19 | PV = "3.1.2+gitr${SRCPV}" |
20 | SRCREV = "e396134952a01199326665d1df7c51ae9e62e945" | 20 | SRCREV = "4fbdab392caf6fcd77c538b6712b721a56ff31b8" |
21 | 21 | ||
22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
23 | 23 | ||