aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-devtools/python/python-numpy_1.7.0.bb30
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 \
CONFIGFILESURI ?= ""
-CONFIGFILESURI_aarch64 = "file://config.h \
- file://_numpyconfig.h \
+CONFIGFILESURI_aarch64 = " \
+ file://config.h \
+ file://_numpyconfig.h \
"
-CONFIGFILESURI_arm = "file://config.h \
- file://numpyconfig.h \
+CONFIGFILESURI_arm = " \
+ file://config.h \
+ file://numpyconfig.h \
"
-CONFIGFILESURI_mipsel = "file://config.h \
- file://numpyconfig.h \
+CONFIGFILESURI_mipsel = " \
+ file://config.h \
+ file://numpyconfig.h \
+"
+CONFIGFILESURI_i586 = " \
+ file://config.h \
+ file://numpyconfig.h \
+"
+CONFIGFILESURI_x86-64 = " \
+ file://config.h \
+ file://_numpyconfig.h \
"
-
-CONFIGFILESURI_i586 = "file://config.h \
- file://numpyconfig.h \
- "
-CONFIGFILESURI_x86-64 = "file://config.h \
- file://_numpyconfig.h \
- "
S = "${WORKDIR}/numpy-${PV}"