diff options
| author | Fabio Estevam <festevam@denx.de> | 2023-03-04 16:28:53 -0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-03-04 13:45:58 -0800 |
| commit | ad3c5e1ab73eacabd17aa5e8371942f144ac2d31 (patch) | |
| tree | 1fcd2e6a0fb4ec5d5a289a950050dc3dab3f2976 /meta-oe/recipes-benchmark | |
| parent | a4491a3e3ef0a73a3b3036808c1d244d43f925f0 (diff) | |
| download | meta-openembedded-ad3c5e1ab73eacabd17aa5e8371942f144ac2d31.tar.gz | |
iperf3: Update to 3.13
Update to the 3.13 version.
The iperf3 release notes are available at:
https://github.com/esnet/iperf/blob/6bfe27d82a3f74ad1239aba987a4fb75c1005078/RELNOTES.md
The only change in the LICENSE file was the year update.
Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark')
| -rw-r--r-- | meta-oe/recipes-benchmark/iperf3/iperf3_3.13.bb (renamed from meta-oe/recipes-benchmark/iperf3/iperf3_3.12.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-benchmark/iperf3/iperf3_3.12.bb b/meta-oe/recipes-benchmark/iperf3/iperf3_3.13.bb index 8c5ce36e85..62a95b303c 100644 --- a/meta-oe/recipes-benchmark/iperf3/iperf3_3.12.bb +++ b/meta-oe/recipes-benchmark/iperf3/iperf3_3.13.bb | |||
| @@ -11,14 +11,14 @@ BUGTRACKER = "https://github.com/esnet/iperf/issues" | |||
| 11 | AUTHOR = "ESNET <info@es.net>, Lawrence Berkeley National Laboratory <websupport@lbl.gov>" | 11 | AUTHOR = "ESNET <info@es.net>, Lawrence Berkeley National Laboratory <websupport@lbl.gov>" |
| 12 | 12 | ||
| 13 | LICENSE = "BSD-3-Clause" | 13 | LICENSE = "BSD-3-Clause" |
| 14 | LIC_FILES_CHKSUM = "file://LICENSE;md5=68ae8cfc577a2c8c51bb51e9628e80b7" | 14 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dc6301c8256ceb8f71c9e3c2ae9096b9" |
| 15 | 15 | ||
| 16 | SRC_URI = "git://github.com/esnet/iperf.git;branch=master;protocol=https \ | 16 | SRC_URI = "git://github.com/esnet/iperf.git;branch=master;protocol=https \ |
| 17 | file://0002-Remove-pg-from-profile_CFLAGS.patch \ | 17 | file://0002-Remove-pg-from-profile_CFLAGS.patch \ |
| 18 | file://0001-configure.ac-check-for-CPP-prog.patch \ | 18 | file://0001-configure.ac-check-for-CPP-prog.patch \ |
| 19 | " | 19 | " |
| 20 | 20 | ||
| 21 | SRCREV = "e61aaf8c95df956cefbc54fab7b3d78914664180" | 21 | SRCREV = "f48e7fa92b8932814f3d92f36986d51be9efe6e0" |
| 22 | 22 | ||
| 23 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
| 24 | 24 | ||
