open-vm-tools: add CVE_PRODUCT

vmware:tools is also a valid CVE_PRODUCT for open-vm-tools,
e.g., https://nvd.nist.gov/vuln/detail/CVE-2023-20867.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Chen Qi 2023-08-07 15:59:40 +08:00 committed by Khem Raj
parent b160fcf882
commit 22d5614d2d

View File

@ -119,3 +119,5 @@ python() {
if 'filesystems-layer' not in d.getVar('BBFILE_COLLECTIONS').split():
raise bb.parse.SkipRecipe('Requires meta-filesystems to be present to provide fuse.')
}
CVE_PRODUCT = "open-vm-tools vmware:tools"