Re: [OE-core] [PATCH] libtool-cross/native: Force usage of bash due to sstate inconsistencies

2014-01-23 Thread Martin Jansa
On Thu, Jan 23, 2014 at 12:19:26PM +, Richard Purdie wrote: > 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

Re: [OE-core] [PATCH] libtool-cross/native: Force usage of bash due to sstate inconsistencies

2014-01-23 Thread Otavio Salvador
On Thu, Jan 23, 2014 at 10:42 AM, Robert Yang wrote: > > > On 01/23/2014 08:37 PM, Otavio Salvador wrote: >> >> On Thu, Jan 23, 2014 at 10:19 AM, Richard Purdie >> wrote: >>> >>> Scenario: >>> a) libtool script is built on system with bash as /bin/sh >>> b) machine B installs sstate from build a)

Re: [OE-core] [PATCH] libtool-cross/native: Force usage of bash due to sstate inconsistencies

2014-01-23 Thread Robert Yang
On 01/23/2014 08:37 PM, Otavio Salvador wrote: On Thu, Jan 23, 2014 at 10:19 AM, Richard Purdie wrote: 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 pr

Re: [OE-core] [PATCH] libtool-cross/native: Force usage of bash due to sstate inconsistencies

2014-01-23 Thread Otavio Salvador
On Thu, Jan 23, 2014 at 10:19 AM, Richard Purdie wrote: > 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 h

[OE-core] [PATCH] libtool-cross/native: Force usage of bash due to sstate inconsistencies

2014-01-23 Thread Richard Purdie
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