]> code.ossystems Code Review - openembedded-core.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>
Sat, 3 Sep 2016 08:58:26 +0000 (09:58 +0100)
commit3718761dd9bd841c4383b63346c1ff2c81570af6
tree62ccf3bef422258f03f8778543b0c9e6832589f4
parent448411845e5953d498847e9a8d85d4b68e230c37
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