aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-numpy_1.7.0.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2014-08-28 19:52:21 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-09-01 18:00:32 +0100
commit4c0a9ccbad2889b27b4b1d2ab91215a4bdcca3ce (patch)
tree384c082e15ae98af35a46705af05b6f3caf77675 /meta/recipes-devtools/python/python-numpy_1.7.0.bb
parent12edeff6f23512ff88097f7ca4cf30ca3653d2eb (diff)
downloadopenembedded-core-contrib-4c0a9ccbad2889b27b4b1d2ab91215a4bdcca3ce.tar.gz
python-numpy: Fix build for mips64
Add missing mips64 specific config files Signed-off-by: Khem Raj <raj.khem@gmail.com>
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.bb4
1 files changed, 4 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 903ec7ba9c..6cb14c9432 100644
--- a/meta/recipes-devtools/python/python-numpy_1.7.0.bb
+++ b/meta/recipes-devtools/python/python-numpy_1.7.0.bb
@@ -46,6 +46,10 @@ CONFIGFILESURI_powerpc64 = " \
file://config.h \
file://_numpyconfig.h \
"
+CONFIGFILESURI_mips64 = " \
+ file://config.h \
+ file://_numpyconfig.h \
+"
S = "${WORKDIR}/numpy-${PV}"