summaryrefslogtreecommitdiffstats
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-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 f6b435cee..7d2f2e214 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
9CONFIGFILESURI ?= "" 9CONFIGFILESURI ?= ""
10 10
11CONFIGFILESURI_aarch64 = "file://config.h \ 11CONFIGFILESURI_aarch64 = " \
12 file://_numpyconfig.h \ 12 file://config.h \
13 file://_numpyconfig.h \
13" 14"
14CONFIGFILESURI_arm = "file://config.h \ 15CONFIGFILESURI_arm = " \
15 file://numpyconfig.h \ 16 file://config.h \
17 file://numpyconfig.h \
16" 18"
17CONFIGFILESURI_mipsel = "file://config.h \ 19CONFIGFILESURI_mipsel = " \
18 file://numpyconfig.h \ 20 file://config.h \
21 file://numpyconfig.h \
22"
23CONFIGFILESURI_i586 = " \
24 file://config.h \
25 file://numpyconfig.h \
26"
27CONFIGFILESURI_x86-64 = " \
28 file://config.h \
29 file://_numpyconfig.h \
19" 30"
20
21CONFIGFILESURI_i586 = "file://config.h \
22 file://numpyconfig.h \
23 "
24CONFIGFILESURI_x86-64 = "file://config.h \
25 file://_numpyconfig.h \
26 "
27 31
28S = "${WORKDIR}/numpy-${PV}" 32S = "${WORKDIR}/numpy-${PV}"
29 33