]> code.ossystems Code Review - openembedded-core.git/commit
ca-certificates: Fix postinst dependency issues
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 24 Aug 2017 14:09:53 +0000 (15:09 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 24 Aug 2017 21:43:04 +0000 (22:43 +0100)
commitd9575e05f2cb8bf293534c036ddc0d0336701256
treedf34b795606a6f099bd1061e982fd62f1c0f0229
parent46985e66c193ad2aa9b575aeab5c78740bc5a4ed
ca-certificates: Fix postinst dependency issues

We were relying on running ca-certificates from the -native version. This
meant the host and target path layouts had to match which might not be true,
it certainly isn't true for the sdk builds.

There was a dependency on run-parts which wasn't represented (we can get it
from busybox or debianutils).

Since this is an allarch script, call the script directly, making sure debianutils
and openssl are available as postinst rootfs time to resolve the issues.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/ca-certificates/ca-certificates_20161130.bb