summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3/0001-distutils-sysconfig-append-STAGING_LIBDIR-python-sys.patch
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-01-20 18:24:47 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-01-21 12:52:52 +0000
commit28c5a5033e4893ec1f1fd5aab8b2fd0d5f815678 (patch)
tree516cabd91f2d95e50eb1980efa4cda946fdb8b57 /meta/recipes-devtools/python/python3/0001-distutils-sysconfig-append-STAGING_LIBDIR-python-sys.patch
parentf7a99d04e6fb81ffbb14cfa3caaf47e89bb424b5 (diff)
downloadpoky-28c5a5033e4893ec1f1fd5aab8b2fd0d5f815678.tar.gz
python3: update to 3.8.1
Drop backports, rebase other patches. 0001-main.c-if-OEPYTHON3HOME-is-set-use-instead-of-PYTHON.patch is removed as the use case (allowing python 2 and 3 to coexist in SDKs) is no longer relevant with Python 2.x reaching end of line and upstream has refactored the code making a rebase difficult. If needed, please re-add the patch to py2, rather than py3. Python 3.8 no longer adds "m" to "3.8" in paths, so adjust the recipes and classes accordingly. The manifest for the 3.8.0 version is updated; particularly pkgutil module is now packaged in -core (as other things in core need it); this also necessitates allowing empty -pkgutil package to avoid breakage across layers. (From OE-Core rev: e6ab9f16b92aa1abdae82c535c1a452a1341b0e2) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3/0001-distutils-sysconfig-append-STAGING_LIBDIR-python-sys.patch')
-rw-r--r--meta/recipes-devtools/python/python3/0001-distutils-sysconfig-append-STAGING_LIBDIR-python-sys.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/python/python3/0001-distutils-sysconfig-append-STAGING_LIBDIR-python-sys.patch b/meta/recipes-devtools/python/python3/0001-distutils-sysconfig-append-STAGING_LIBDIR-python-sys.patch
index 1709011be8..03719cafcd 100644
--- a/meta/recipes-devtools/python/python3/0001-distutils-sysconfig-append-STAGING_LIBDIR-python-sys.patch
+++ b/meta/recipes-devtools/python/python3/0001-distutils-sysconfig-append-STAGING_LIBDIR-python-sys.patch
@@ -1,4 +1,4 @@
1From eff903c600f4c40f5753e95ab1557126fc6e0c9c Mon Sep 17 00:00:00 2001 1From 14eecf00459c0af698ed811e4f8bea460aada681 Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com> 2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Thu, 31 Jan 2019 16:46:30 +0100 3Date: Thu, 31 Jan 2019 16:46:30 +0100
4Subject: [PATCH] distutils/sysconfig: append 4Subject: [PATCH] distutils/sysconfig: append
@@ -15,10 +15,10 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
15 2 files changed, 4 insertions(+) 15 2 files changed, 4 insertions(+)
16 16
17diff --git a/Lib/distutils/sysconfig.py b/Lib/distutils/sysconfig.py 17diff --git a/Lib/distutils/sysconfig.py b/Lib/distutils/sysconfig.py
18index 0a034ee..3dfd0a3 100644 18index b51629e..2df348c 100644
19--- a/Lib/distutils/sysconfig.py 19--- a/Lib/distutils/sysconfig.py
20+++ b/Lib/distutils/sysconfig.py 20+++ b/Lib/distutils/sysconfig.py
21@@ -439,6 +439,8 @@ def _init_posix(): 21@@ -438,6 +438,8 @@ def _init_posix():
22 platform=sys.platform, 22 platform=sys.platform,
23 multiarch=getattr(sys.implementation, '_multiarch', ''), 23 multiarch=getattr(sys.implementation, '_multiarch', ''),
24 )) 24 ))
@@ -28,7 +28,7 @@ index 0a034ee..3dfd0a3 100644
28 build_time_vars = _temp.build_time_vars 28 build_time_vars = _temp.build_time_vars
29 global _config_vars 29 global _config_vars
30diff --git a/Lib/sysconfig.py b/Lib/sysconfig.py 30diff --git a/Lib/sysconfig.py b/Lib/sysconfig.py
31index 87fa5e6..756a41c 100644 31index b2d790b..405273c 100644
32--- a/Lib/sysconfig.py 32--- a/Lib/sysconfig.py
33+++ b/Lib/sysconfig.py 33+++ b/Lib/sysconfig.py
34@@ -419,6 +419,8 @@ def _init_posix(vars): 34@@ -419,6 +419,8 @@ def _init_posix(vars):