mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 17:26:36 +01:00
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. (From OE-Core rev: 126b2c47b1806b53fbd9a4706bc48bc7c4efd3be) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -36,6 +36,7 @@ SRC_URI += "\
|
||||
file://setup.py-find-libraries-in-staging-dirs.patch \
|
||||
file://configure.ac-fix-LIBPL.patch \
|
||||
file://python3-fix-CVE-2016-1000110.patch \
|
||||
file://upstream-random-fixes.patch \
|
||||
"
|
||||
SRC_URI[md5sum] = "8906efbacfcdc7c3c9198aeefafd159e"
|
||||
SRC_URI[sha256sum] = "0010f56100b9b74259ebcd5d4b295a32324b58b517403a10d1a2aa7cb22bca40"
|
||||
|
||||
Reference in New Issue
Block a user