diff options
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': |
