Re: [OE-core] [PATCH v3 1/2] ntirpc: Add ntirpc recipe

2022-09-15 Thread Paulo Neves
libntirpc is not compatible with libtirpc. Some work would make it so, but it is not a trivial change, i tried it :) Not only the API is different, the pkgconfig presents itself as ntirpc whereas most dependencies of litbtirpc specifically try to detect libtirpc. A good summary of the differen

Re: [OE-core] [PATCH v3 1/2] ntirpc: Add ntirpc recipe

2022-09-15 Thread Ross Burton
On 28 Aug 2022, at 18:43, Paulo Neves via lists.openembedded.org wrote: > > ntirpc is an actively maintained rpc implementation. We cannot completely > remove libtirpc due to arising circular dependencies where ntirpc > depends on libnsl2, which in turn depends on an RPC implementation. Can you

Re: [OE-core] [PATCH v3 1/2] ntirpc: Add ntirpc recipe

2022-08-28 Thread Alexander Kanavin
On Sun, 28 Aug 2022 at 19:44, Paulo Neves wrote: > > ntirpc is an actively maintained rpc implementation. We cannot completely > remove libtirpc due to arising circular dependencies where ntirpc > depends on libnsl2, which in turn depends on an RPC implementation. The circular dependency issue sh

[OE-core] [PATCH v3 1/2] ntirpc: Add ntirpc recipe

2022-08-28 Thread Paulo Neves
ntirpc is an actively maintained rpc implementation. We cannot completely remove libtirpc due to arising circular dependencies where ntirpc depends on libnsl2, which in turn depends on an RPC implementation. libtirpc and ntirpc are not mutually exclusive. Signed-off-by: Paulo Neves --- meta/rec