]> code.ossystems Code Review - openembedded-core.git/commit
python3-native: Avoid use of getentropy/getrandom
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 14 Aug 2017 13:00:21 +0000 (14:00 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 6 Sep 2017 15:54:21 +0000 (16:54 +0100)
commit2dc6ee0c520442418fa14cf3fe12b059209e9ab7
treeed71968edeabfa531c9928edcee3232c178d161b
parent08a46b2477c1ea0e76695b51b59dc1bb46b1b521
python3-native: Avoid use of getentropy/getrandom

getentropy/random() 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 codepaths until we can come up with a better solution for this kind of
issue.

(From OE-Core rev: 92bda0024d85ae78345665cc2f9646c9881ed61b)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-native_3.5.2.bb