[OE-core] [PATCH 2/2] utils.bbclass: Added error checking for oe_soinstall

Burton, Ross ross.burton at intel.com
Wed Sep 7 16:27:53 UTC 2016


On 6 September 2016 at 23:11, Henry Bruce <henry.bruce at intel.com> wrote:

> +       if [[ "$libname" == *.so ]]; then
>

That's a lot of bashisms in one place ;)

[ not [[
= not ==
*.so will need to be escaped in case it matches anything in cwd and expands.

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20160907/9d3ab60b/attachment-0002.html>


More information about the Openembedded-core mailing list