summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libtirpc/libtirpc-0.2.2/remove-des-crypt.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-06-23 15:39:47 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-28 13:55:41 +0100
commit4c3691eb4ea4c84de01fb18972956b86445a3c40 (patch)
tree8acc4a067433c1ae35e645e0f9b4e611f747c179 /meta/recipes-extended/libtirpc/libtirpc-0.2.2/remove-des-crypt.patch
parent1ac7d1cab89f32280db0f103dbfd02455fea5b92 (diff)
downloadpoky-4c3691eb4ea4c84de01fb18972956b86445a3c40.tar.gz
libtirpc: Upgrade 0.2.1 -> 0.2.2
Additionally bring in the nis headers which will be required when using eglibc 2.14 where rpc support is removed. Make it provide virtual/librpc (From OE-Core rev: 42a521b28817cc8d905a93a82e02481a8968cd26) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/libtirpc/libtirpc-0.2.2/remove-des-crypt.patch')
-rw-r--r--meta/recipes-extended/libtirpc/libtirpc-0.2.2/remove-des-crypt.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-extended/libtirpc/libtirpc-0.2.2/remove-des-crypt.patch b/meta/recipes-extended/libtirpc/libtirpc-0.2.2/remove-des-crypt.patch
new file mode 100644
index 0000000000..d94a5850ae
--- /dev/null
+++ b/meta/recipes-extended/libtirpc/libtirpc-0.2.2/remove-des-crypt.patch
@@ -0,0 +1,17 @@
1http://sourceforge.net/mailarchive/message.php?msg_id=27636466
2
3Upstream-Status: Backport
4
5Index: libtirpc-0.2.2/src/Makefile.am
6===================================================================
7--- libtirpc-0.2.2.orig/src/Makefile.am
8+++ libtirpc-0.2.2/src/Makefile.am
9@@ -50,7 +50,7 @@ libtirpc_la_SOURCES = auth_none.c auth_u
10 rpc_callmsg.c rpc_generic.c rpc_soc.c rpcb_clnt.c rpcb_prot.c \
11 rpcb_st_xdr.c svc.c svc_auth.c svc_dg.c svc_auth_unix.c svc_generic.c \
12 svc_raw.c svc_run.c svc_simple.c svc_vc.c getpeereid.c \
13- auth_time.c auth_des.c authdes_prot.c des_crypt.c
14+ auth_time.c auth_des.c authdes_prot.c
15
16 ## XDR
17 libtirpc_la_SOURCES += xdr.c xdr_rec.c xdr_array.c xdr_float.c xdr_mem.c xdr_reference.c xdr_stdio.c