diff options
| author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-04-06 17:58:36 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-01 12:38:41 +0100 |
| commit | 4977a0743ba439a46716c6ef10c5958d5a561115 (patch) | |
| tree | 3372a088a3e8503fbf50df08bb227a6c2ad07025 /meta/recipes-devtools/python/python-numpy_1.10.4.bb | |
| parent | 49557a5e9d93665e2409e4b12850dc325dee19dd (diff) | |
| download | poky-4977a0743ba439a46716c6ef10c5958d5a561115.tar.gz | |
python-native, python3-native: remove the use of exported HOST_SYS and BUILD_SYS variables
The code that utilized them was superseded by the code (in the same patch!)
that is utilizing STAGING_LIBDIR/STAGING_INCDIR, and wasn't correct in the
first place as HOST_SYS is not necessarily the same as the sysroot directory
name.
(From OE-Core rev: 8834e81a38c24a066bb4fefa93da61011d0db244)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-numpy_1.10.4.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python-numpy_1.10.4.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python-numpy_1.10.4.bb b/meta/recipes-devtools/python/python-numpy_1.10.4.bb index 8a562dcb99..ca6a7abb0e 100644 --- a/meta/recipes-devtools/python/python-numpy_1.10.4.bb +++ b/meta/recipes-devtools/python/python-numpy_1.10.4.bb | |||
| @@ -63,7 +63,6 @@ inherit distutils | |||
| 63 | # Make the build fail and replace *config.h with proper one | 63 | # Make the build fail and replace *config.h with proper one |
| 64 | # This is a ugly, ugly hack - Koen | 64 | # This is a ugly, ugly hack - Koen |
| 65 | do_compile_prepend_class-target() { | 65 | do_compile_prepend_class-target() { |
| 66 | BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \ | ||
| 67 | ${STAGING_BINDIR_NATIVE}/python-native/python setup.py build ${DISTUTILS_BUILD_ARGS} || \ | 66 | ${STAGING_BINDIR_NATIVE}/python-native/python setup.py build ${DISTUTILS_BUILD_ARGS} || \ |
| 68 | true | 67 | true |
| 69 | cp ${WORKDIR}/*config.h ${S}/build/$(ls ${S}/build | grep src)/numpy/core/include/numpy/ | 68 | cp ${WORKDIR}/*config.h ${S}/build/$(ls ${S}/build | grep src)/numpy/core/include/numpy/ |
