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 6cb14c9432..d4fd279230 100644
--- a/meta/recipes-devtools/python/python-numpy_1.7.0.bb
+++ b/meta/recipes-devtools/python/python-numpy_1.7.0.bb
@@ -50,6 +50,10 @@ CONFIGFILESURI_mips64 = " \
50 file://config.h \ 50 file://config.h \
51 file://_numpyconfig.h \ 51 file://_numpyconfig.h \
52" 52"
53CONFIGFILESURI_mips64n32 = " \
54 file://config.h \
55 file://_numpyconfig.h \
56"
53 57
54S = "${WORKDIR}/numpy-${PV}" 58S = "${WORKDIR}/numpy-${PV}"
55 59