mirror of
https://git.yoctoproject.org/poky
synced 2026-09-16 00:49:32 +02:00
libtirpc: remove redundant va_list patch
Avoid duplicated inclusion of stdarg.h for uclibc builds. (From OE-Core rev: 83046b8350d806f5270be5922a83e5d188d75f3f) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
55a8df2056
commit
63a49f8c53
@@ -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;
|
|
||||||
@@ -17,7 +17,6 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.bz2;name=libtirpc \
|
|||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI_append_libc-uclibc = " file://remove-des-functionality.patch \
|
SRC_URI_append_libc-uclibc = " file://remove-des-functionality.patch \
|
||||||
file://va_list.patch \
|
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI_append_libc-musl = " file://remove-des-functionality.patch \
|
SRC_URI_append_libc-musl = " file://remove-des-functionality.patch \
|
||||||
|
|||||||
Reference in New Issue
Block a user