diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2021-12-09 21:33:16 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-12 11:27:24 +0000 |
commit | 2faf8fe58480b2e5909a51966e356609abe3f8f8 (patch) | |
tree | e0de7199670f2e678a1721dc0f709f2538d69aae /meta/recipes-devtools/python/python3/python-config.patch | |
parent | 9fc8c38658f123ab2ebd8cc764ed4418b959467f (diff) | |
download | poky-2faf8fe58480b2e5909a51966e356609abe3f8f8.tar.gz |
python3: udpate to 3.10.1
Refreshed patches.
(From OE-Core rev: b82ea986a492791716c3da07a7d728edd17654c9)
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3/python-config.patch')
-rw-r--r-- | meta/recipes-devtools/python/python3/python-config.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-devtools/python/python3/python-config.patch b/meta/recipes-devtools/python/python3/python-config.patch index c53f646af3..4da399e46e 100644 --- a/meta/recipes-devtools/python/python3/python-config.patch +++ b/meta/recipes-devtools/python/python3/python-config.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 57d073c12e7bede29919117b0141df14015eb27f Mon Sep 17 00:00:00 2001 | 1 | From 8632f25ac4e2c53a3c2c8a1b4fc97fc86e8aad5a Mon Sep 17 00:00:00 2001 |
2 | From: Tyler Hall <tylerwhall@gmail.com> | 2 | From: Tyler Hall <tylerwhall@gmail.com> |
3 | Date: Sun, 4 May 2014 20:06:43 -0400 | 3 | Date: Sun, 4 May 2014 20:06:43 -0400 |
4 | Subject: [PATCH] python-config: Revert to using distutils.sysconfig | 4 | Subject: [PATCH] python-config: Revert to using distutils.sysconfig |
@@ -16,11 +16,11 @@ Upstream-Status: Inappropriate [Embedded Specific] | |||
16 | Signed-off-by: Tyler Hall <tylerwhall@gmail.com> | 16 | Signed-off-by: Tyler Hall <tylerwhall@gmail.com> |
17 | 17 | ||
18 | --- | 18 | --- |
19 | Misc/python-config.in | 10 +++++----- | 19 | Misc/python-config.in | 12 +++++++----- |
20 | 1 file changed, 5 insertions(+), 5 deletions(-) | 20 | 1 file changed, 7 insertions(+), 5 deletions(-) |
21 | 21 | ||
22 | diff --git a/Misc/python-config.in b/Misc/python-config.in | 22 | diff --git a/Misc/python-config.in b/Misc/python-config.in |
23 | index ebd99da..13e57ae 100644 | 23 | index ebd99da..0492e08 100644 |
24 | --- a/Misc/python-config.in | 24 | --- a/Misc/python-config.in |
25 | +++ b/Misc/python-config.in | 25 | +++ b/Misc/python-config.in |
26 | @@ -6,7 +6,9 @@ | 26 | @@ -6,7 +6,9 @@ |
@@ -34,7 +34,7 @@ index ebd99da..13e57ae 100644 | |||
34 | 34 | ||
35 | valid_opts = ['prefix', 'exec-prefix', 'includes', 'libs', 'cflags', | 35 | valid_opts = ['prefix', 'exec-prefix', 'includes', 'libs', 'cflags', |
36 | 'ldflags', 'extension-suffix', 'help', 'abiflags', 'configdir', | 36 | 'ldflags', 'extension-suffix', 'help', 'abiflags', 'configdir', |
37 | @@ -35,14 +35,14 @@ if '--help' in opt_flags: | 37 | @@ -35,14 +37,14 @@ if '--help' in opt_flags: |
38 | 38 | ||
39 | for opt in opt_flags: | 39 | for opt in opt_flags: |
40 | if opt == '--prefix': | 40 | if opt == '--prefix': |