mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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:
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user