summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-benchmark/iperf3/iperf3/0001-configure.ac-check-for-CPP-prog.patch11
-rw-r--r--meta-oe/recipes-benchmark/iperf3/iperf3_3.16.bb (renamed from meta-oe/recipes-benchmark/iperf3/iperf3_3.15.bb)2
2 files changed, 6 insertions, 7 deletions
diff --git a/meta-oe/recipes-benchmark/iperf3/iperf3/0001-configure.ac-check-for-CPP-prog.patch b/meta-oe/recipes-benchmark/iperf3/iperf3/0001-configure.ac-check-for-CPP-prog.patch
index 09e3d9ca9c..a67be4d4f6 100644
--- a/meta-oe/recipes-benchmark/iperf3/iperf3/0001-configure.ac-check-for-CPP-prog.patch
+++ b/meta-oe/recipes-benchmark/iperf3/iperf3/0001-configure.ac-check-for-CPP-prog.patch
@@ -1,4 +1,4 @@
1From 4801363fbff12bf1019aaf90142981702cecff92 Mon Sep 17 00:00:00 2001 1From 80d208e47a525c915e3961efa61ccf91120ffafa Mon Sep 17 00:00:00 2001
2From: Andrey Zhizhikin <andrey.z@gmail.com> 2From: Andrey Zhizhikin <andrey.z@gmail.com>
3Date: Wed, 3 Feb 2021 20:44:34 +0000 3Date: Wed, 3 Feb 2021 20:44:34 +0000
4Subject: [PATCH] configure.ac: check for CPP prog 4Subject: [PATCH] configure.ac: check for CPP prog
@@ -10,20 +10,19 @@ Absence of check for CPP_PROG causes following build errors:
10 10
11Upstream-Status: Pending 11Upstream-Status: Pending
12Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com> 12Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
13
14--- 13---
15 configure.ac | 1 + 14 configure.ac | 1 +
16 1 file changed, 1 insertion(+) 15 1 file changed, 1 insertion(+)
17 16
18diff --git a/configure.ac b/configure.ac 17diff --git a/configure.ac b/configure.ac
19index 53a4db4..3462b3e 100644 18index 2594b39..559b160 100644
20--- a/configure.ac 19--- a/configure.ac
21+++ b/configure.ac 20+++ b/configure.ac
22@@ -48,6 +48,7 @@ AC_CANONICAL_HOST 21@@ -49,6 +49,7 @@ AC_CANONICAL_HOST
23 # Checks for tools: c compiler, ranlib (used for creating static libraries), 22 # Checks for tools: c compiler, ranlib (used for creating static libraries),
24 # symlinks and libtool 23 # symlinks and libtool
25 AC_PROG_CC 24 AC_PROG_CC
26+AC_PROG_CPP 25+AC_PROG_CPP
27 AC_PROG_RANLIB
28 AC_PROG_LN_S 26 AC_PROG_LN_S
29 LT_INIT 27
28 # Add -Wall if we are using GCC.
diff --git a/meta-oe/recipes-benchmark/iperf3/iperf3_3.15.bb b/meta-oe/recipes-benchmark/iperf3/iperf3_3.16.bb
index 156bb5a3e4..5cec4c6874 100644
--- a/meta-oe/recipes-benchmark/iperf3/iperf3_3.15.bb
+++ b/meta-oe/recipes-benchmark/iperf3/iperf3_3.16.bb
@@ -17,7 +17,7 @@ SRC_URI = "git://github.com/esnet/iperf.git;branch=master;protocol=https \
17 file://0001-configure.ac-check-for-CPP-prog.patch \ 17 file://0001-configure.ac-check-for-CPP-prog.patch \
18 " 18 "
19 19
20SRCREV = "917d2f02188f6f4cdc443df7923a4bde72017d92" 20SRCREV = "f9481e1cd35159929458513692e4a8f9fdd1bd6f"
21 21
22S = "${WORKDIR}/git" 22S = "${WORKDIR}/git"
23 23