]> code.ossystems Code Review - openembedded-core.git/commit
linux-libc-headers: fix MIPS klibc build error
authorBruce Ashfield <bruce.ashfield@windriver.com>
Tue, 10 Dec 2013 15:16:15 +0000 (10:16 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 14 Dec 2013 09:09:34 +0000 (09:09 +0000)
commitf2f8a2a05cbfff7e1d5d979ec1b9f4f371579fb9
treec71ec80deb015c9b7e6a4fab3c3435cb251b9e5d
parent5877781d1dcb2883d00097b66ff2481a4a5ff930
linux-libc-headers: fix MIPS klibc build error

As reported by Andrea Adami, klibc fails to build for MIPS with the 3.10 libc-headers

commit ca044f9a [UAPI: fix endianness conditionals in linux/raid/md_p.h] is the root
cause of the breakage.

This is fixed in the kernel source itself, but we must also carry the
change in the linux-libc-headers recipe, until we update past the
3.13 kernel.

With this change, we can again build klibc for mips, with no impact
on the rest of the system.

cc: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-kernel/linux-libc-headers/linux-libc-headers/UAPI-include-asm-byteorder.h-in-linux-raid-md_p.h.patch [new file with mode: 0644]
meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.10.bb