From 79401b3f97602e93095772cd861d795722bb0ccf Mon Sep 17 00:00:00 2001 From: Yuri Bushmelev Date: Tue, 30 Nov 2010 23:06:34 +0300 Subject: [PATCH] klibc: fix linking for mipsel Disable inclusion of . This header have function (at least on mipsel) which breaks klibc's syscalls parser and lead to klibc linking failure. --- recipes/klibc/klibc-1.5.20/klibc_kexecsyscall.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/klibc/klibc-1.5.20/klibc_kexecsyscall.patch b/recipes/klibc/klibc-1.5.20/klibc_kexecsyscall.patch index 9b2dca4738..6243db6c18 100644 --- a/recipes/klibc/klibc-1.5.20/klibc_kexecsyscall.patch +++ b/recipes/klibc/klibc-1.5.20/klibc_kexecsyscall.patch @@ -4,7 +4,7 @@ #include #include #include -+#include ++/* #include */ +long kexec_load(void *, unsigned long , struct kexec_segment *, unsigned long ); /* -- 2.39.5