[oe] [PATCH] mpich: added BASH_SHELL to CACHED_CONFIGUREVARS

Victor Rodriguez vm.rod25 at gmail.com
Mon May 25 16:27:47 UTC 2015


On Sun, May 10, 2015 at 1:27 AM, Victor Rodriguez
<victor.rodriguez.bahena at intel.com> wrote:
> On Fedora 17, bash has moved to /usr/bin/bash and the configure process finds
> it on the host machine there, this ensures that it is set correctly for the
> target.
>
> Signed-off-by: Victor Rodriguez <victor.rodriguez.bahena at intel.com>
> ---
>  meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb | 2 ++
>  1 file changed, 2 insertions(+)
>
> 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 0225cee..eb6ceba 100644
> --- a/meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb
> +++ b/meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb
> @@ -12,6 +12,8 @@ SRC_URI = " \
>  SRC_URI[md5sum] = "40dc408b1e03cc36d80209baaa2d32b7"
>  SRC_URI[sha256sum] = "455ccfaf4ec724d2cf5d8bff1f3d26a958ad196121e7ea26504fd3018757652d"
>
> +CACHED_CONFIGUREVARS += "BASH_SHELL=${base_bindir}/bash"
> +
>  RDEPENDS_${PN} += "bash perl libxml2"
>  S = "${WORKDIR}/${PN}-${PV}"
>
> --
> 1.9.3
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Hi team .. this patch is important otherwise we can not create an
image with mpich in Fedora

If there is other way or is already fixed I am more than happy to know
to apply that

Thanks and regards

Victor Rodriguez



More information about the Openembedded-devel mailing list