mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 01:40:07 +00:00
python3: upgrade 3.9.7 -> 3.9.9
(From OE-Core rev: 6eedc8a3456a70d858e9f515f384b3ba54d00a63) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
12b0635ae0
commit
8ea2981d05
+9
-11
@@ -1,7 +1,8 @@
|
|||||||
From 1ad771d86728ee2ed30e202e9768d8d825f96467 Mon Sep 17 00:00:00 2001
|
From d9eb634b3d2e6ba831e864c50f6a37c48edfc4f3 Mon Sep 17 00:00:00 2001
|
||||||
From: Matthias Schoepfer <matthias.schoepfer@ithinx.io>
|
From: Matthias Schoepfer <matthias.schoepfer@ithinx.io>
|
||||||
Date: Fri, 31 May 2019 15:34:34 +0200
|
Date: Fri, 31 May 2019 15:34:34 +0200
|
||||||
Subject: [PATCH] bpo-36852: proper detection of mips architecture for soft
|
Subject: [PATCH] bpo-36852: proper detection of mips architecture for soft
|
||||||
|
|
||||||
float
|
float
|
||||||
|
|
||||||
When (cross) compiling for softfloat mips, __mips_hard_float will not be
|
When (cross) compiling for softfloat mips, __mips_hard_float will not be
|
||||||
@@ -13,18 +14,18 @@ to do this in a more autoconf/autotools manner.
|
|||||||
Upstream-Status: Submitted [https://github.com/python/cpython/pull/13196]
|
Upstream-Status: Submitted [https://github.com/python/cpython/pull/13196]
|
||||||
Signed-off-by: Matthias Schoepfer <matthias.schoepfer@ithinx.io>
|
Signed-off-by: Matthias Schoepfer <matthias.schoepfer@ithinx.io>
|
||||||
|
|
||||||
%% original patch: 0001-bpo-36852-proper-detection-of-mips-architecture-for-.patch
|
|
||||||
---
|
---
|
||||||
configure.ac | 175 +++++++--------------------------------------------
|
configure.ac | 175 +++++++--------------------------------------------
|
||||||
1 file changed, 21 insertions(+), 154 deletions(-)
|
1 file changed, 21 insertions(+), 154 deletions(-)
|
||||||
|
|
||||||
diff --git a/configure.ac b/configure.ac
|
diff --git a/configure.ac b/configure.ac
|
||||||
index ede710e..bc81b0b 100644
|
index e2979a8..337182d 100644
|
||||||
--- a/configure.ac
|
--- a/configure.ac
|
||||||
+++ b/configure.ac
|
+++ b/configure.ac
|
||||||
@@ -710,160 +710,27 @@ fi
|
@@ -728,160 +728,27 @@ then
|
||||||
MULTIARCH=$($CC --print-multiarch 2>/dev/null)
|
fi
|
||||||
AC_SUBST(MULTIARCH)
|
|
||||||
|
|
||||||
-AC_MSG_CHECKING([for the platform triplet based on compiler characteristics])
|
-AC_MSG_CHECKING([for the platform triplet based on compiler characteristics])
|
||||||
-cat >> conftest.c <<EOF
|
-cat >> conftest.c <<EOF
|
||||||
@@ -202,8 +203,5 @@ index ede710e..bc81b0b 100644
|
|||||||
+ ;;
|
+ ;;
|
||||||
+esac
|
+esac
|
||||||
|
|
||||||
if test x$PLATFORM_TRIPLET != x && test x$MULTIARCH != x; then
|
if test x$PLATFORM_TRIPLET != xdarwin; then
|
||||||
if test x$PLATFORM_TRIPLET != x$MULTIARCH; then
|
MULTIARCH=$($CC --print-multiarch 2>/dev/null)
|
||||||
--
|
|
||||||
2.24.1
|
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -39,7 +39,7 @@ SRC_URI:append:class-native = " \
|
|||||||
file://12-distutils-prefix-is-inside-staging-area.patch \
|
file://12-distutils-prefix-is-inside-staging-area.patch \
|
||||||
file://0001-Don-t-search-system-for-headers-libraries.patch \
|
file://0001-Don-t-search-system-for-headers-libraries.patch \
|
||||||
"
|
"
|
||||||
SRC_URI[sha256sum] = "f8145616e68c00041d1a6399b76387390388f8359581abc24432bb969b5e3c57"
|
SRC_URI[sha256sum] = "06828c04a573c073a4e51c4292a27c1be4ae26621c3edc7cf9318418ce3b6d27"
|
||||||
|
|
||||||
# exclude pre-releases for both python 2.x and 3.x
|
# exclude pre-releases for both python 2.x and 3.x
|
||||||
UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>\d+(\.\d+)+).tar"
|
UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>\d+(\.\d+)+).tar"
|
||||||
Reference in New Issue
Block a user