]> code.ossystems Code Review - openembedded-core.git/commit
openssl: prevent warnings from openssl-c_rehash.sh
authorJoshua Lock <joshua.g.lock@intel.com>
Wed, 22 Jun 2016 10:22:25 +0000 (11:22 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 May 2017 12:13:41 +0000 (13:13 +0100)
commitc270ebf9235c5414de1bf80ff40253f5a98dca2a
tree8012cf4a0707fa1483b4a770ddd8f12ada0f44ae
parent735f4528b5046024f118658cda8ee340ff8aa082
openssl: prevent warnings from openssl-c_rehash.sh

The openssl-c_rehash.sh script reports duplicate files and files which
don't contain a certificate or CRL by echoing a WARNING to stdout.
This warning gets picked up by the log checker during rootfs and results
in several warnings getting reported to the console during an image build.

To prevent the log from being overrun by warnings related to certificates
change these messages in openssl-c_rehash.sh to be prefixed with NOTE not
WARNING.

(From OE-Core rev: 88c25318db9f8091719b317bacd636b03d50a411)

Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-connectivity/openssl/openssl/openssl-c_rehash.sh