ltp-testsuite: disable tirpc tests using authdes_create
authorThomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Fri, 11 Dec 2015 08:51:40 +0000 (09:51 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 11 Dec 2015 20:33:59 +0000 (21:33 +0100)
commitd1d735a1480f0f37a5996cb57c5a35ca2c3c3d90
tree867422ae3c6acfc41ece0f56cea1d28e47d885eb
parentcc8bc8649683bdaad368851e1db284f1b47fca97
ltp-testsuite: disable tirpc tests using authdes_create

In buildroot, libtirpc is patched to remove authdes_create functions.
As a result, compilation of tests that use these functions, fails.

A previous fix was implemented in commit
8f1c4c49a2ab0fc9e6cf73370f4483e253e5ac2d, but simply disabled linking with
libtirpc entirely. This broke usage of ltp-testsuite on targets where the
toolchain does not have RPC support and libtirpc is mandatory.

Instead, disable only the problematic tests, leaving ltp-testsuite usable
with libtirpc.

Cc: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/ltp-testsuite/0002-rpc-tirpc-disable-tirpc_auth_authdes_seccreate-tests.patch [new file with mode: 0644]