mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
be9b8628fa
commit
41718238db
|
|
@ -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}"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user