diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-01-19 11:40:46 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-20 11:57:28 +0000 |
| commit | 0b1dc4e3d437fb9cde75604a5881e0fdb98ebdd6 (patch) | |
| tree | 22786806f4acf06dd153fae891bfb00ff1780515 /meta/recipes-devtools/python/python3/0001-bpo-36852-proper-detection-of-mips-architecture-for-.patch | |
| parent | e6d9cc20a2c34c31e40de8746674058dd89adeef (diff) | |
| download | poky-0b1dc4e3d437fb9cde75604a5881e0fdb98ebdd6.tar.gz | |
python3: update 3.10.1 -> 3.10.2
License-Update: copyright years
(From OE-Core rev: d6515a7f58d0405efea21e3be4158681ed9edbe6)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3/0001-bpo-36852-proper-detection-of-mips-architecture-for-.patch')
| -rw-r--r-- | meta/recipes-devtools/python/python3/0001-bpo-36852-proper-detection-of-mips-architecture-for-.patch | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/meta/recipes-devtools/python/python3/0001-bpo-36852-proper-detection-of-mips-architecture-for-.patch b/meta/recipes-devtools/python/python3/0001-bpo-36852-proper-detection-of-mips-architecture-for-.patch index fc2241b5b9..6ab335a405 100644 --- a/meta/recipes-devtools/python/python3/0001-bpo-36852-proper-detection-of-mips-architecture-for-.patch +++ b/meta/recipes-devtools/python/python3/0001-bpo-36852-proper-detection-of-mips-architecture-for-.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 7cfa712eecf02edaefaf0e51f3c8a31933b88db1 Mon Sep 17 00:00:00 2001 | 1 | From bb409432f03dd8256865292e382ad16613737829 Mon Sep 17 00:00:00 2001 |
| 2 | From: Matthias Schoepfer <matthias.schoepfer@ithinx.io> | 2 | From: Matthias Schoepfer <matthias.schoepfer@ithinx.io> |
| 3 | Date: Fri, 31 May 2019 15:34:34 +0200 | 3 | Date: Fri, 31 May 2019 15:34:34 +0200 |
| 4 | Subject: [PATCH] bpo-36852: proper detection of mips architecture for soft | 4 | Subject: [PATCH] bpo-36852: proper detection of mips architecture for soft |
| @@ -14,13 +14,12 @@ to do this in a more autoconf/autotools manner. | |||
| 14 | Upstream-Status: Submitted [https://github.com/python/cpython/pull/13196] | 14 | Upstream-Status: Submitted [https://github.com/python/cpython/pull/13196] |
| 15 | Signed-off-by: Matthias Schoepfer <matthias.schoepfer@ithinx.io> | 15 | Signed-off-by: Matthias Schoepfer <matthias.schoepfer@ithinx.io> |
| 16 | 16 | ||
| 17 | |||
| 18 | --- | 17 | --- |
| 19 | configure.ac | 175 +++++++-------------------------------------------- | 18 | configure.ac | 175 +++++++-------------------------------------------- |
| 20 | 1 file changed, 21 insertions(+), 154 deletions(-) | 19 | 1 file changed, 21 insertions(+), 154 deletions(-) |
| 21 | 20 | ||
| 22 | diff --git a/configure.ac b/configure.ac | 21 | diff --git a/configure.ac b/configure.ac |
| 23 | index 299786b..d0db062 100644 | 22 | index 4230ef2..ee08b1b 100644 |
| 24 | --- a/configure.ac | 23 | --- a/configure.ac |
| 25 | +++ b/configure.ac | 24 | +++ b/configure.ac |
| 26 | @@ -718,160 +718,27 @@ then | 25 | @@ -718,160 +718,27 @@ then |
| @@ -203,5 +202,5 @@ index 299786b..d0db062 100644 | |||
| 203 | + ;; | 202 | + ;; |
| 204 | +esac | 203 | +esac |
| 205 | 204 | ||
| 206 | if test x$PLATFORM_TRIPLET != xdarwin; then | 205 | AC_MSG_CHECKING([for multiarch]) |
| 207 | MULTIARCH=$($CC --print-multiarch 2>/dev/null) | 206 | AS_CASE([$ac_sys_system], |
