From 907aa34fb572bba888007478417197a56b15ddd0 Mon Sep 17 00:00:00 2001 From: Intaek Hwang Date: Wed, 31 Jul 2024 12:53:08 +0300 Subject: python3-psutil: set CVE_PRODUCT Set CVE_PRODUCT of python3-psutil to match NVD entries. (From OE-Core rev: 1eaa6aed41bacc8a041fe230ffaf130fab425b72) 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(+) (limited to 'meta/recipes-devtools/python') 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" -- cgit v1.2.3-54-g00ecf