aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-numpy_1.7.0.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2014-01-28 17:31:55 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-28 17:56:50 +0000
commit9febe2d184ef76b7cacace15cbe17968e8c37617 (patch)
tree0293abc4ce7a45c8a90213e0f2df131d95fcff89 /meta/recipes-devtools/python/python-numpy_1.7.0.bb
parente6ade33a6f52434e884dd97549b8ac731347d9ad (diff)
downloadopenembedded-core-contrib-9febe2d184ef76b7cacace15cbe17968e8c37617.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. 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.bb1
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"
PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/numpy-${PV}.tar.gz \
+ file://no-host-paths.patch \
${CONFIGFILESURI} "
CONFIGFILESURI ?= ""