summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-05-18 12:56:09 -0700
committerArmin Kuster <akuster808@gmail.com>2018-06-14 20:18:01 -0700
commitddb2dc29275eb69cddab17526d22a304d7553a2a (patch)
treeebd322fbdd215a7d3932abe5c1e58bc0b63e176c
parent802b338875b516a2d86ca313e258bfd0265aa3d3 (diff)
downloadmeta-openembedded-ddb2dc29275eb69cddab17526d22a304d7553a2a.tar.gz
iperf3: Drop redundant patch
Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit f604119524d970f500fecd0fd698b1c40f81f72f) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-benchmark/iperf3/iperf3/0001-include-stdint.h-for-various-std-c99-int-types.patch25
-rw-r--r--meta-oe/recipes-benchmark/iperf3/iperf3_3.2.bb1
2 files changed, 0 insertions, 26 deletions
diff --git a/meta-oe/recipes-benchmark/iperf3/iperf3/0001-include-stdint.h-for-various-std-c99-int-types.patch b/meta-oe/recipes-benchmark/iperf3/iperf3/0001-include-stdint.h-for-various-std-c99-int-types.patch
deleted file mode 100644
index 599ee1dfb..000000000
--- a/meta-oe/recipes-benchmark/iperf3/iperf3/0001-include-stdint.h-for-various-std-c99-int-types.patch
+++ /dev/null
@@ -1,25 +0,0 @@
1From be653711fb92d2430b3ecc546b4e3ad927d19ec5 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Fri, 14 Jul 2017 12:59:42 -0700
4Subject: [PATCH 1/2] include stdint.h for various std c99 int types
5
6Signed-off-by: Khem Raj <raj.khem@gmail.com>
7---
8 src/timer.h | 1 +
9 1 file changed, 1 insertions(+)
10
11diff --git a/src/timer.h b/src/timer.h
12index 0f9c5eb..0b195be 100644
13--- a/src/timer.h
14+++ b/src/timer.h
15@@ -31,6 +31,7 @@
16 #define __TIMER_H
17
18 #include <sys/time.h>
19+#include <stdint.h>
20
21 /* TimerClientData is an opaque value that tags along with a timer. The
22 ** client can use it for whatever, and it gets passed to the callback when
23--
242.13.3
25
diff --git a/meta-oe/recipes-benchmark/iperf3/iperf3_3.2.bb b/meta-oe/recipes-benchmark/iperf3/iperf3_3.2.bb
index 4d1b0c437..2ed08110f 100644
--- a/meta-oe/recipes-benchmark/iperf3/iperf3_3.2.bb
+++ b/meta-oe/recipes-benchmark/iperf3/iperf3_3.2.bb
@@ -15,7 +15,6 @@ DEPENDS = "openssl"
15 15
16SRC_URI = "git://github.com/esnet/iperf.git \ 16SRC_URI = "git://github.com/esnet/iperf.git \
17 file://automake-foreign.patch \ 17 file://automake-foreign.patch \
18 file://0001-include-stdint.h-for-various-std-c99-int-types.patch \
19 file://0002-Remove-pg-from-profile_CFLAGS.patch \ 18 file://0002-Remove-pg-from-profile_CFLAGS.patch \
20 " 19 "
21 20