[oe] [PATCH] iperf3: refresh local patches to avoid fuzz warnings
Anuj Mittal
anuj.mittal at intel.com
Tue Apr 3 23:19:10 UTC 2018
On 04/04/2018 07:00 AM, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko <denys at ti.com>
>
> Signed-off-by: Denys Dmytriyenko <denys at ti.com>
> ---
> ...nclude-stdint.h-for-various-std-c99-int-types.patch | 16 +++++++---------
> .../iperf3/0002-Remove-pg-from-profile_CFLAGS.patch | 12 +++++-------
> .../iperf3/iperf3/automake-foreign.patch | 18 ++++++++++++++----
> 3 files changed, 26 insertions(+), 20 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
> index ae36208..3db188f 100644
> --- 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
> @@ -1,21 +1,22 @@
> -From be653711fb92d2430b3ecc546b4e3ad927d19ec5 Mon Sep 17 00:00:00 2001
> +From b26687cfe958c6be009717a6267da403cb802197 Mon Sep 17 00:00:00 2001
> From: Khem Raj <raj.khem at gmail.com>
> Date: Fri, 14 Jul 2017 12:59:42 -0700
> -Subject: [PATCH 1/2] include stdint.h for various std c99 int types
> +Subject: [PATCH] include stdint.h for various std c99 int types
>
> Signed-off-by: Khem Raj <raj.khem at gmail.com>
> +
> ---
> src/cjson.h | 2 ++
> src/timer.h | 1 +
> 2 files changed, 3 insertions(+)
>
> diff --git a/src/cjson.h b/src/cjson.h
> -index fb8cd3b..69cd272 100644
> +index fa7cb73..41a41dd 100644
> --- a/src/cjson.h
> +++ b/src/cjson.h
> -@@ -23,6 +23,8 @@
> - #ifndef cJSON__h
> - #define cJSON__h
> +@@ -28,6 +28,8 @@
> + #include <stdint.h>
> + #endif
>
> +#include <stdint.h>
> +
This patch should probably be removed now since it's now just adding
stdint.h twice. Upstream has fixed this.
More information about the Openembedded-devel
mailing list