diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-01-11 23:14:38 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-12 21:09:02 +0000 |
| commit | fa7dd5d0460f69b8708353a3f287033fd9455418 (patch) | |
| tree | 234b8eb09c497f3f248a79c0298970538fc89f57 /scripts/lib/devtool/build_sdk.py | |
| parent | 90bb3644cc9dfa052154ed2a00e953ea01eaab29 (diff) | |
| download | poky-fa7dd5d0460f69b8708353a3f287033fd9455418.tar.gz | |
python3: drop unneeded multiprocessing module patch
pthread has been merged into the main libc library
(and was never separate in musl), so separate linking
for it is no longer needed.
I ran the reproducing sequence on qemux86, qemux86_64 and same targets with musl,
and it went fine:
root@qemux86:~# python3
Python 3.10.0 (default, Oct 4 2021, 17:55:55) [GCC 11.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import multiprocessing
>>> pool_sema = multiprocessing.BoundedSemaphore(value=1)
>>> pool_sema.acquire()
True
>>> pool_sema.release()
>>>
(From OE-Core rev: 2eabd3b611f4afa5eafa4490b6b0ef7578b742de)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/devtool/build_sdk.py')
0 files changed, 0 insertions, 0 deletions
