mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 02:10:04 +00:00
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:
@@ -119,3 +119,5 @@ python() {
|
|||||||
if 'filesystems-layer' not in d.getVar('BBFILE_COLLECTIONS').split():
|
if 'filesystems-layer' not in d.getVar('BBFILE_COLLECTIONS').split():
|
||||||
raise bb.parse.SkipRecipe('Requires meta-filesystems to be present to provide fuse.')
|
raise bb.parse.SkipRecipe('Requires meta-filesystems to be present to provide fuse.')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
CVE_PRODUCT = "open-vm-tools vmware:tools"
|
||||||
|
|||||||
Reference in New Issue
Block a user