aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkshay Bhat <akshay.bhat@timesys.com>2019-05-01 16:32:18 -0400
committerArmin Kuster <akuster808@gmail.com>2019-05-18 07:27:37 -0700
commitd0ff0867436a8180ec069c5c6bcb4e9902513126 (patch)
treec1056ed56d3723f51facfb95cb8cd5b5ef68f2b5
parentf34317eed09a09ef75a469e9b4cc616adf7aef60 (diff)
downloadmeta-openembedded-contrib-d0ff0867436a8180ec069c5c6bcb4e9902513126.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> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python-requests.inc2
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} += " \
${PYTHON_PN}-idna \
"
+CVE_PRODUCT = "requests"
+
BBCLASSEXTEND = "native nativesdk"