diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-18 18:53:48 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-22 15:56:28 +0200 |
commit | 289217bbc3c5c53f486ab5615a6d6196e3c12cf2 (patch) | |
tree | f9551306e700a0ba0218177f3ec417f76d1f5759 /meta-oe/recipes-devtools/mpich | |
parent | f2bec07b87b3f1118aa1d1f194d230920f1afe01 (diff) | |
download | meta-openembedded-289217bbc3c5c53f486ab5615a6d6196e3c12cf2.tar.gz |
meta-oe: fix indentation
* remove tabs which sneaked in since last cleanup
* meta-oe layers are using consistent indentation with 4 spaces, see
http://www.openembedded.org/wiki/Styleguide
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/mpich')
-rw-r--r-- | meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb b/meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb index 7d009068d8..ead1f615c5 100644 --- a/meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb +++ b/meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "BSD-2-Clause" | |||
6 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=2106f0435056f3dd9349747a766e5816" | 6 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=2106f0435056f3dd9349747a766e5816" |
7 | 7 | ||
8 | SRC_URI = " \ | 8 | SRC_URI = " \ |
9 | http://www.mpich.org/static/downloads/${PV}/mpich-${PV}.tar.gz \ | 9 | http://www.mpich.org/static/downloads/${PV}/mpich-${PV}.tar.gz \ |
10 | " | 10 | " |
11 | 11 | ||
12 | SRC_URI[md5sum] = "40dc408b1e03cc36d80209baaa2d32b7" | 12 | SRC_URI[md5sum] = "40dc408b1e03cc36d80209baaa2d32b7" |
@@ -18,14 +18,15 @@ RDEPENDS_${PN} += "bash perl libxml2" | |||
18 | S = "${WORKDIR}/${BP}" | 18 | S = "${WORKDIR}/${BP}" |
19 | 19 | ||
20 | EXTRA_OECONF = "--enable-debuginfo \ | 20 | EXTRA_OECONF = "--enable-debuginfo \ |
21 | --enable-fast \ | 21 | --enable-fast \ |
22 | --enable-shared \ | 22 | --enable-shared \ |
23 | --with-pm=gforker \ | 23 | --with-pm=gforker \ |
24 | --disable-rpath \ | 24 | --disable-rpath \ |
25 | --disable-f77 \ | 25 | --disable-f77 \ |
26 | --disable-fc \ | 26 | --disable-fc \ |
27 | --disable-fortran \ | 27 | --disable-fortran \ |
28 | --disable-cxx" | 28 | --disable-cxx \ |
29 | " | ||
29 | 30 | ||
30 | inherit autotools-brokensep gettext | 31 | inherit autotools-brokensep gettext |
31 | 32 | ||