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 16:24:13 +0000 (17:24 +0100)
commitde7e6de1b675c27b0c93661b6dd2d0eeabcb69ca
tree3fb9fb041bed03b54e19d3f23d2c51f189024e0e
parent0e3225b1650e6f6185263c83f953ee96ea677163
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.

(From OE-Core rev: 367a19aaf31bcf997f10d045e7954cc800189052)

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