summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libnl/libnl_3.2.28.bb
diff options
context:
space:
mode:
authorAndré Draszik <git@andred.net>2016-08-26 11:31:52 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-03 09:58:37 +0100
commit75610e2d0b9f9f10e74c97ceac888a97422bcc73 (patch)
tree8c72d1f09808f23ecd1c153667392323168ab2ae /meta/recipes-support/libnl/libnl_3.2.28.bb
parent126c4b244d3a36f6d30189e1dc22d11211df8d4a (diff)
downloadpoky-75610e2d0b9f9f10e74c97ceac888a97422bcc73.tar.gz
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(). (From OE-Core rev: 3718761dd9bd841c4383b63346c1ff2c81570af6) Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libnl/libnl_3.2.28.bb')
-rw-r--r--meta/recipes-support/libnl/libnl_3.2.28.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-support/libnl/libnl_3.2.28.bb b/meta/recipes-support/libnl/libnl_3.2.28.bb
index b792818a46..7ddbd40416 100644
--- a/meta/recipes-support/libnl/libnl_3.2.28.bb
+++ b/meta/recipes-support/libnl/libnl_3.2.28.bb
@@ -12,7 +12,10 @@ DEPENDS = "flex-native bison-native"
12SRC_URI = "https://github.com/thom311/${BPN}/releases/download/${BPN}${@d.getVar('PV', True).replace('.','_')}/${BP}.tar.gz \ 12SRC_URI = "https://github.com/thom311/${BPN}/releases/download/${BPN}${@d.getVar('PV', True).replace('.','_')}/${BP}.tar.gz \
13 file://fix-pktloc_syntax_h-race.patch \ 13 file://fix-pktloc_syntax_h-race.patch \
14 file://fix-pc-file.patch \ 14 file://fix-pc-file.patch \
15 " 15 file://0001-lib-add-utility-function-nl_strerror_l.patch \
16 file://0002-lib-switch-to-using-strerror_l-instead-of-strerror_r.patch \
17 file://0003-src-switch-to-using-strerror_l-instead-of-strerror_r.patch \
18"
16UPSTREAM_CHECK_URI = "https://github.com/thom311/${BPN}/releases" 19UPSTREAM_CHECK_URI = "https://github.com/thom311/${BPN}/releases"
17 20
18SRC_URI[md5sum] = "bab12db1eb94a42129f712a44be91a67" 21SRC_URI[md5sum] = "bab12db1eb94a42129f712a44be91a67"