Re: [OE-core] [PATCH v3] libtirpc: create the symbol link for rpc header files

2019-11-07 Thread Khem Raj
Ok, thanks. On Thu, Nov 7, 2019 at 8:50 PM Zhixiong Chi wrote: > > > > On 2019年11月08日 09:33, Khem Raj wrote: > > On Wed, Nov 6, 2019 at 9:54 PM Zhixiong Chi > > wrote: > >> Since the Sun RPC is deprecated in glibc, the rpc header files > >> are not provided any more, but it allows alternative R

Re: [OE-core] [PATCH v3] libtirpc: create the symbol link for rpc header files

2019-11-07 Thread Zhixiong Chi
On 2019年11月08日 09:33, Khem Raj wrote: On Wed, Nov 6, 2019 at 9:54 PM Zhixiong Chi wrote: Since the Sun RPC is deprecated in glibc, the rpc header files are not provided any more, but it allows alternative RPC implementations, such as TIRPC or rpcsvc-proto, to be used. So we create the symbol

Re: [OE-core] [PATCH v3] libtirpc: create the symbol link for rpc header files

2019-11-07 Thread Khem Raj
On Wed, Nov 6, 2019 at 9:54 PM Zhixiong Chi wrote: > > Since the Sun RPC is deprecated in glibc, the rpc header files > are not provided any more, but it allows alternative RPC > implementations, such as TIRPC or rpcsvc-proto, to be used. > > So we create the symbol link for rpc header files for t

[OE-core] [PATCH v3] libtirpc: create the symbol link for rpc header files

2019-11-06 Thread Zhixiong Chi
Since the Sun RPC is deprecated in glibc, the rpc header files are not provided any more, but it allows alternative RPC implementations, such as TIRPC or rpcsvc-proto, to be used. So we create the symbol link for rpc header files for tirpc to be more compatible with the glibc version and the appli