[OE-core] [PATCH 1/3] cve-check-tool: Add recipe

2016-02-24 Thread mariano . lopez
From: Mariano Lopez cve-check-tool is a program to for checking public CVEs. This tool also seek to determine if a vulnerability has been addressed by a patch. The recipe also includes the do_populate_cve_db task that will populate the database used by the tool. This task is added when the cve-c

Re: [OE-core] [PATCH 1/3] cve-check-tool: Add recipe

2016-02-24 Thread Burton, Ross
On 24 February 2016 at 15:27, wrote: > +python () { > +# If the cve-check class is inherited it is needed to populate the > +# CVE database before checking the CVEs for all recipes. > +pn = d.getVar("PN", True) > +if pn.endswith("-native") and bb.data.inherits_class('cve-check', d