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 <akshay.bhat@timesys.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Akshay Bhat
2019-05-01 15:19:04 -04:00
committed by Khem Raj
parent 897075e8a3
commit bebbfbaecb

View File

@@ -16,4 +16,6 @@ RDEPENDS_${PN} += "\
${PYTHON_PN}-threading \
"
CVE_PRODUCT = "urllib3"
BBCLASSEXTEND = "native nativesdk"