summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ltp/ltp/0004-build-Add-option-to-select-libc-implementation.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-04-28 00:37:45 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-09 10:47:51 +0100
commit8af23ef768a4942e39778c63e6827145942fad70 (patch)
tree0ba99da6389bce46898d95757a40e24d396cd58e /meta/recipes-extended/ltp/ltp/0004-build-Add-option-to-select-libc-implementation.patch
parent668aba5a363bf382b20cc069278c0b7a17268612 (diff)
downloadpoky-8af23ef768a4942e39778c63e6827145942fad70.tar.gz
ltp: Fix build after removing rpc and libnsl in glibc
(From OE-Core rev: 269d285f57886df8985cb730a11561c74d642ff8) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/ltp/ltp/0004-build-Add-option-to-select-libc-implementation.patch')
-rw-r--r--meta/recipes-extended/ltp/ltp/0004-build-Add-option-to-select-libc-implementation.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/meta/recipes-extended/ltp/ltp/0004-build-Add-option-to-select-libc-implementation.patch b/meta/recipes-extended/ltp/ltp/0004-build-Add-option-to-select-libc-implementation.patch
index 84ab37ea39..0781ba1743 100644
--- a/meta/recipes-extended/ltp/ltp/0004-build-Add-option-to-select-libc-implementation.patch
+++ b/meta/recipes-extended/ltp/ltp/0004-build-Add-option-to-select-libc-implementation.patch
@@ -102,20 +102,6 @@ Index: git/testcases/network/nfsv4/acl/Makefile
102+endif 102+endif
103+ 103+
104 include $(top_srcdir)/include/mk/generic_leaf_target.mk 104 include $(top_srcdir)/include/mk/generic_leaf_target.mk
105Index: git/testcases/network/rpc/basic_tests/Makefile
106===================================================================
107--- git.orig/testcases/network/rpc/basic_tests/Makefile
108+++ git/testcases/network/rpc/basic_tests/Makefile
109@@ -23,4 +23,9 @@
110 top_srcdir ?= ../../../..
111
112 include $(top_srcdir)/include/mk/env_pre.mk
113+
114+ifeq ($(LIBC),musl)
115+FILTER_OUT_DIRS += rpc01
116+endif
117+
118 include $(top_srcdir)/include/mk/generic_trunk_target.mk
119Index: git/testcases/realtime/func/pi-tests/Makefile 105Index: git/testcases/realtime/func/pi-tests/Makefile
120=================================================================== 106===================================================================
121--- git.orig/testcases/realtime/func/pi-tests/Makefile 107--- git.orig/testcases/realtime/func/pi-tests/Makefile