diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-10-27 22:16:11 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-29 16:28:36 +0100 |
commit | b06633b6ae91132f444a15a7f11dd778f01d5b6f (patch) | |
tree | 6e0c7f2733abbe6d9df9619492a98f544b2a63a7 /meta/classes-recipe/python3-dir.bbclass | |
parent | 852f802a319e2d25cbf4e9bdf838c06f487c8a05 (diff) | |
download | poky-b06633b6ae91132f444a15a7f11dd778f01d5b6f.tar.gz |
python3: update 3.10.6 -> 3.11.0
The semaphore fix has landed and is available from 3.11 onwards:
https://github.com/python/cpython/commit/1ee0f94d16f150356a4b9b0a39d44ba1d2d5b9fc
Drop 0001-Mitigate-the-race-condition-in-testSockName.patch
as it is merged upstream.
(From OE-Core rev: f10cdc155e47af5627ee999c57e1d083f9382a91)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes-recipe/python3-dir.bbclass')
-rw-r--r-- | meta/classes-recipe/python3-dir.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-recipe/python3-dir.bbclass b/meta/classes-recipe/python3-dir.bbclass index 912c67253c..d93d337f76 100644 --- a/meta/classes-recipe/python3-dir.bbclass +++ b/meta/classes-recipe/python3-dir.bbclass | |||
@@ -4,7 +4,7 @@ | |||
4 | # SPDX-License-Identifier: MIT | 4 | # SPDX-License-Identifier: MIT |
5 | # | 5 | # |
6 | 6 | ||
7 | PYTHON_BASEVERSION = "3.10" | 7 | PYTHON_BASEVERSION = "3.11" |
8 | PYTHON_ABI = "" | 8 | PYTHON_ABI = "" |
9 | PYTHON_DIR = "python${PYTHON_BASEVERSION}" | 9 | PYTHON_DIR = "python${PYTHON_BASEVERSION}" |
10 | PYTHON_PN = "python3" | 10 | PYTHON_PN = "python3" |