diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-23 16:20:40 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-24 17:24:13 +0100 |
commit | 49e754aca3a79abfa024472e3528a5dcb7291b41 (patch) | |
tree | b152ff76e8daa19c3337ca94c77b0be9479508f7 /meta/recipes-devtools/dpkg | |
parent | dd4b362193e59b7a921c803d5583d90fa1cdfd5d (diff) | |
download | poky-49e754aca3a79abfa024472e3528a5dcb7291b41.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/dpkg')
0 files changed, 0 insertions, 0 deletions