From: Yuri Bushmelev Date: Tue, 30 Nov 2010 20:06:34 +0000 (+0300) Subject: klibc: fix linking for mipsel X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79401b3f97602e93095772cd861d795722bb0ccf;p=openembedded.git 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. --- 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 ); /*