]> code.ossystems Code Review - openembedded-core.git/commit
cve-check-tool: Use CA cert bundle in correct sysroot
authorJussi Kukkonen <jussi.kukkonen@intel.com>
Thu, 9 Feb 2017 19:38:33 +0000 (21:38 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 15 Feb 2017 17:29:42 +0000 (09:29 -0800)
commit73bd11d5190a072064128cc13b4537154d07b129
treef46ae6610a6d264cd8349d7cda9ee42be101c926
parent2da6b01893d0afe8750bd0b12a8d55aafa82f58c
cve-check-tool: Use CA cert bundle in correct sysroot

Native libcurl looks for CA certs in the wrong place by
default.
* Add patch that allows overriding the default CA certificate
  location. Patch is originally from meta-security-isafw.
* Use the new --cacert to set the correct CA bundle path

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/cve-check-tool/cve-check-tool_5.6.4.bb
meta/recipes-devtools/cve-check-tool/files/0001-curl-allow-overriding-default-CA-certificate-file.patch [new file with mode: 0644]