aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python/Don-t-use-getentropy-on-Linux.patch
AgeCommit message (Collapse)Author
2017-02-15python: Don't use getentropy on LinuxAndreas Oberritter
Backport a patch from 2.7 branch to fix a regression with glibc 2.24 causing "OSError: [Errno 38] Function not implemented" when calling urandom() with older kernels. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Ross Burton <ross.burton@intel.com>