]> code.ossystems Code Review - openembedded-core.git/commit
strace: build fix for MIPS + musl libc
authorAndre McCurdy <armccurdy@gmail.com>
Wed, 10 Feb 2016 17:43:33 +0000 (17:43 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Feb 2016 12:27:24 +0000 (12:27 +0000)
commit785fb18d328988d607c38e4818ba2f3227a36feb
tree57d5eb5e780dca5666f86dbd9c5a65cc98e551f1
parent2d20de8ece480b21c02b6ace2cc12a21c36d0ae3
strace: build fix for MIPS + musl libc

The MIPS specific header <sgidefs.h> is provided by glibc and uclibc
but not by musl. Regardless of the libc, the kernel headers provide
<asm/sgidefs.h> which provides the same definitions, so use that
instead.

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/strace/strace/use-asm-sgidefs.h.patch [new file with mode: 0644]
meta/recipes-devtools/strace/strace_4.11.bb