diff options
-rw-r--r-- | meta-oe/recipes-benchmark/iperf3/iperf3_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-benchmark/iperf3/iperf3_git.bb b/meta-oe/recipes-benchmark/iperf3/iperf3_git.bb index bcf65374ac..d19aa1ec46 100644 --- a/meta-oe/recipes-benchmark/iperf3/iperf3_git.bb +++ b/meta-oe/recipes-benchmark/iperf3/iperf3_git.bb | |||
@@ -16,8 +16,8 @@ SRC_URI = "\ | |||
16 | file://automake-foreign.patch \ | 16 | file://automake-foreign.patch \ |
17 | " | 17 | " |
18 | 18 | ||
19 | PV = "3.1.2+gitr${SRCPV}" | 19 | PV = "3.1.3+gitr${SRCPV}" |
20 | SRCREV = "4fbdab392caf6fcd77c538b6712b721a56ff31b8" | 20 | SRCREV = "099244ec686b620393e9845478a554b1c7ca5c8b" |
21 | 21 | ||
22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
23 | 23 | ||