]> code.ossystems Code Review - openembedded-core.git/commit
python: Don't use getentropy on Linux
authorAndreas Oberritter <obi@opendreambox.org>
Tue, 7 Feb 2017 23:48:54 +0000 (00:48 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 Feb 2017 04:06:28 +0000 (20:06 -0800)
commit3f2be1c857a44030478ce25b4a722667b73de446
treeb1d088fecb2df39daeabcbe5647ddc8c262e8a6b
parent6437f14c9177fd7ec7a9b6bca873362b0c94abfb
python: Don't use getentropy on Linux

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>
meta/recipes-devtools/python/python/Don-t-use-getentropy-on-Linux.patch [new file with mode: 0644]
meta/recipes-devtools/python/python_2.7.12.bb