diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3/crosspythonpath.patch')
| -rw-r--r-- | meta/recipes-devtools/python/python3/crosspythonpath.patch | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/meta/recipes-devtools/python/python3/crosspythonpath.patch b/meta/recipes-devtools/python/python3/crosspythonpath.patch index d789ab57d4..5bb25264da 100644 --- a/meta/recipes-devtools/python/python3/crosspythonpath.patch +++ b/meta/recipes-devtools/python/python3/crosspythonpath.patch | |||
| @@ -1,4 +1,8 @@ | |||
| 1 | configure.ac: add CROSSPYTHONPATH into PYTHONPATH for PYTHON_FOR_BUILD | 1 | From baa3a232e64e9bf5ae945366efdb8088ccf9b828 Mon Sep 17 00:00:00 2001 |
| 2 | From: Ricardo Ribalda <ricardo@ribalda.com> | ||
| 3 | Date: Tue, 18 Nov 2014 03:35:33 -0500 | ||
| 4 | Subject: [PATCH] configure.ac: add CROSSPYTHONPATH into PYTHONPATH for | ||
| 5 | PYTHON_FOR_BUILD | ||
| 2 | 6 | ||
| 3 | When building x86->x86 the system will try to execute .so and related items | 7 | When building x86->x86 the system will try to execute .so and related items |
| 4 | from the default PYTHONPATH. This will fail if the target CPU contains | 8 | from the default PYTHONPATH. This will fail if the target CPU contains |
| @@ -10,11 +14,16 @@ Upstream-Status: Inappropriate [OE-Core integration specific] | |||
| 10 | Credits-to: Mark Hatle <mark.hatle@windriver.com> | 14 | Credits-to: Mark Hatle <mark.hatle@windriver.com> |
| 11 | Credits-to: Jackie Huang <jackie.huang@windriver.com> | 15 | Credits-to: Jackie Huang <jackie.huang@windriver.com> |
| 12 | Signed-off-by: Ricardo Ribalda <ricardo@ribalda.com> | 16 | Signed-off-by: Ricardo Ribalda <ricardo@ribalda.com> |
| 17 | |||
| 18 | --- | ||
| 19 | configure.ac | 2 +- | ||
| 20 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 21 | |||
| 13 | diff --git a/configure.ac b/configure.ac | 22 | diff --git a/configure.ac b/configure.ac |
| 14 | index 4ab19a6..7036a53 100644 | 23 | index d0db062..e5e3df8 100644 |
| 15 | --- a/configure.ac | 24 | --- a/configure.ac |
| 16 | +++ b/configure.ac | 25 | +++ b/configure.ac |
| 17 | @@ -76,7 +76,7 @@ if test "$cross_compiling" = yes; then | 26 | @@ -83,7 +83,7 @@ if test "$cross_compiling" = yes; then |
| 18 | AC_MSG_ERROR([python$PACKAGE_VERSION interpreter not found]) | 27 | AC_MSG_ERROR([python$PACKAGE_VERSION interpreter not found]) |
| 19 | fi | 28 | fi |
| 20 | AC_MSG_RESULT($interp) | 29 | AC_MSG_RESULT($interp) |
