summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-numpy_1.7.0.bb
diff options
context:
space:
mode:
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 = " \
46 file://config.h \ 46 file://config.h \
47 file://_numpyconfig.h \ 47 file://_numpyconfig.h \
48" 48"
49CONFIGFILESURI_mips64 = " \
50 file://config.h \
51 file://_numpyconfig.h \
52"
49 53
50S = "${WORKDIR}/numpy-${PV}" 54S = "${WORKDIR}/numpy-${PV}"
51 55