diff options
author | Akshay Bhat <akshay.bhat@timesys.com> | 2019-05-01 16:32:18 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-05-03 10:04:45 -0700 |
commit | d9c9823b55878c2d16f1fc1cf12ce41625ad5ca8 (patch) | |
tree | 47c20020e351e9e7afee010196b545a107da9fa0 /meta-python | |
parent | d8f43f1498070382b83885857e75c1b73e7b606a (diff) | |
download | meta-openembedded-d9c9823b55878c2d16f1fc1cf12ce41625ad5ca8.tar.gz |
python-requests: Set CVE_PRODUCT
requests is used in NVD for CVE's like:
https://nvd.nist.gov/vuln/detail/CVE-2018-18074
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-requests.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-requests.inc b/meta-python/recipes-devtools/python/python-requests.inc index e6337cb329..53504d0b30 100644 --- a/meta-python/recipes-devtools/python/python-requests.inc +++ b/meta-python/recipes-devtools/python/python-requests.inc | |||
@@ -23,4 +23,6 @@ RDEPENDS_${PN} += " \ | |||
23 | ${PYTHON_PN}-idna \ | 23 | ${PYTHON_PN}-idna \ |
24 | " | 24 | " |
25 | 25 | ||
26 | CVE_PRODUCT = "requests" | ||
27 | |||
26 | BBCLASSEXTEND = "native nativesdk" | 28 | BBCLASSEXTEND = "native nativesdk" |