aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-05-18 12:56:09 -0700
committerKhem Raj <raj.khem@gmail.com>2018-05-23 15:32:05 -0700
commitf604119524d970f500fecd0fd698b1c40f81f72f (patch)
tree1beb8ab0cc99512055fad144454a8aa8da38afae
parentf5017313a1aac88eef2becd506fcf8d07a425d66 (diff)
downloadmeta-openembedded-contrib-f604119524d970f500fecd0fd698b1c40f81f72f.tar.gz
iperf3: Drop redundant patch
Signed-off-by: Khem Raj <raj.khem@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 599ee1dfb7..0000000000
--- a/meta-oe/recipes-benchmark/iperf3/iperf3/0001-include-stdint.h-for-various-std-c99-int-types.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From be653711fb92d2430b3ecc546b4e3ad927d19ec5 Mon Sep 17 00:00:00 2001
-From: Khem Raj <raj.khem@gmail.com>
-Date: Fri, 14 Jul 2017 12:59:42 -0700
-Subject: [PATCH 1/2] include stdint.h for various std c99 int types
-
-Signed-off-by: Khem Raj <raj.khem@gmail.com>
----
- src/timer.h | 1 +
- 1 file changed, 1 insertions(+)
-
-diff --git a/src/timer.h b/src/timer.h
-index 0f9c5eb..0b195be 100644
---- a/src/timer.h
-+++ b/src/timer.h
-@@ -31,6 +31,7 @@
- #define __TIMER_H
-
- #include <sys/time.h>
-+#include <stdint.h>
-
- /* TimerClientData is an opaque value that tags along with a timer. The
- ** client can use it for whatever, and it gets passed to the callback when
---
-2.13.3
-
diff --git a/meta-oe/recipes-benchmark/iperf3/iperf3_3.2.bb b/meta-oe/recipes-benchmark/iperf3/iperf3_3.2.bb
index 4d1b0c4370..2ed08110f4 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"
SRC_URI = "git://github.com/esnet/iperf.git \
file://automake-foreign.patch \
- file://0001-include-stdint.h-for-various-std-c99-int-types.patch \
file://0002-Remove-pg-from-profile_CFLAGS.patch \
"