summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorIntaek Hwang <intaek.hwang@gehealthcare.com>2024-07-31 12:53:07 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-08-05 14:31:57 +0100
commit4227cd62103b9129cde384469c677048e93673d4 (patch)
treea8cb9d8655eef2012083fc10d0e87d62e27f35f5 /meta/recipes-devtools/python
parent4dfb5d50573ab2d7d978db5c4e95101da55bdf41 (diff)
downloadpoky-4227cd62103b9129cde384469c677048e93673d4.tar.gz
python3-lxml: set CVE_PRODUCT
Set CVE_PRODUCT of python3-lxml to match NVD entries. (From OE-Core rev: e2d4d19c673ef7bd743473caf57678e623af293d) 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-lxml_5.2.2.bb2
1 files changed, 2 insertions, 0 deletions
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"
39 39
40RDEPENDS:${PN} += "libxml2 libxslt python3-compression" 40RDEPENDS:${PN} += "libxml2 libxslt python3-compression"
41 41
42CVE_PRODUCT = "lxml"
43
42CLEANBROKEN = "1" 44CLEANBROKEN = "1"