1
0
mirror of https://git.yoctoproject.org/poky synced 2026-04-17 22:38:15 +00:00
Files
poky/meta/recipes-devtools/python/python3-native_3.5.3.bb
Richard Purdie faf20cc380 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>
2017-08-16 00:03:15 +01:00

2.8 KiB