diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-10-13 22:00:11 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-24 12:17:23 +0100 |
commit | 27eaad52e9b5468e4065df36f70966539aabc525 (patch) | |
tree | 4132da0af909014d0fdc0435872853e951b43855 /meta/recipes-extended/libtirpc | |
parent | 8b84e778fb481075d245e1d5cc1b3b81024681d5 (diff) | |
download | openembedded-core-27eaad52e9b5468e4065df36f70966539aabc525.tar.gz openembedded-core-27eaad52e9b5468e4065df36f70966539aabc525.tar.bz2 openembedded-core-27eaad52e9b5468e4065df36f70966539aabc525.zip |
libtirpc: Refresh uclibc patches
patch fails to apply otherwise
Change-Id: Ic16912e6e0e8ba75253a4aa0b357b91cabefbf5c
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-extended/libtirpc')
-rw-r--r-- | meta/recipes-extended/libtirpc/libtirpc/remove-des-uclibc.patch | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/meta/recipes-extended/libtirpc/libtirpc/remove-des-uclibc.patch b/meta/recipes-extended/libtirpc/libtirpc/remove-des-uclibc.patch index d003348af9..553b1ffb82 100644 --- a/meta/recipes-extended/libtirpc/libtirpc/remove-des-uclibc.patch +++ b/meta/recipes-extended/libtirpc/libtirpc/remove-des-uclibc.patch @@ -3,11 +3,11 @@ uclibc does not provide des functionality unlike eglibc so lets disable ssl supp Upstream-Status: Inappropriate [uclibc specific] Signed-off-by: Khem Raj <raj.khem@gmail.com> -Index: libtirpc-0.2.3/src/rpc_soc.c +Index: libtirpc-0.2.5/src/rpc_soc.c =================================================================== ---- libtirpc-0.2.3.orig/src/rpc_soc.c 2013-03-10 16:00:51.355282153 -0700 -+++ libtirpc-0.2.3/src/rpc_soc.c 2013-03-10 16:00:51.703282148 -0700 -@@ -520,6 +520,7 @@ +--- libtirpc-0.2.5.orig/src/rpc_soc.c ++++ libtirpc-0.2.5/src/rpc_soc.c +@@ -520,6 +520,7 @@ clnt_broadcast(prog, vers, proc, xargs, (resultproc_t) rpc_wrap_bcast, "udp"); } @@ -15,7 +15,7 @@ Index: libtirpc-0.2.3/src/rpc_soc.c /* * Create the client des authentication object. Obsoleted by * authdes_seccreate(). -@@ -551,6 +552,7 @@ +@@ -551,6 +552,7 @@ fallback: dummy = authdes_seccreate(servername, window, NULL, ckey); return (dummy); } @@ -23,16 +23,16 @@ Index: libtirpc-0.2.3/src/rpc_soc.c /* * Create a client handle for a unix connection. Obsoleted by clnt_vc_create() -Index: libtirpc-0.2.3/src/Makefile.am +Index: libtirpc-0.2.5/src/Makefile.am =================================================================== ---- libtirpc-0.2.3.orig/src/Makefile.am 2013-03-10 16:00:51.355282153 -0700 -+++ libtirpc-0.2.3/src/Makefile.am 2013-03-10 16:00:51.703282148 -0700 -@@ -50,7 +50,7 @@ +--- libtirpc-0.2.5.orig/src/Makefile.am ++++ libtirpc-0.2.5/src/Makefile.am +@@ -51,7 +51,7 @@ libtirpc_la_SOURCES = auth_none.c auth_u rpc_callmsg.c rpc_generic.c rpc_soc.c rpcb_clnt.c rpcb_prot.c \ rpcb_st_xdr.c svc.c svc_auth.c svc_dg.c svc_auth_unix.c svc_auth_none.c \ svc_generic.c svc_raw.c svc_run.c svc_simple.c svc_vc.c getpeereid.c \ -- auth_time.c auth_des.c authdes_prot.c -+ auth_time.c +- auth_time.c auth_des.c authdes_prot.c debug.c ++ auth_time.c debug.c ## XDR libtirpc_la_SOURCES += xdr.c xdr_rec.c xdr_array.c xdr_float.c xdr_mem.c xdr_reference.c xdr_stdio.c |