From b0d0d8f40c3b6c8a08b27734d910119be1b0427b Mon Sep 17 00:00:00 2001 From: Akshay Bhat Date: Wed, 1 May 2019 15:19:04 -0400 Subject: python-urllib3: Set CVE_PRODUCT urllib3 is used in NVD for CVE's like: https://nvd.nist.gov/vuln/detail/CVE-2016-9015 Signed-off-by: Akshay Bhat Signed-off-by: Khem Raj Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-urllib3.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-urllib3.inc b/meta-python/recipes-devtools/python/python-urllib3.inc index 288ed8b98..34f147877 100644 --- a/meta-python/recipes-devtools/python/python-urllib3.inc +++ b/meta-python/recipes-devtools/python/python-urllib3.inc @@ -16,4 +16,6 @@ RDEPENDS_${PN} += "\ ${PYTHON_PN}-threading \ " +CVE_PRODUCT = "urllib3" + BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf