diff mbox series

[5/7] python3-lxml: set CVE_PRODUCT

Message ID 20240731095309.95-6-maxin.john@gehealthcare.com
State Accepted, archived
Commit e2d4d19c673ef7bd743473caf57678e623af293d
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-lxml 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-lxml_5.2.2.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-lxml_5.2.2.bb b/meta/recipes-devtools/python/python3-lxml_5.2.2.bb
index e5a22e7090..b114c18763 100644
--- a/meta/recipes-devtools/python/python3-lxml_5.2.2.bb
+++ b/meta/recipes-devtools/python/python3-lxml_5.2.2.bb
@@ -39,4 +39,6 @@  BBCLASSEXTEND = "native nativesdk"
 
 RDEPENDS:${PN} += "libxml2 libxslt python3-compression"
 
+CVE_PRODUCT = "lxml"
+
 CLEANBROKEN = "1"