diff options
-rw-r--r-- | meta-oe/recipes-devtools/mpich/mpich_3.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/mpich/mpich_3.2.bb b/meta-oe/recipes-devtools/mpich/mpich_3.2.bb index 4537a66e0..4a2c37723 100644 --- a/meta-oe/recipes-devtools/mpich/mpich_3.2.bb +++ b/meta-oe/recipes-devtools/mpich/mpich_3.2.bb | |||
@@ -12,8 +12,6 @@ SRC_URI = " \ | |||
12 | SRC_URI[md5sum] = "f414cfa77099cd1fa1a5ae4e22db508a" | 12 | SRC_URI[md5sum] = "f414cfa77099cd1fa1a5ae4e22db508a" |
13 | SRC_URI[sha256sum] = "0778679a6b693d7b7caff37ff9d2856dc2bfc51318bf8373859bfa74253da3dc" | 13 | SRC_URI[sha256sum] = "0778679a6b693d7b7caff37ff9d2856dc2bfc51318bf8373859bfa74253da3dc" |
14 | 14 | ||
15 | CACHED_CONFIGUREVARS += "BASH_SHELL=${base_bindir}/bash" | ||
16 | |||
17 | RDEPENDS_${PN} += "bash perl libxml2" | 15 | RDEPENDS_${PN} += "bash perl libxml2" |
18 | S = "${WORKDIR}/${BP}" | 16 | S = "${WORKDIR}/${BP}" |
19 | 17 | ||
@@ -26,6 +24,8 @@ EXTRA_OECONF = "--enable-debuginfo \ | |||
26 | --disable-fc \ | 24 | --disable-fc \ |
27 | --disable-fortran \ | 25 | --disable-fortran \ |
28 | --disable-cxx \ | 26 | --disable-cxx \ |
27 | BASH_SHELL='${USRBINPATH}/env bash' \ | ||
28 | PERL='${USRBINPATH}/env perl' \ | ||
29 | " | 29 | " |
30 | 30 | ||
31 | inherit autotools-brokensep gettext | 31 | inherit autotools-brokensep gettext |