]> 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)
committerAnuj Mittal <anuj.mittal@intel.com>
Tue, 9 Nov 2021 01:29:16 +0000 (09:29 +0800)
commit1b47465688474cdba603578c1cbb768cfe699579
tree193635d5c4fb4ae841ab2e090b58e2e717e2b6a7
parentfd5980829646a1b0e3865d3ebf64feacc4bc1ee6
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>
(cherry picked from commit a8c4ba727251e53494a4aec483fcc51982e6fb75)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
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