diff options
| author | Ross Burton <ross.burton@intel.com> | 2018-09-10 14:31:23 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-11 12:09:11 +0100 |
| commit | df1874eda517070dab86270ffafd5fe9a307e76b (patch) | |
| tree | 4a80da0f0837e50249b6b5668482e5fc09ea5326 /meta/recipes-devtools/python/python3_3.5.5.bb | |
| parent | 9806e141e85b4e4c38eb7b45e6f2fbc2d2aed29d (diff) | |
| download | openembedded-core-df1874eda517070dab86270ffafd5fe9a307e76b.tar.gz openembedded-core-df1874eda517070dab86270ffafd5fe9a307e76b.tar.bz2 openembedded-core-df1874eda517070dab86270ffafd5fe9a307e76b.zip | |
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>
Diffstat (limited to 'meta/recipes-devtools/python/python3_3.5.5.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3_3.5.5.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3_3.5.5.bb b/meta/recipes-devtools/python/python3_3.5.5.bb index 02decf470c..15ec7d7fda 100644 --- a/meta/recipes-devtools/python/python3_3.5.5.bb +++ b/meta/recipes-devtools/python/python3_3.5.5.bb @@ -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" |
