]> code.ossystems Code Review - openembedded-core.git/commit
autoconf: Add fix for sh verses bash issues
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Sep 2013 16:20:40 +0000 (16:20 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 24 Sep 2013 10:52:12 +0000 (11:52 +0100)
commit367a19aaf31bcf997f10d045e7954cc800189052
treee7ecd4b449fb16e490ee72d20533f917004382fa
parent694ca965eea971077e135cda4e54fa1cb0243233
autoconf: Add fix for sh verses bash issues

Libtool scripts were finding bash was /bin/sh and then using bashisms which
then got into sstate and used on machines where /bin/sh might be dash.

This changes things to search for bash first since its preferred. We then hardcode
bash into the scripts which is more correct.

This does mean we have a dependency on bash but many of our scripts have
that anyway.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/autoconf/autoconf/preferbash.patch [new file with mode: 0644]
meta/recipes-devtools/autoconf/autoconf_2.69.bb