mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-31 13:20:03 +00:00
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>
This commit is contained in:
@@ -12,8 +12,6 @@ SRC_URI = " \
|
|||||||
SRC_URI[md5sum] = "f414cfa77099cd1fa1a5ae4e22db508a"
|
SRC_URI[md5sum] = "f414cfa77099cd1fa1a5ae4e22db508a"
|
||||||
SRC_URI[sha256sum] = "0778679a6b693d7b7caff37ff9d2856dc2bfc51318bf8373859bfa74253da3dc"
|
SRC_URI[sha256sum] = "0778679a6b693d7b7caff37ff9d2856dc2bfc51318bf8373859bfa74253da3dc"
|
||||||
|
|
||||||
CACHED_CONFIGUREVARS += "BASH_SHELL=${base_bindir}/bash"
|
|
||||||
|
|
||||||
RDEPENDS_${PN} += "bash perl libxml2"
|
RDEPENDS_${PN} += "bash perl libxml2"
|
||||||
S = "${WORKDIR}/${BP}"
|
S = "${WORKDIR}/${BP}"
|
||||||
|
|
||||||
@@ -26,6 +24,8 @@ EXTRA_OECONF = "--enable-debuginfo \
|
|||||||
--disable-fc \
|
--disable-fc \
|
||||||
--disable-fortran \
|
--disable-fortran \
|
||||||
--disable-cxx \
|
--disable-cxx \
|
||||||
|
BASH_SHELL='${USRBINPATH}/env bash' \
|
||||||
|
PERL='${USRBINPATH}/env perl' \
|
||||||
"
|
"
|
||||||
|
|
||||||
inherit autotools-brokensep gettext
|
inherit autotools-brokensep gettext
|
||||||
|
|||||||
Reference in New Issue
Block a user