]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-psutil: set CVE_PRODUCT
authorIntaek Hwang <intaek.hwang@gehealthcare.com>
Wed, 31 Jul 2024 09:53:08 +0000 (12:53 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 5 Aug 2024 13:31:54 +0000 (14:31 +0100)
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-psutil_6.0.0.bb

index 30b4df6bd00080615a6717aebc95a91c2621e807..787bc61e89a81c3cb64fcac7cac9e356809eeef4 100644 (file)
@@ -38,4 +38,6 @@ RDEPENDS:${PN}-tests += " \
 
 INSANE_SKIP:${PN}-tests += "dev-deps"
 
+CVE_PRODUCT = "psutil"
+
 BBCLASSEXTEND = "native"