Re: [OE-core] [PATCH 1/3] cve-check: allow recipes to override the product name

2016-12-07 Thread Mariano Lopez
On 07/12/16 10:50, Ross Burton wrote: > Add a new variable CVE_PRODUCT for the product name to look up in the NVD > database. Default this to BPN, but allow recipes such as tiff (which is > libtiff > in NVD) to override it. > > Signed-off-by: Ross Burton > I like the

[OE-core] [PATCH 1/3] cve-check: allow recipes to override the product name

2016-12-07 Thread Ross Burton
Add a new variable CVE_PRODUCT for the product name to look up in the NVD database. Default this to BPN, but allow recipes such as tiff (which is libtiff in NVD) to override it. Signed-off-by: Ross Burton --- meta/classes/cve-check.bbclass | 6 +- 1 file changed, 5