]> code.ossystems Code Review - openembedded-core.git/commit
ppp: fix build against 5.15 headers
authorBruce Ashfield <bruce.ashfield@gmail.com>
Fri, 5 Nov 2021 17:19:54 +0000 (13:19 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 7 Nov 2021 15:49:48 +0000 (15:49 +0000)
commit2d61b061f52cc8dbed82e2d9547e8b52d3ec9e34
treea71b6209765987f739c6fd8dbfbdc4fcb5c63de4
parentd1635d80c2e0c8680c0af9966eb6007700601c39
ppp: fix build against 5.15 headers

The 5.15 kernel has removed ipx support, along with the userspace
visible header.

The build error was found for muslc, since it doesn't have a
fallback header, we disable it for both glibc/muslc.

This support wasn't used previously (as it hasn't been very well
maintained in the kernel for several years), so we can simply
disable it in our build and wait for upstream to do a release that
drops the support.

Although the tarball we use for our build (versus git), doesn't
use the autoconf disable flag to turn off the support, it is included
in this patch in case someone is building via git source base.

Upstream-Status: Inappropriate [OE-specific configuration/headers]

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/ppp/ppp/0001-ppp-fix-build-against-5.15-headers.patch [new file with mode: 0644]
meta/recipes-connectivity/ppp/ppp_2.4.9.bb