[OE-core] [PATCH v4 1/2] openssl: Remove the c_rehash shell re-implementation

Andre McCurdy armccurdy at gmail.com
Tue Mar 19 17:37:37 UTC 2019


On Tue, Mar 19, 2019 at 6:57 AM Otavio Salvador <otavio at ossystems.com.br> wrote:
>
> We had a c_rehash shell re-implementation being used for the native
> package however the ca-certificates now uses the openssl rehash
> internal application so there is no use for the c_rehash anymore.
>
> Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
> ---
>
> Changes in v4:
> - remove perlnative requirement

You actually removed hostperl-runtime-native, not perl-native. It's
not really correct though - the hostperl-runtime-native dependency is
there to ensure we can run the openssl Configure script, not because
of c_rehash.

In practice it makes no difference as hostperl-runtime-native is
mentioned in ASSUME_PROVIDED, but for correctness it shouldn't be
removed.

> Changes in v3:
> - remove c_rehash completely
> - fix ca-certificates recipe comment
>
> Changes in v2:
> - updated commit log
>


More information about the Openembedded-core mailing list