diff mbox series

[6/7] python3-psutil: set CVE_PRODUCT

Message ID 20240731095309.95-7-maxin.john@gehealthcare.com
State Accepted, archived
Commit 1eaa6aed41bacc8a041fe230ffaf130fab425b72
Headers show
Series set CVE_PRODUCT to recipes | expand

Commit Message

Maxin John July 31, 2024, 9:53 a.m. UTC
From: Intaek Hwang <intaek.hwang@gehealthcare.com>

Set CVE_PRODUCT of python3-psutil to match NVD entries.

Signed-off-by: Intaek Hwang <intaek.hwang@gehealthcare.com>
Signed-off-by: Maxin John <maxin.john@gehealthcare.com>
---
 meta/recipes-devtools/python/python3-psutil_6.0.0.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-psutil_6.0.0.bb b/meta/recipes-devtools/python/python3-psutil_6.0.0.bb
index 30b4df6bd0..787bc61e89 100644
--- a/meta/recipes-devtools/python/python3-psutil_6.0.0.bb
+++ b/meta/recipes-devtools/python/python3-psutil_6.0.0.bb
@@ -38,4 +38,6 @@  RDEPENDS:${PN}-tests += " \
 
 INSANE_SKIP:${PN}-tests += "dev-deps"
 
+CVE_PRODUCT = "psutil"
+
 BBCLASSEXTEND = "native"