]> code.ossystems Code Review - openembedded-core.git/commit
strace: fix build against 5.15 kernel/kernel-headers
authorBruce Ashfield <bruce.ashfield@gmail.com>
Thu, 4 Nov 2021 19:48:26 +0000 (15:48 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 5 Nov 2021 11:40:56 +0000 (11:40 +0000)
commita8c4ba727251e53494a4aec483fcc51982e6fb75
tree419b9405179e227581c4b4567c31976039cb6f12
parent7c7dc8f38cf1e874a7722389c95d895e10855d9a
strace: fix build against 5.15 kernel/kernel-headers

kernel 5.15 removed ipx.h from the uapi, but strace hasn't adjusted
its tests to the removal.

There is a WIP patch on the esyr/5.15 branch that solves the problem,
so we grab it here, adjust for context and fix our build problem.

When strace updates to 5.15, and we can bump our version and drop
this patch.

Upstream-Status: Backport [commit cca828197c0e16c2599129114]

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/strace/strace/0001-Avoid-relying-on-presence-of-ipx.h.patch [new file with mode: 0644]
meta/recipes-devtools/strace/strace_5.14.bb