diff options
| author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2021-09-19 00:14:28 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-05 12:35:43 +0000 |
| commit | 0f1040405e73ea84909ba5eb07d463efc7a00836 (patch) | |
| tree | 1aeec9210392ce5d6c9b06d8bd6b8b46e3a0d4ea | |
| parent | 1aa567e3a9eb3b64f902f8d9686572f47f8ae44c (diff) | |
| download | poky-0f1040405e73ea84909ba5eb07d463efc7a00836.tar.gz | |
python3: update to 3.9.7
(From OE-Core rev: a61a9cf73baf4020a6dce90acb0edb08364aaded)
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 9612bb0639c13571e661f208aa7b28789953d9ec)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/python/python3_3.9.7.bb (renamed from meta/recipes-devtools/python/python3_3.9.6.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3_3.9.6.bb b/meta/recipes-devtools/python/python3_3.9.7.bb index 7fa6fc62dc..9d26528a96 100644 --- a/meta/recipes-devtools/python/python3_3.9.6.bb +++ b/meta/recipes-devtools/python/python3_3.9.7.bb | |||
| @@ -38,7 +38,7 @@ SRC_URI_append_class-native = " \ | |||
| 38 | file://12-distutils-prefix-is-inside-staging-area.patch \ | 38 | file://12-distutils-prefix-is-inside-staging-area.patch \ |
| 39 | file://0001-Don-t-search-system-for-headers-libraries.patch \ | 39 | file://0001-Don-t-search-system-for-headers-libraries.patch \ |
| 40 | " | 40 | " |
| 41 | SRC_URI[sha256sum] = "397920af33efc5b97f2e0b57e91923512ef89fc5b3c1d21dbfc8c4828ce0108a" | 41 | SRC_URI[sha256sum] = "f8145616e68c00041d1a6399b76387390388f8359581abc24432bb969b5e3c57" |
| 42 | 42 | ||
| 43 | # exclude pre-releases for both python 2.x and 3.x | 43 | # exclude pre-releases for both python 2.x and 3.x |
| 44 | UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>\d+(\.\d+)+).tar" | 44 | UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>\d+(\.\d+)+).tar" |
