summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3/upstream-random-fixes.patch
Commit message (Collapse)AuthorAgeFilesLines
* python3: Add upstream random.c fixes for recent glibcRichard Purdie2017-01-231-0/+721
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. (From OE-Core rev: 126b2c47b1806b53fbd9a4706bc48bc7c4efd3be) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>