diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3/0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch')
| -rw-r--r-- | meta/recipes-devtools/python/python3/0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3/0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch b/meta/recipes-devtools/python/python3/0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch index 981531139a..1b9f3565d3 100644 --- a/meta/recipes-devtools/python/python3/0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch +++ b/meta/recipes-devtools/python/python3/0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From d325a4e1fde5bd817c88f37d5e7b6e93a3bad077 Mon Sep 17 00:00:00 2001 | 1 | From c739bf214b9dd6060db216b79077806fccb582ae Mon Sep 17 00:00:00 2001 |
| 2 | From: Alexander Kanavin <alex@linutronix.de> | 2 | From: Alexander Kanavin <alex@linutronix.de> |
| 3 | Date: Fri, 17 Nov 2023 14:26:32 +0100 | 3 | Date: Fri, 17 Nov 2023 14:26:32 +0100 |
| 4 | Subject: [PATCH] Lib/sysconfig.py: use prefix value from build configuration | 4 | Subject: [PATCH] Lib/sysconfig.py: use prefix value from build configuration |
| @@ -14,7 +14,7 @@ Signed-off-by: Alexander Kanavin <alex@linutronix.de> | |||
| 14 | 1 file changed, 5 insertions(+) | 14 | 1 file changed, 5 insertions(+) |
| 15 | 15 | ||
| 16 | diff --git a/Lib/sysconfig.py b/Lib/sysconfig.py | 16 | diff --git a/Lib/sysconfig.py b/Lib/sysconfig.py |
| 17 | index 79c0510..91ebcb6 100644 | 17 | index 6258b68..d59ec6e 100644 |
| 18 | --- a/Lib/sysconfig.py | 18 | --- a/Lib/sysconfig.py |
| 19 | +++ b/Lib/sysconfig.py | 19 | +++ b/Lib/sysconfig.py |
| 20 | @@ -668,6 +668,11 @@ def _init_config_vars(): | 20 | @@ -668,6 +668,11 @@ def _init_config_vars(): |
