summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ltp/ltp/0001-Disable-rpc01-on-glibc-and-musl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/ltp/ltp/0001-Disable-rpc01-on-glibc-and-musl.patch')
-rw-r--r--meta/recipes-extended/ltp/ltp/0001-Disable-rpc01-on-glibc-and-musl.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/meta/recipes-extended/ltp/ltp/0001-Disable-rpc01-on-glibc-and-musl.patch b/meta/recipes-extended/ltp/ltp/0001-Disable-rpc01-on-glibc-and-musl.patch
deleted file mode 100644
index 78c6dfb2b1..0000000000
--- a/meta/recipes-extended/ltp/ltp/0001-Disable-rpc01-on-glibc-and-musl.patch
+++ /dev/null
@@ -1,29 +0,0 @@
1From ff39e6b69f0b26dad8ab685ee6116ff92bc363db Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Sat, 28 Apr 2018 00:08:55 -0700
4Subject: [PATCH] Disable rpc01 on glibc and musl
5
6It is not buildable with libtirpc
7
8Signed-off-by: Khem Raj <raj.khem@gmail.com>
9---
10Upstream-Status: Pending
11
12 testcases/network/rpc/basic_tests/Makefile | 3 +++
13 1 file changed, 3 insertions(+)
14
15diff --git a/testcases/network/rpc/basic_tests/Makefile b/testcases/network/rpc/basic_tests/Makefile
16index 66e9d5675..16a64e7da 100644
17--- a/testcases/network/rpc/basic_tests/Makefile
18+++ b/testcases/network/rpc/basic_tests/Makefile
19@@ -23,4 +23,7 @@
20 top_srcdir ?= ../../../..
21
22 include $(top_srcdir)/include/mk/env_pre.mk
23+
24+FILTER_OUT_DIRS += rpc01
25+
26 include $(top_srcdir)/include/mk/generic_trunk_target.mk
27--
282.17.0
29