[oe-commits] Martin Jansa : python-numpy: fix formating

git at git.openembedded.org git at git.openembedded.org
Mon May 13 08:44:43 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 7728dc5d2f4da064dba180247743dbe24e3c78a7
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=7728dc5d2f4da064dba180247743dbe24e3c78a7

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Fri May 10 11:12:26 2013 +0200

python-numpy: fix formating

* last patch added couple of tabs to multiline variables

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-devtools/python/python-numpy_1.7.0.bb  |   30 +++++++++++--------
 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 f6b435c..7d2f2e2 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}"
 





More information about the Openembedded-commits mailing list