summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python-numpy/python3-numpy_1.11.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python-numpy/python3-numpy_1.11.2.bb')
-rw-r--r--meta/recipes-devtools/python-numpy/python3-numpy_1.11.2.bb16
1 files changed, 12 insertions, 4 deletions
diff --git a/meta/recipes-devtools/python-numpy/python3-numpy_1.11.2.bb b/meta/recipes-devtools/python-numpy/python3-numpy_1.11.2.bb
index c34df6fa9a..d5fe50c36f 100644
--- a/meta/recipes-devtools/python-numpy/python3-numpy_1.11.2.bb
+++ b/meta/recipes-devtools/python-numpy/python3-numpy_1.11.2.bb
@@ -26,7 +26,7 @@ CONFIGFILESURI_armeb = " \
26 file://config.h \ 26 file://config.h \
27 file://numpyconfig.h \ 27 file://numpyconfig.h \
28" 28"
29CONFIGFILESURI_mipsel = " \ 29CONFIGFILESURI_mipsarcho32el = " \
30 file://config.h \ 30 file://config.h \
31 file://numpyconfig.h \ 31 file://numpyconfig.h \
32" 32"
@@ -38,7 +38,7 @@ CONFIGFILESURI_x86-64 = " \
38 file://config.h \ 38 file://config.h \
39 file://_numpyconfig.h \ 39 file://_numpyconfig.h \
40" 40"
41CONFIGFILESURI_mips = " \ 41CONFIGFILESURI_mipsarcho32eb = " \
42 file://config.h \ 42 file://config.h \
43 file://_numpyconfig.h \ 43 file://_numpyconfig.h \
44" 44"
@@ -50,11 +50,19 @@ CONFIGFILESURI_powerpc64 = " \
50 file://config.h \ 50 file://config.h \
51 file://_numpyconfig.h \ 51 file://_numpyconfig.h \
52" 52"
53CONFIGFILESURI_mips64 = " \ 53CONFIGFILESURI_mipsarchn64eb = " \
54 file://config.h \ 54 file://config.h \
55 file://_numpyconfig.h \ 55 file://_numpyconfig.h \
56" 56"
57CONFIGFILESURI_mips64n32 = " \ 57CONFIGFILESURI_mipsarchn64el = " \
58 file://config.h \
59 file://_numpyconfig.h \
60"
61CONFIGFILESURI_mipsarchn32eb = " \
62 file://config.h \
63 file://_numpyconfig.h \
64"
65CONFIGFILESURI_mipsarchn32el = " \
58 file://config.h \ 66 file://config.h \
59 file://_numpyconfig.h \ 67 file://_numpyconfig.h \
60" 68"