From 7728dc5d2f4da064dba180247743dbe24e3c78a7 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 10 May 2013 11:12:26 +0200 Subject: python-numpy: fix formating * last patch added couple of tabs to multiline variables Signed-off-by: Martin Jansa --- .../recipes-devtools/python/python-numpy_1.7.0.bb | 30 ++++++++++++---------- 1 file changed, 17 insertions(+), 13 deletions(-) (limited to 'meta-oe/recipes-devtools/python') 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}" -- cgit v1.2.3-54-g00ecf