]> 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>
Mon, 11 Sep 2017 21:15:51 +0000 (22:15 +0100)
commit450942db7f4638eba7ec262901fe1d7e1b1f6070
tree551204805c253b5a5f3e43d03ad91370e314b0ea
parent2f95c71ba17a6d68d3805efe82097c10b6740244
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.

(From OE-Core rev: da9ac8092497c3f2c246d3534f47e42cb2d9e4e8)

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]