summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/libtirpc/libtirpc/va_list.patch18
-rw-r--r--meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb1
2 files changed, 0 insertions, 19 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 @@
1This patch is fixing build with uclibc where compiler ( gcc5 ) says it cant find va_list
2the patch is right for upstreaming as well
3
4Signed-off-by: Khem Raj <raj.khem@gmail.com>
5Upstream-Status: Pending
6
7Index: libtirpc-0.2.5/src/debug.h
8===================================================================
9--- libtirpc-0.2.5.orig/src/debug.h
10+++ libtirpc-0.2.5/src/debug.h
11@@ -22,6 +22,7 @@
12 #ifndef _DEBUG_H
13 #define _DEBUG_H
14 #include <syslog.h>
15+#include <stdarg.h>
16
17 extern int libtirpc_debug_level;
18 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 \
17 " 17 "
18 18
19SRC_URI_append_libc-uclibc = " file://remove-des-functionality.patch \ 19SRC_URI_append_libc-uclibc = " file://remove-des-functionality.patch \
20 file://va_list.patch \
21 " 20 "
22 21
23SRC_URI_append_libc-musl = " file://remove-des-functionality.patch \ 22SRC_URI_append_libc-musl = " file://remove-des-functionality.patch \