diff options
-rw-r--r-- | meta-oe/recipes-devtools/python/python-numpy_1.7.0.bb | 30 |
1 files changed, 17 insertions, 13 deletions
diff --git a/meta-oe/recipes-devtools/python/python-numpy_1.7.0.bb b/meta-oe/recipes-devtools/python/python-numpy_1.7.0.bb index f6b435ceed..7d2f2e214f 100644 --- a/meta-oe/recipes-devtools/python/python-numpy_1.7.0.bb +++ b/meta-oe/recipes-devtools/python/python-numpy_1.7.0.bb | |||
@@ -8,22 +8,26 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/numpy-${PV}.tar.gz \ | |||
8 | 8 | ||
9 | CONFIGFILESURI ?= "" | 9 | CONFIGFILESURI ?= "" |
10 | 10 | ||
11 | CONFIGFILESURI_aarch64 = "file://config.h \ | 11 | CONFIGFILESURI_aarch64 = " \ |
12 | file://_numpyconfig.h \ | 12 | file://config.h \ |
13 | file://_numpyconfig.h \ | ||
13 | " | 14 | " |
14 | CONFIGFILESURI_arm = "file://config.h \ | 15 | CONFIGFILESURI_arm = " \ |
15 | file://numpyconfig.h \ | 16 | file://config.h \ |
17 | file://numpyconfig.h \ | ||
16 | " | 18 | " |
17 | CONFIGFILESURI_mipsel = "file://config.h \ | 19 | CONFIGFILESURI_mipsel = " \ |
18 | file://numpyconfig.h \ | 20 | file://config.h \ |
21 | file://numpyconfig.h \ | ||
22 | " | ||
23 | CONFIGFILESURI_i586 = " \ | ||
24 | file://config.h \ | ||
25 | file://numpyconfig.h \ | ||
26 | " | ||
27 | CONFIGFILESURI_x86-64 = " \ | ||
28 | file://config.h \ | ||
29 | file://_numpyconfig.h \ | ||
19 | " | 30 | " |
20 | |||
21 | CONFIGFILESURI_i586 = "file://config.h \ | ||
22 | file://numpyconfig.h \ | ||
23 | " | ||
24 | CONFIGFILESURI_x86-64 = "file://config.h \ | ||
25 | file://_numpyconfig.h \ | ||
26 | " | ||
27 | 31 | ||
28 | S = "${WORKDIR}/numpy-${PV}" | 32 | S = "${WORKDIR}/numpy-${PV}" |
29 | 33 | ||