From 83046b8350d806f5270be5922a83e5d188d75f3f Mon Sep 17 00:00:00 2001 From: "Maxin B. John" Date: Wed, 20 Jan 2016 17:58:48 +0200 Subject: libtirpc: remove redundant va_list patch Avoid duplicated inclusion of stdarg.h for uclibc builds. Signed-off-by: Maxin B. John Signed-off-by: Ross Burton --- meta/recipes-extended/libtirpc/libtirpc/va_list.patch | 18 ------------------ meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb | 1 - 2 files changed, 19 deletions(-) delete mode 100644 meta/recipes-extended/libtirpc/libtirpc/va_list.patch (limited to 'meta/recipes-extended/libtirpc') diff --git a/meta/recipes-extended/libtirpc/libtirpc/va_list.patch b/meta/recipes-extended/libtirpc/libtirpc/va_list.patch deleted file mode 100644 index 855d15b581..0000000000 --- a/meta/recipes-extended/libtirpc/libtirpc/va_list.patch +++ /dev/null @@ -1,18 +0,0 @@ -This patch is fixing build with uclibc where compiler ( gcc5 ) says it cant find va_list -the patch is right for upstreaming as well - -Signed-off-by: Khem Raj -Upstream-Status: Pending - -Index: libtirpc-0.2.5/src/debug.h -=================================================================== ---- libtirpc-0.2.5.orig/src/debug.h -+++ libtirpc-0.2.5/src/debug.h -@@ -22,6 +22,7 @@ - #ifndef _DEBUG_H - #define _DEBUG_H - #include -+#include - - extern int libtirpc_debug_level; - extern int log_stderr; diff --git a/meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb b/meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb index 302dc50625..9513de1ead 100644 --- a/meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb +++ b/meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb @@ -17,7 +17,6 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.bz2;name=libtirpc \ " SRC_URI_append_libc-uclibc = " file://remove-des-functionality.patch \ - file://va_list.patch \ " SRC_URI_append_libc-musl = " file://remove-des-functionality.patch \ -- cgit 1.2.3-korg