diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3/crosspythonpath.patch')
| -rw-r--r-- | meta/recipes-devtools/python/python3/crosspythonpath.patch | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-devtools/python/python3/crosspythonpath.patch b/meta/recipes-devtools/python/python3/crosspythonpath.patch index 2c4aef0511..f18898e4c4 100644 --- a/meta/recipes-devtools/python/python3/crosspythonpath.patch +++ b/meta/recipes-devtools/python/python3/crosspythonpath.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 5b66463c10fec1440e977d5a21a0167862d6d79c Mon Sep 17 00:00:00 2001 | 1 | From 8840438e73e43b99bc9c83896a5f950e4259738f Mon Sep 17 00:00:00 2001 |
| 2 | From: Ricardo Ribalda <ricardo@ribalda.com> | 2 | From: Ricardo Ribalda <ricardo@ribalda.com> |
| 3 | Date: Tue, 18 Nov 2014 03:35:33 -0500 | 3 | Date: Tue, 18 Nov 2014 03:35:33 -0500 |
| 4 | Subject: [PATCH] configure.ac: add CROSSPYTHONPATH into PYTHONPATH for | 4 | Subject: [PATCH] configure.ac: add CROSSPYTHONPATH into PYTHONPATH for |
| @@ -14,16 +14,15 @@ Upstream-Status: Inappropriate [OE-Core integration specific] | |||
| 14 | Credits-to: Mark Hatle <mark.hatle@windriver.com> | 14 | Credits-to: Mark Hatle <mark.hatle@windriver.com> |
| 15 | Credits-to: Jackie Huang <jackie.huang@windriver.com> | 15 | Credits-to: Jackie Huang <jackie.huang@windriver.com> |
| 16 | Signed-off-by: Ricardo Ribalda <ricardo@ribalda.com> | 16 | Signed-off-by: Ricardo Ribalda <ricardo@ribalda.com> |
| 17 | |||
| 18 | --- | 17 | --- |
| 19 | configure.ac | 2 +- | 18 | configure.ac | 2 +- |
| 20 | 1 file changed, 1 insertion(+), 1 deletion(-) | 19 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 21 | 20 | ||
| 22 | diff --git a/configure.ac b/configure.ac | 21 | diff --git a/configure.ac b/configure.ac |
| 23 | index cb9e198..d81c19a 100644 | 22 | index 58f5407..5101806 100644 |
| 24 | --- a/configure.ac | 23 | --- a/configure.ac |
| 25 | +++ b/configure.ac | 24 | +++ b/configure.ac |
| 26 | @@ -165,7 +165,7 @@ AC_ARG_WITH([build-python], | 25 | @@ -164,7 +164,7 @@ AC_ARG_WITH([build-python], |
| 27 | dnl Build Python interpreter is used for regeneration and freezing. | 26 | dnl Build Python interpreter is used for regeneration and freezing. |
| 28 | ac_cv_prog_PYTHON_FOR_REGEN=$with_build_python | 27 | ac_cv_prog_PYTHON_FOR_REGEN=$with_build_python |
| 29 | PYTHON_FOR_FREEZE="$with_build_python" | 28 | PYTHON_FOR_FREEZE="$with_build_python" |
