]> code.ossystems Code Review - openembedded-core.git/commit
python3: Add upstream random.c fixes for recent glibc
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 22 Jan 2017 11:17:26 +0000 (11:17 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Jan 2017 12:03:58 +0000 (12:03 +0000)
commit126b2c47b1806b53fbd9a4706bc48bc7c4efd3be
tree2dfdb2f18f6635168656ed8a2e3ba16b8db7173a
parentcfeec8a59ba03f98944fd3dca1a67d80e7edb4c9
python3: Add upstream random.c fixes for recent glibc

python3 fails to work with recent glibc versions on older hosts, giving
errors like:

Fatal Python error: getentropy() failed
Aborted

This breaks buildtools-tarball and hence eSDK. This patch backports the
changes to random.c from upstream that address the problem.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3/upstream-random-fixes.patch [new file with mode: 0644]
meta/recipes-devtools/python/python3_3.5.2.bb