summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/libtirpc/libtirpc/remove-des-uclibc.patch22
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
3Upstream-Status: Inappropriate [uclibc specific] 3Upstream-Status: Inappropriate [uclibc specific]
4Signed-off-by: Khem Raj <raj.khem@gmail.com> 4Signed-off-by: Khem Raj <raj.khem@gmail.com>
5 5
6Index: libtirpc-0.2.3/src/rpc_soc.c 6Index: libtirpc-0.2.5/src/rpc_soc.c
7=================================================================== 7===================================================================
8--- libtirpc-0.2.3.orig/src/rpc_soc.c 2013-03-10 16:00:51.355282153 -0700 8--- libtirpc-0.2.5.orig/src/rpc_soc.c
9+++ libtirpc-0.2.3/src/rpc_soc.c 2013-03-10 16:00:51.703282148 -0700 9+++ libtirpc-0.2.5/src/rpc_soc.c
10@@ -520,6 +520,7 @@ 10@@ -520,6 +520,7 @@ clnt_broadcast(prog, vers, proc, xargs,
11 (resultproc_t) rpc_wrap_bcast, "udp"); 11 (resultproc_t) rpc_wrap_bcast, "udp");
12 } 12 }
13 13
@@ -15,7 +15,7 @@ Index: libtirpc-0.2.3/src/rpc_soc.c
15 /* 15 /*
16 * Create the client des authentication object. Obsoleted by 16 * Create the client des authentication object. Obsoleted by
17 * authdes_seccreate(). 17 * authdes_seccreate().
18@@ -551,6 +552,7 @@ 18@@ -551,6 +552,7 @@ fallback:
19 dummy = authdes_seccreate(servername, window, NULL, ckey); 19 dummy = authdes_seccreate(servername, window, NULL, ckey);
20 return (dummy); 20 return (dummy);
21 } 21 }
@@ -23,16 +23,16 @@ Index: libtirpc-0.2.3/src/rpc_soc.c
23 23
24 /* 24 /*
25 * Create a client handle for a unix connection. Obsoleted by clnt_vc_create() 25 * Create a client handle for a unix connection. Obsoleted by clnt_vc_create()
26Index: libtirpc-0.2.3/src/Makefile.am 26Index: libtirpc-0.2.5/src/Makefile.am
27=================================================================== 27===================================================================
28--- libtirpc-0.2.3.orig/src/Makefile.am 2013-03-10 16:00:51.355282153 -0700 28--- libtirpc-0.2.5.orig/src/Makefile.am
29+++ libtirpc-0.2.3/src/Makefile.am 2013-03-10 16:00:51.703282148 -0700 29+++ libtirpc-0.2.5/src/Makefile.am
30@@ -50,7 +50,7 @@ 30@@ -51,7 +51,7 @@ libtirpc_la_SOURCES = auth_none.c auth_u
31 rpc_callmsg.c rpc_generic.c rpc_soc.c rpcb_clnt.c rpcb_prot.c \ 31 rpc_callmsg.c rpc_generic.c rpc_soc.c rpcb_clnt.c rpcb_prot.c \
32 rpcb_st_xdr.c svc.c svc_auth.c svc_dg.c svc_auth_unix.c svc_auth_none.c \ 32 rpcb_st_xdr.c svc.c svc_auth.c svc_dg.c svc_auth_unix.c svc_auth_none.c \
33 svc_generic.c svc_raw.c svc_run.c svc_simple.c svc_vc.c getpeereid.c \ 33 svc_generic.c svc_raw.c svc_run.c svc_simple.c svc_vc.c getpeereid.c \
34- auth_time.c auth_des.c authdes_prot.c 34- auth_time.c auth_des.c authdes_prot.c debug.c
35+ auth_time.c 35+ auth_time.c debug.c
36 36
37 ## XDR 37 ## XDR
38 libtirpc_la_SOURCES += xdr.c xdr_rec.c xdr_array.c xdr_float.c xdr_mem.c xdr_reference.c xdr_stdio.c 38 libtirpc_la_SOURCES += xdr.c xdr_rec.c xdr_array.c xdr_float.c xdr_mem.c xdr_reference.c xdr_stdio.c