]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
libnl: backport musl fix (strerror_r / strerror_l)
authorAndré Draszik <git@andred.net>
Fri, 26 Aug 2016 10:31:52 +0000 (11:31 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 1 Sep 2016 16:42:55 +0000 (17:42 +0100)
commit431bd3741fe7d6d205e2b91de7e45ab65dbb9f74
treee5d2a1e8e4a54cbdcd76427449f12ca213f00330
parent1468e62769108383af5a5fc64b68d4fd79eab918
libnl: backport musl fix (strerror_r / strerror_l)

musl doesn't implement the non-posix compliant,
deprecated, glibc-only special version of strerror_r
that libnl had been using so far.

Backport the patch(set) that switches libnl over to
using strerror_l().

Signed-off-by: André Draszik <git@andred.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/libnl/libnl/0001-lib-add-utility-function-nl_strerror_l.patch [new file with mode: 0644]
meta/recipes-support/libnl/libnl/0002-lib-switch-to-using-strerror_l-instead-of-strerror_r.patch [new file with mode: 0644]
meta/recipes-support/libnl/libnl/0003-src-switch-to-using-strerror_l-instead-of-strerror_r.patch [new file with mode: 0644]
meta/recipes-support/libnl/libnl_3.2.28.bb