[oe-commits] Victor Rodriguez : mpich: added BASH_SHELL to CACHED_CONFIGUREVARS

git at git.openembedded.org git at git.openembedded.org
Thu May 28 08:35:47 UTC 2015


Module: meta-openembedded.git
Branch: master
Commit: 41718238db85cf2685605ec0351464ad05f01f77
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=41718238db85cf2685605ec0351464ad05f01f77

Author: Victor Rodriguez <victor.rodriguez.bahena at intel.com>
Date:   Sun May 10 01:27:39 2015 -0500

mpich: added BASH_SHELL to CACHED_CONFIGUREVARS

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 19167b4..2434a42 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}/${BP}"
 



More information about the Openembedded-commits mailing list