python-numpy: fix formating

* last patch added couple of tabs to multiline variables

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2013-05-10 11:12:26 +02:00
parent e409d68cf1
commit 7728dc5d2f

View File

@@ -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}"