Re: [OE-core] [morty][PATCH 1/1] sanity.bbclass: modify check for shell

2017-03-15 Thread akuster808
On 03/15/2017 12:39 PM, Juro Bystricky wrote: Due to the recently implemented update-alternatives for bash binary, sanity checker may end up with a (false-positive) error such as: Error, /bin/sh links to /bin/bash.bash, must be dash or bash This patch modifies the test: presence of "/bash" or

[OE-core] [morty][PATCH 1/1] sanity.bbclass: modify check for shell

2017-03-15 Thread Juro Bystricky
Due to the recently implemented update-alternatives for bash binary, sanity checker may end up with a (false-positive) error such as: Error, /bin/sh links to /bin/bash.bash, must be dash or bash This patch modifies the test: presence of "/bash" or "/dash" in shell binary name results in pass. [Y