]> code.ossystems Code Review - openembedded-core.git/commit
expat: Don't use getrandom() in the -native case
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 14 Aug 2017 10:06:33 +0000 (11:06 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 Aug 2017 23:01:44 +0000 (00:01 +0100)
commitda9ac8092497c3f2c246d3534f47e42cb2d9e4e8
tree00f02d96bcfd265e0effc1c3133ee67527c83cf9
parent31ae16003cac6c8cf587c98d0c58e9f21690cb40
expat: Don't use getrandom() in the -native case

getrandom() is only available in glibc 2.25+ and uninative may relocate
binaries onto systems that don't have this function. For now, force
the code to the older codepath until we can come up with a better solution
for this kind of issue.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/expat/expat.inc
meta/recipes-core/expat/expat/no_getrandom.patch [new file with mode: 0644]