]> code.ossystems Code Review - openembedded-core.git/commitdiff
libtirpc: remove redundant va_list patch
authorMaxin B. John <maxin.john@intel.com>
Wed, 20 Jan 2016 15:58:48 +0000 (17:58 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 22 Jan 2016 23:42:36 +0000 (23:42 +0000)
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>
meta/recipes-extended/libtirpc/libtirpc/va_list.patch [deleted file]
meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb

diff --git a/meta/recipes-extended/libtirpc/libtirpc/va_list.patch b/meta/recipes-extended/libtirpc/libtirpc/va_list.patch
deleted file mode 100644 (file)
index 855d15b..0000000
+++ /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;
index 302dc50625d5117b4e6d6ab89abc6b75edee733b..9513de1ead05260e67195a3257707f2f9c9923b7 100644 (file)
@@ -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 \