[OE-core] [PATCH] musl: Upgrade to 1.1.16+ on master

Burton, Ross ross.burton at intel.com
Wed Jan 11 16:29:01 UTC 2017


On 6 January 2017 at 16:54, Khem Raj <raj.khem at gmail.com> wrote:

> regardless, I posted a patch for ppp for fixing same issue, seee
>
> https://patchwork.openembedded.org/patch/135536/
>
> may be the same or similar patch can be applied to connman as well.
>

Similar but not the same.

connman/src/iptables.c includes <xtables.h> and nothing else relevant as
far as I can tell.  However the fragment of code that is throwing an error
(pulled in via xtables.h) is only enabled because the kernel headers don't
think that the libc is defining IFF_LOWER_UP, but musl is.
https://git.busybox.net/buildroot/commit/?id=4470dd9b1bdbb9b39e9fb13f27bcaa044719de6d
is
how buildroot work around this, by defining a _UAPI symbol that the kernel
header listens to.

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20170111/6c3e4d07/attachment-0002.html>


More information about the Openembedded-core mailing list