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-23 07:03:43 -0700
commit2324a67cfc5a2fd7691993be8499df409669a193 (patch)
tree65e02d4d32435ce304937eec797e03e4eeb0bcf1
parent4ca31e865c696264ccfa3e4bb5ad924f76bd699d (diff)
downloadmeta-openembedded-2324a67cfc5a2fd7691993be8499df409669a193.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"