aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkshay Bhat <akshay.bhat@timesys.com>2019-05-01 15:19:04 -0400
committerArmin Kuster <akuster808@gmail.com>2019-05-18 07:27:25 -0700
commit86d4b455a3989ec0b22717e4ca696c849d5fbdc8 (patch)
tree6618c02a402cf19a447ec1a8d97afa3af857cd17
parent078349138c98bccf7740fa54dae2056ba2c2cad5 (diff)
downloadmeta-openembedded-contrib-86d4b455a3989ec0b22717e4ca696c849d5fbdc8.tar.gz
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> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python-urllib3.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-urllib3.inc b/meta-python/recipes-devtools/python/python-urllib3.inc
index 288ed8b984..34f1478779 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"