summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorIntaek Hwang <intaek.hwang@gehealthcare.com>2024-07-31 12:53:08 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-08-05 14:31:57 +0100
commit907aa34fb572bba888007478417197a56b15ddd0 (patch)
tree38a5e54da3b932628b6925f381d93fe3048386f2 /meta/recipes-devtools/python
parent4227cd62103b9129cde384469c677048e93673d4 (diff)
downloadpoky-907aa34fb572bba888007478417197a56b15ddd0.tar.gz
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 <intaek.hwang@gehealthcare.com> Signed-off-by: Maxin John <maxin.john@gehealthcare.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3-psutil_6.0.0.bb2
1 files changed, 2 insertions, 0 deletions
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 += " \
38 38
39INSANE_SKIP:${PN}-tests += "dev-deps" 39INSANE_SKIP:${PN}-tests += "dev-deps"
40 40
41CVE_PRODUCT = "psutil"
42
41BBCLASSEXTEND = "native" 43BBCLASSEXTEND = "native"