]> code.ossystems Code Review - openembedded-core.git/commit
cve-check-tool: correctly exported web proxies
authorKonstantin Shemyak <konstantin.shemyak@ge.com>
Mon, 19 Feb 2018 14:35:54 +0000 (16:35 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 24 Feb 2018 10:31:35 +0000 (10:31 +0000)
commit17db210975c740aff12732c511cf4fb32b507365
tree373dc25bbe901fd58150e9cff52d090b1b2a4f53
parentbff4ad7d6f62131a9b91a4063600e6f3edb8843c
cve-check-tool: correctly exported web proxies

The binary 'cve-check-update' downloads the CVE database from the Internet.
If the system is behind a web proxy, the download fails, as proxy-related
variables are not exported.
In turn, 'cve-check-tool' does not connect to the network and correspondingly
does not need exported proxies.

Exported all proxy-related environment variables to 'cve-check-update' and
removed the unneeded export from 'cve-check-tool'.

Signed-off-by: Konstantin Shemyak <konstantin.shemyak@ge.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/cve-check.bbclass
meta/recipes-devtools/cve-check-tool/cve-check-tool_5.6.4.bb