summaryrefslogtreecommitdiff
path: root/package/ltp-testsuite
diff options
context:
space:
mode:
authorPetr Vorel <petr.vorel@gmail.com>2018-11-16 18:10:24 +0100
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-11-19 22:13:30 +0100
commit28b725d27eaa1f3cdc21b58aa870b40e2d425665 (patch)
tree6c057a458801227211498798f66c29171f3353d7 /package/ltp-testsuite
parentef3deade617769e6e2f509985cddf0958cda4a02 (diff)
ltp-testsuite: update patch filename
The patch 0007-Disable-DES-authentification-support.patch has been renamed to 0005-Disable-DES-authentification-support.patch. Signed-off-by: Petr Vorel <petr.vorel@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/ltp-testsuite')
-rw-r--r--package/ltp-testsuite/0001-rpc-tirpc-disable-tirpc_auth_authdes_-create-tests.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ltp-testsuite/0001-rpc-tirpc-disable-tirpc_auth_authdes_-create-tests.patch b/package/ltp-testsuite/0001-rpc-tirpc-disable-tirpc_auth_authdes_-create-tests.patch
index 344ba4ae94..6fe2d6e72b 100644
--- a/package/ltp-testsuite/0001-rpc-tirpc-disable-tirpc_auth_authdes_-create-tests.patch
+++ b/package/ltp-testsuite/0001-rpc-tirpc-disable-tirpc_auth_authdes_-create-tests.patch
@@ -3,7 +3,7 @@ From: Erico Nunes <nunes.erico@gmail.com>
Date: Fri, 30 Sep 2016 17:43:08 +0200
Subject: [PATCH] rpc-tirpc: disable tirpc_auth_authdes_*create tests
-Due to Buildroot patch 0007-Disable-DES-authentification-support.patch on
+Due to Buildroot patch 0005-Disable-DES-authentification-support.patch on
libtirpc, this library is built without method authdes_create. Any code
that uses this library, like the rpc-tirpc testsuite, thus fails to link.