From 1eaa6aed41bacc8a041fe230ffaf130fab425b72 Mon Sep 17 00:00:00 2001 From: Intaek Hwang Date: Wed, 31 Jul 2024 12:53:08 +0300 Subject: [PATCH] python3-psutil: set CVE_PRODUCT Set CVE_PRODUCT of python3-psutil to match NVD entries. Signed-off-by: Intaek Hwang Signed-off-by: Maxin John Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-psutil_6.0.0.bb | 2 ++ 1 file changed, 2 insertions(+) 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 30b4df6bd00..787bc61e89a 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" -- 2.47.3