summaryrefslogtreecommitdiffstats
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 18:01:47 +0000
commitced097eb4e30133acc6c3e9ed841b3463844cd39 (patch)
treec888bcbe987f9d43e2ab39b3f0ebf4f8841b05be /meta/recipes-devtools/python/python-numpy_1.7.0.bb
parent9532004b527fdf3a819b8b0e7e64833003a4b1d4 (diff)
downloadast2050-yocto-poky-ced097eb4e30133acc6c3e9ed841b3463844cd39.zip
ast2050-yocto-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.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 04cb2f1..c91cdf6 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 ?= ""
OpenPOWER on IntegriCloud