aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libtirpc/libtirpc
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@intel.com>2016-01-20 17:58:48 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-22 23:42:36 +0000
commit83046b8350d806f5270be5922a83e5d188d75f3f (patch)
tree49cc960b6a31c5c771d0e8b757a68ffec009505b /meta/recipes-extended/libtirpc/libtirpc
parentf4c9908eae1ae3dcc38877abe2d5fbeb46851dd4 (diff)
downloadopenembedded-core-contrib-83046b8350d806f5270be5922a83e5d188d75f3f.tar.gz
libtirpc: remove redundant va_list patch
Avoid duplicated inclusion of stdarg.h for uclibc builds. Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-extended/libtirpc/libtirpc')
-rw-r--r--meta/recipes-extended/libtirpc/libtirpc/va_list.patch18
1 files changed, 0 insertions, 18 deletions
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 <raj.khem@gmail.com>
-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 <syslog.h>
-+#include <stdarg.h>
-
- extern int libtirpc_debug_level;
- extern int log_stderr;