diff options
author | Akshay Bhat <akshay.bhat@timesys.com> | 2019-05-01 15:19:04 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-05-03 10:04:45 -0700 |
commit | bebbfbaecbacb3e38d6cb33e857d0cddf7b2a345 (patch) | |
tree | 79b09ce5044421d37529575bac374e3278426251 /meta-python | |
parent | 897075e8a3577a68a335ea2feccbd9ac5395f11d (diff) | |
download | meta-openembedded-bebbfbaecbacb3e38d6cb33e857d0cddf7b2a345.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>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-urllib3.inc | 2 |
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} += "\ | |||
16 | ${PYTHON_PN}-threading \ | 16 | ${PYTHON_PN}-threading \ |
17 | " | 17 | " |
18 | 18 | ||
19 | CVE_PRODUCT = "urllib3" | ||
20 | |||
19 | BBCLASSEXTEND = "native nativesdk" | 21 | BBCLASSEXTEND = "native nativesdk" |