diff options
Diffstat (limited to 'meta/recipes-devtools/python-numpy/python-numpy_1.11.2.bb')
| -rw-r--r-- | meta/recipes-devtools/python-numpy/python-numpy_1.11.2.bb | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/meta/recipes-devtools/python-numpy/python-numpy_1.11.2.bb b/meta/recipes-devtools/python-numpy/python-numpy_1.11.2.bb index dafd7e2bf7..c4bc354036 100644 --- a/meta/recipes-devtools/python-numpy/python-numpy_1.11.2.bb +++ b/meta/recipes-devtools/python-numpy/python-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 | " |
| 29 | CONFIGFILESURI_mipsel = " \ | 29 | CONFIGFILESURI_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 | " |
| 41 | CONFIGFILESURI_mips = " \ | 41 | CONFIGFILESURI_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 | " |
| 53 | CONFIGFILESURI_mips64 = " \ | 53 | CONFIGFILESURI_mipsarchn64eb = " \ |
| 54 | file://config.h \ | 54 | file://config.h \ |
| 55 | file://_numpyconfig.h \ | 55 | file://_numpyconfig.h \ |
| 56 | " | 56 | " |
| 57 | CONFIGFILESURI_mips64n32 = " \ | 57 | CONFIGFILESURI_mipsarchn64el = " \ |
| 58 | file://config.h \ | ||
| 59 | file://_numpyconfig.h \ | ||
| 60 | " | ||
| 61 | CONFIGFILESURI_mipsarchn32eb = " \ | ||
| 62 | file://config.h \ | ||
| 63 | file://_numpyconfig.h \ | ||
| 64 | " | ||
| 65 | CONFIGFILESURI_mipsarchn32el = " \ | ||
| 58 | file://config.h \ | 66 | file://config.h \ |
| 59 | file://_numpyconfig.h \ | 67 | file://_numpyconfig.h \ |
| 60 | " | 68 | " |
