summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/mpich
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-08-24 14:38:24 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2017-08-28 11:06:05 +0200
commit6fa689ba9727601df3080e5021fcf46620fc7c8c (patch)
tree73a86719dd92b2f1ed04163f5b40971f3ebadfdf /meta-oe/recipes-devtools/mpich
parent5eacc412f38049f827d837a104d102e4549ae49e (diff)
downloadmeta-openembedded-6fa689ba9727601df3080e5021fcf46620fc7c8c.tar.gz
mpich: Define PERL variable and pass to configure
Fixes QA Issue: /usr/bin/parkill contained in package mpich requires /mnt/a/oe/build/tmp/ hosttools/perl, but no providers found in RDEPENDS_mpich also move BASH_SHELL in same realm Signed-off-by: Khem Raj <raj.khem@gmail.com> 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.2.bb4
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 = " \
12SRC_URI[md5sum] = "f414cfa77099cd1fa1a5ae4e22db508a" 12SRC_URI[md5sum] = "f414cfa77099cd1fa1a5ae4e22db508a"
13SRC_URI[sha256sum] = "0778679a6b693d7b7caff37ff9d2856dc2bfc51318bf8373859bfa74253da3dc" 13SRC_URI[sha256sum] = "0778679a6b693d7b7caff37ff9d2856dc2bfc51318bf8373859bfa74253da3dc"
14 14
15CACHED_CONFIGUREVARS += "BASH_SHELL=${base_bindir}/bash"
16
17RDEPENDS_${PN} += "bash perl libxml2" 15RDEPENDS_${PN} += "bash perl libxml2"
18S = "${WORKDIR}/${BP}" 16S = "${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
31inherit autotools-brokensep gettext 31inherit autotools-brokensep gettext