diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-10 11:12:26 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-13 10:49:28 +0200 |
| commit | 7728dc5d2f4da064dba180247743dbe24e3c78a7 (patch) | |
| tree | d984b555de4ab68db74dabd0158f593e6d8a4cb3 /meta-oe/recipes-devtools/python | |
| parent | e409d68cf12872226913ee5e83c22935d623edc7 (diff) | |
| download | meta-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/python')
| -rw-r--r-- | meta-oe/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 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 \ | |||
| 8 | 8 | ||
| 9 | CONFIGFILESURI ?= "" | 9 | CONFIGFILESURI ?= "" |
| 10 | 10 | ||
| 11 | CONFIGFILESURI_aarch64 = "file://config.h \ | 11 | CONFIGFILESURI_aarch64 = " \ |
| 12 | file://_numpyconfig.h \ | 12 | file://config.h \ |
| 13 | file://_numpyconfig.h \ | ||
| 13 | " | 14 | " |
| 14 | CONFIGFILESURI_arm = "file://config.h \ | 15 | CONFIGFILESURI_arm = " \ |
| 15 | file://numpyconfig.h \ | 16 | file://config.h \ |
| 17 | file://numpyconfig.h \ | ||
| 16 | " | 18 | " |
| 17 | CONFIGFILESURI_mipsel = "file://config.h \ | 19 | CONFIGFILESURI_mipsel = " \ |
| 18 | file://numpyconfig.h \ | 20 | file://config.h \ |
| 21 | file://numpyconfig.h \ | ||
| 22 | " | ||
| 23 | CONFIGFILESURI_i586 = " \ | ||
| 24 | file://config.h \ | ||
| 25 | file://numpyconfig.h \ | ||
| 26 | " | ||
| 27 | CONFIGFILESURI_x86-64 = " \ | ||
| 28 | file://config.h \ | ||
| 29 | file://_numpyconfig.h \ | ||
| 19 | " | 30 | " |
| 20 | |||
| 21 | CONFIGFILESURI_i586 = "file://config.h \ | ||
| 22 | file://numpyconfig.h \ | ||
| 23 | " | ||
| 24 | CONFIGFILESURI_x86-64 = "file://config.h \ | ||
| 25 | file://_numpyconfig.h \ | ||
| 26 | " | ||
| 27 | 31 | ||
| 28 | S = "${WORKDIR}/numpy-${PV}" | 32 | S = "${WORKDIR}/numpy-${PV}" |
| 29 | 33 | ||
