diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-22 11:17:26 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-23 12:05:21 +0000 |
commit | a0336965aa2e2215a274ff7d2ebae8c40443b1c5 (patch) | |
tree | 3972ef50c9ced030e13fd09a1656e4902f278482 /meta/recipes-devtools/python/python3_3.5.2.bb | |
parent | 6cea270c544ceb14cbd44f4e5f4e51c3a3dcb143 (diff) | |
download | poky-a0336965aa2e2215a274ff7d2ebae8c40443b1c5.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/python/python3_3.5.2.bb')
-rw-r--r-- | meta/recipes-devtools/python/python3_3.5.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3_3.5.2.bb b/meta/recipes-devtools/python/python3_3.5.2.bb index bde9c959b4..2ff7c9e278 100644 --- a/meta/recipes-devtools/python/python3_3.5.2.bb +++ b/meta/recipes-devtools/python/python3_3.5.2.bb | |||
@@ -36,6 +36,7 @@ SRC_URI += "\ | |||
36 | file://setup.py-find-libraries-in-staging-dirs.patch \ | 36 | file://setup.py-find-libraries-in-staging-dirs.patch \ |
37 | file://configure.ac-fix-LIBPL.patch \ | 37 | file://configure.ac-fix-LIBPL.patch \ |
38 | file://python3-fix-CVE-2016-1000110.patch \ | 38 | file://python3-fix-CVE-2016-1000110.patch \ |
39 | file://upstream-random-fixes.patch \ | ||
39 | " | 40 | " |
40 | SRC_URI[md5sum] = "8906efbacfcdc7c3c9198aeefafd159e" | 41 | SRC_URI[md5sum] = "8906efbacfcdc7c3c9198aeefafd159e" |
41 | SRC_URI[sha256sum] = "0010f56100b9b74259ebcd5d4b295a32324b58b517403a10d1a2aa7cb22bca40" | 42 | SRC_URI[sha256sum] = "0010f56100b9b74259ebcd5d4b295a32324b58b517403a10d1a2aa7cb22bca40" |