]> code.ossystems Code Review - openembedded-core.git/commit
python3: fix multiprocessing
authorRoss Burton <ross.burton@intel.com>
Mon, 10 Sep 2018 13:31:23 +0000 (14:31 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Sep 2018 11:09:11 +0000 (12:09 +0100)
commitdf1874eda517070dab86270ffafd5fe9a307e76b
tree4a80da0f0837e50249b6b5668482e5fc09ea5326
parent9806e141e85b4e4c38eb7b45e6f2fbc2d2aed29d
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.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3/signal.patch [new file with mode: 0644]
meta/recipes-devtools/python/python3_3.5.5.bb