diff options
author | Victor Rodriguez <victor.rodriguez.bahena@intel.com> | 2015-05-10 01:27:39 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-28 10:35:34 +0200 |
commit | 41718238db85cf2685605ec0351464ad05f01f77 (patch) | |
tree | 77b9dda76dcc6a1c4375d111cde86af86f289bf0 /meta-oe | |
parent | be9b8628fa6ce8113648a73969c5f0242d5b104a (diff) | |
download | meta-openembedded-41718238db85cf2685605ec0351464ad05f01f77.tar.gz |
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@intel.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 19167b4cc..2434a4222 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 = " \ | |||
12 | SRC_URI[md5sum] = "40dc408b1e03cc36d80209baaa2d32b7" | 12 | SRC_URI[md5sum] = "40dc408b1e03cc36d80209baaa2d32b7" |
13 | SRC_URI[sha256sum] = "455ccfaf4ec724d2cf5d8bff1f3d26a958ad196121e7ea26504fd3018757652d" | 13 | SRC_URI[sha256sum] = "455ccfaf4ec724d2cf5d8bff1f3d26a958ad196121e7ea26504fd3018757652d" |
14 | 14 | ||
15 | CACHED_CONFIGUREVARS += "BASH_SHELL=${base_bindir}/bash" | ||
16 | |||
15 | RDEPENDS_${PN} += "bash perl libxml2" | 17 | RDEPENDS_${PN} += "bash perl libxml2" |
16 | S = "${WORKDIR}/${BP}" | 18 | S = "${WORKDIR}/${BP}" |
17 | 19 | ||