mirror of
https://git.yoctoproject.org/poky
synced 2026-02-08 01:36:38 +01:00
python3: fix multiprocessing
glibc 2.28 slightly changed the behaviour of sigaddset() which broke multiprocessing. Backport a patch from Python 3.6 to solve this. (From OE-Core rev: df1874eda517070dab86270ffafd5fe9a307e76b) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
27849379a7
commit
cb4134f798
@@ -41,6 +41,7 @@ SRC_URI += "\
|
||||
file://0002-Makefile-add-target-to-split-profile-generation.patch \
|
||||
file://float-endian.patch \
|
||||
file://ftplib.patch \
|
||||
file://signal.patch \
|
||||
"
|
||||
SRC_URI[md5sum] = "f3763edf9824d5d3a15f5f646083b6e0"
|
||||
SRC_URI[sha256sum] = "063d2c3b0402d6191b90731e0f735c64830e7522348aeb7ed382a83165d45009"
|
||||
|
||||
Reference in New Issue
Block a user