aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-05-10 11:12:26 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-05-13 10:49:28 +0200
commit7728dc5d2f4da064dba180247743dbe24e3c78a7 (patch)
treed984b555de4ab68db74dabd0158f593e6d8a4cb3 /meta-oe/recipes-devtools
parente409d68cf12872226913ee5e83c22935d623edc7 (diff)
downloadmeta-openembedded-contrib-7728dc5d2f4da064dba180247743dbe24e3c78a7.tar.gz
python-numpy: fix formating
* last patch added couple of tabs to multiline variables Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-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}"