Skip to content
Snippets Groups Projects
Commit 1a9226f1 authored by Richard Purdie's avatar Richard Purdie
Browse files

libtool-cross/native: Force usage of bash due to sstate inconsistencies


Scenario:
a) libtool script is built on system with bash as /bin/sh
b) machine B installs sstate from build a)
c) machine B has dash as /bin/sh

In this scenario, the script fails to work properly since its expecting
/bin/sh to have bash like syntax and it no longer does have it.

This patch forces the configure process to use /bin/bash, not /bin/sh
and hence allows the scripts to work correctly when used from sstate.

(From OE-Core rev: 24d5b449e5f4d91119f0d8e13c457618811aadfc)

Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
parent d11d782b
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment