diff options
author | Ross Burton <ross.burton@intel.com> | 2014-01-28 17:31:55 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-28 18:01:47 +0000 |
commit | ced097eb4e30133acc6c3e9ed841b3463844cd39 (patch) | |
tree | c888bcbe987f9d43e2ab39b3f0ebf4f8841b05be /meta/recipes-devtools/python/python-numpy_1.7.0.bb | |
parent | 9532004b527fdf3a819b8b0e7e64833003a4b1d4 (diff) | |
download | poky-ced097eb4e30133acc6c3e9ed841b3463844cd39.tar.gz |
python-numpy: don't search host directories for libraries
The build process hard-codes searches of various directories in /usr when
looking for libraries, delete this to avoid host contamination.
(From OE-Core rev: 9febe2d184ef76b7cacace15cbe17968e8c37617)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-numpy_1.7.0.bb')
-rw-r--r-- | meta/recipes-devtools/python/python-numpy_1.7.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-numpy_1.7.0.bb b/meta/recipes-devtools/python/python-numpy_1.7.0.bb index 04cb2f183f..c91cdf6eae 100644 --- a/meta/recipes-devtools/python/python-numpy_1.7.0.bb +++ b/meta/recipes-devtools/python/python-numpy_1.7.0.bb | |||
@@ -5,6 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f87832d854acbade6e9f5c601c8b30b1" | |||
5 | PR = "r1" | 5 | PR = "r1" |
6 | 6 | ||
7 | SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/numpy-${PV}.tar.gz \ | 7 | SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/numpy-${PV}.tar.gz \ |
8 | file://no-host-paths.patch \ | ||
8 | ${CONFIGFILESURI} " | 9 | ${CONFIGFILESURI} " |
9 | 10 | ||
10 | CONFIGFILESURI ?= "" | 11 | CONFIGFILESURI ?= "" |