summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb
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-24 09:40:20 +0000
commit63a49f8c53dfba89b40dfcb1164341fb87e19b4a (patch)
tree9e570e1aa5a4991ad61a85a2eb34bf4327ccf765 /meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb
parent55a8df2056024acf714f47c85267c1eba8b7b6be (diff)
downloadpoky-63a49f8c53dfba89b40dfcb1164341fb87e19b4a.tar.gz
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>
Diffstat (limited to 'meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb')
-rw-r--r--meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb1
1 files changed, 0 insertions, 1 deletions
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 \