[oe] [meta-oe][PATCH 1/2] libkcapi: Fix missing bash (for apps) and unneeded checksums (for testapp) when building

Krzysztof Kozlowski krzk at kernel.org
Mon Jan 28 10:01:38 UTC 2019


On Fri, 25 Jan 2019 at 21:51, Khem Raj <raj.khem at gmail.com> wrote:
>
> Another approach could be remove bashism from the shell script which is demanding it and ask for simple bin/sh

I took a look at this approach and it would be not trivial work.
Bashism appears in multiple places, starting from trivial function
keyword up to [[ ]] operators. On the other hand, these scripts are
enabled only for testapps package config which are useful during
development, not production. Therefore I expect that final image will
not have testapps and bash.

Best regards,
Krzysztof


More information about the Openembedded-devel mailing list