mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 09:16:36 +01:00
lib/oe/utils: use multiprocessing from bb
Fixes build with python-3.14 It was added to bitbake in 62be9113d98fccb347c6aa0a10d5c4ee2857f8b6 and oe-core now requires latest bitbake already, so we can use this. [YOCTO #15858] (From OE-Core rev: 75b39bf4b0cbf0884ce5c7209f3ae9420a86316e) Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Reviewed-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9f694e7ab4
commit
74befedd66
@@ -5,11 +5,11 @@
|
||||
#
|
||||
|
||||
import subprocess
|
||||
import multiprocessing
|
||||
import traceback
|
||||
import errno
|
||||
|
||||
import bb.parse
|
||||
from bb import multiprocessing
|
||||
|
||||
def read_file(filename):
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user