mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-11 14:33:49 +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:
parent
b160fcf882
commit
22d5614d2d
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user